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:
  • Min: 8
  • Max: 8
maxExclusive Number, Character, Integer Restriction: Range; Rule: Include
Max: NOT 101
(The number 101 is not included and the valid exclude range is from 1 to any value less than 101.)
maxInclusive Number, Character, Integer Restriction: Range; Rule: Include
  • Max: 100
maxLength Text, Character Size:
  • Min: 0
  • Max: 20
minExclusive Number, Character, Integer Restriction: Range; Rule: Include
Min: NOT 99
(99 is not included as the minimum value. The range therefore extends from any value greater than 99 to the maximum value specified.)
minInclusive Number, Character, Integer Restriction: Range; Rule: Include
  • Min: 100
minLength Text, Character Size:
  • Min: 1
pattern Text, Character  
totalDigits Number, Character, Decimal Size:
  • Min: 0
  • Max: 8

Custom separator format: ####[.##]

Data language: ASCII

whiteSpace Text, Character