Definition Type: ComplexType
Name: number
Namespace: http://www.w3.org/1999/XSL/Transform
Containing Schema: xslt.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into value in schema xslt_xsd Drilldown into level in schema xslt_xsd Drilldown into letter-value in schema xslt_xsd Drilldown into lang in schema xslt_xsd Drilldown into grouping-size in schema xslt_xsd Drilldown into grouping-separator in schema xslt_xsd Drilldown into from in schema xslt_xsd Drilldown into format in schema xslt_xsd Drilldown into count in schema xslt_xsdXSD Diagram of number in schema xslt_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:complexType name="number">
    <xs:attribute name="count" type="xs:string" />
    <xs:attribute default="1" name="format" type="xs:string" />
    <xs:attribute name="from" type="xs:string" />
    <xs:attribute name="grouping-separator" type="xs:string" />
    <xs:attribute name="grouping-size" type="xs:string" />
    <xs:attribute name="lang" type="xs:string" />
    <xs:attribute name="letter-value" type="xs:string" />
    <xs:attribute default="single" name="level">
        <xs:simpleType>
            <xs:restriction base="xs:NMTOKEN">
                <xs:enumeration value="single" />
                <xs:enumeration value="multiple" />
                <xs:enumeration value="any" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="value" type="xs:string" />
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
count xsl:count (Optional)
format xsl:format 1 (Optional)
from xsl:from (Optional)
grouping-separator xsl:grouping-separator (Optional)
grouping-size xsl:grouping-size (Optional)
lang xsl:lang (Optional)
letter-value xsl:letter-value (Optional)
level xsl:level single (Optional)
value xsl:value (Optional)
Collapse Derivation Tree:
Collapse References:
xsl:number