Interface SchemaFacetLength

All Superinterfaces:
SchemaFacet, SchemaFacetOnLength

public interface SchemaFacetLength extends SchemaFacetOnLength
This interface represents the length facet associated with a node. This facet can be:
  • Static, using the XML Schema standard facet xs:length.
  • Dynamic, using the extended facet osd:length path="pathToANode".
See Also: