Definition Type: Element
Name: totalDigits
Namespace: http://www.w3.org/2001/XMLSchema
Type: xsd:numFacet
Containing Schema: XMLSchema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into annotation in schema xmlschema_xsd Drilldown into id in schema xmlschema_xsd Drilldown into fixed in schema xmlschema_xsd Drilldown into value in schema xmlschema_xsdXSD Diagram of totalDigits in schema xmlschema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xs:element name="totalDigits" id="totalDigits">
    <xs:annotation>
        <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-totalDigits" />
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:restriction base="xs:numFacet">
                <xs:sequence>
                    <xs:element ref="xs:annotation" minOccurs="0" />
                </xs:sequence>
                <xs:attribute name="value" type="xs:positiveInteger" use="required" />
                <xs:anyAttribute namespace="##other" processContents="lax" />
            </xs:restriction>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation xsd:annotation 0 (1)
annotation xsd:annotation 0 (1)
annotation xsd:annotation 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id xsd:id (Optional)
fixed xsd:fixed false Optional
value xsd:value Required
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: