The DMN compatibility profile supported by this Boxic release.
Boxic targets DMN 1.4 for validation, evaluation, and XML encoding. Loading remains tolerant of legacy and namespace-less documents so callers can inspect them, but their source profile is retained on the normalized model.
Summary
Functions
Returns the single DMN profile emitted and evaluated by this release.
Classifies the namespace used by a loaded definitions element.
Types
@type source_profile() :: :dmn_1_4 | :dmn_1_3 | :unqualified | {:unknown, String.t()}
Functions
@spec pinned_profile() :: profile()
Returns the single DMN profile emitted and evaluated by this release.
@spec source_profile(String.t() | nil) :: source_profile()
Classifies the namespace used by a loaded definitions element.