Interface SchemaFacetMaxLength

All Superinterfaces:
SchemaFacet, SchemaFacetOnLength

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