RDF.XSD.Datatype.Primitive (RDF.ex v0.9.0) View Source
Macros for the definition of primitive XSD datatypes.
Link to this section Summary
Functions
Specifies the applicability of the given XSD facet
on a primitive datatype.
Link to this section Functions
Specifies the applicability of the given XSD facet
on a primitive datatype.
For a facet with the name example_facet
this requires a function
def example_facet_conform?(example_facet_value, literal_value, lexical) do
end
to be defined on the primitive datatype.