XML schema constraining facets
The following table lists XML Schema constraining facets and the corresponding properties in the resulting type tree.
XML Schema Facet | Item Subclass, Interpret as, Presentation | Restrictions |
---|---|---|
enumeration | Text, Character | Restrictions: Value; (Rule) Include: --01-01 --07-04 --12-25 |
fractionDigits | Number, Character, Decimal | Custom
separator format: ####[.##] Data language: ASCII |
length | Text, Character | Size:
|
maxExclusive | Number, Character, Integer | Restriction: Range; Rule: Include
|
maxInclusive | Number, Character, Integer | Restriction: Range; Rule: Include
|
maxLength | Text, Character | Size:
|
minExclusive | Number, Character, Integer | Restriction: Range; Rule: Include
|
minInclusive | Number, Character, Integer | Restriction: Range; Rule: Include
|
minLength | Text, Character | Size:
|
pattern | Text, Character | |
totalDigits | Number, Character, Decimal | Size:
Custom separator format: ####[.##] Data language: ASCII |
whiteSpace | Text, Character |