Interface SchemaFacetMinLength

All Superinterfaces:
SchemaFacet, SchemaFacetOnLength

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