Definition Type: Group
Name: facets
Namespace: http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Documentation:
We should use a substitution group for facets, but that's ruled out because it would allow users to add their own, which we're not ready for yet.
Collapse XSD Schema Diagram:
Drilldown into pattern in schema xmlschema_xsd Drilldown into whiteSpace in schema xmlschema_xsd Drilldown into enumeration in schema xmlschema_xsd Drilldown into maxLength in schema xmlschema_xsd Drilldown into minLength in schema xmlschema_xsd Drilldown into length in schema xmlschema_xsd Drilldown into fractionDigits in schema xmlschema_xsd Drilldown into totalDigits in schema xmlschema_xsd Drilldown into maxInclusive in schema xmlschema_xsd Drilldown into maxExclusive in schema xmlschema_xsd Drilldown into minInclusive in schema xmlschema_xsd Drilldown into minExclusive in schema xmlschema_xsdXSD Diagram of facets in schema xmlschema_xsd (W3C XML Schema Definition Language)
Collapse XSD Schema Code:
<xs:group name="facets">
    <xs:annotation>
        <xs:documentation>
       We should use a substitution group for facets, but
       that's ruled out because it would allow users to
       add their own, which we're not ready for yet.
    </xs:documentation>
    </xs:annotation>
    <xs:choice>
        <xs:element ref="xs:minExclusive" />
        <xs:element ref="xs:minInclusive" />
        <xs:element ref="xs:maxExclusive" />
        <xs:element ref="xs:maxInclusive" />
        <xs:element ref="xs:totalDigits" />
        <xs:element ref="xs:fractionDigits" />
        <xs:element ref="xs:length" />
        <xs:element ref="xs:minLength" />
        <xs:element ref="xs:maxLength" />
        <xs:element ref="xs:enumeration" />
        <xs:element ref="xs:whiteSpace" />
        <xs:element ref="xs:pattern" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
minExclusive xs:minExclusive (1) (1)
minInclusive xs:minInclusive (1) (1)
maxExclusive xs:maxExclusive (1) (1)
maxInclusive xs:maxInclusive (1) (1)
totalDigits xs:totalDigits (1) (1)
fractionDigits xs:fractionDigits (1) (1)
length xs:length (1) (1)
minLength xs:minLength (1) (1)
maxLength xs:maxLength (1) (1)
enumeration xs:enumeration (1) (1)
whiteSpace xs:whiteSpace (1) (1)
pattern xs:pattern (1) (1)