Posts Tagged ‘XML’

Constraining Facets in XML

Constraining facets Facet Description enumeration Constrains the data type to a specified list of values length Specifies the length of the data type in characters (for text strings) or items (for lists) maxLength Specifies the maximum length of the data type in characters (for text strings) or items (for lists) minLength Specifies the minimum length Read the full article...