Home >Online Product Documentation >Table of Contents >Facet Type Properties in XML Schemas
Facet types have the properties described in Table 82:
Facet Type
enumeration
fractionDigits
length
maxExclusive
maxInclusive
maxLength
minExclusive
minInclusive
minLength
pattern
totalDigits
whiteSpace
Fixed
false
<xsd:simpleType name="zip"> <xsd:restriction base="xsd:string"> <xsd:length value="5" fixed="true"/> </xsd:restriction> </xsd:simpleType>
<xsd:restriction base="xsd:string"> <xsd:length value="5" fixed="true"/> </xsd:restriction>
100
true
Value