RDF.XSD.Facets.MaxInclusive behaviour (RDF.ex v0.9.0) View Source
Link to this section Summary
Functions
Checks if a value
and lexical
conforms with the max_inclusive_conform?/3
implementation on the datatype
RDF.XSD.Datatype
.
Callbacks
Returns the value of this RDF.XSD.Facet
on specific RDF.XSD.Datatype
.
Validates if a value
and lexical
conforms with a concrete facet_constaint_value
for this RDF.XSD.Facet
.
Link to this section Functions
Specs
conform?(RDF.XSD.Datatype.t(), any(), RDF.XSD.Datatype.uncanonical_lexical()) :: boolean()
Checks if a value
and lexical
conforms with the max_inclusive_conform?/3
implementation on the datatype
RDF.XSD.Datatype
.
Link to this section Callbacks
Specs
max_inclusive() :: integer() | nil
Returns the value of this RDF.XSD.Facet
on specific RDF.XSD.Datatype
.
Specs
max_inclusive_conform?( facet_constaint_value :: any(), value :: any(), RDF.XSD.Datatype.uncanonical_lexical() ) :: boolean()
Validates if a value
and lexical
conforms with a concrete facet_constaint_value
for this RDF.XSD.Facet
.
This function must be implemented on a RDF.XSD.Datatype
using this RDF.XSD.Facet
.