Definition Type: Element
Name: number
Namespace: http://www.w3.org/1999/XSL/Transform
Type: xsl:versioned-element-type
Containing Schema: schema-for-xslt20.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into xpath-default-namespace in schema schema-for-xslt20_xsd Drilldown into use-when in schema schema-for-xslt20_xsd Drilldown into extension-element-prefixes in schema schema-for-xslt20_xsd Drilldown into exclude-result-prefixes in schema schema-for-xslt20_xsd Drilldown into default-collation in schema schema-for-xslt20_xsd Drilldown into generic-element-type in schema schema-for-xslt20_xsd Drilldown into version in schema schema-for-xslt20_xsd Drilldown into versioned-element-type in schema schema-for-xslt20_xsd Drilldown into grouping-size in schema schema-for-xslt20_xsd Drilldown into grouping-separator in schema schema-for-xslt20_xsd Drilldown into ordinal in schema schema-for-xslt20_xsd Drilldown into letter-value in schema schema-for-xslt20_xsd Drilldown into lang in schema schema-for-xslt20_xsd Drilldown into format in schema schema-for-xslt20_xsd Drilldown into from in schema schema-for-xslt20_xsd Drilldown into count in schema schema-for-xslt20_xsd Drilldown into level in schema schema-for-xslt20_xsd Drilldown into select in schema schema-for-xslt20_xsd Drilldown into value in schema schema-for-xslt20_xsdXSD Diagram of number in schema schema-for-xslt20_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:element name="number" substitutionGroup="xsl:instruction">
    <xs:complexType>
        <xs:complexContent mixed="true">
            <xs:extension base="xsl:versioned-element-type">
                <xs:attribute name="value" type="xsl:expression" />
                <xs:attribute name="select" type="xsl:expression" />
                <xs:attribute name="level" type="xsl:level" default="single" />
                <xs:attribute name="count" type="xsl:pattern" />
                <xs:attribute name="from" type="xsl:pattern" />
                <xs:attribute name="format" type="xsl:avt" default="1" />
                <xs:attribute name="lang" type="xsl:avt" />
                <xs:attribute name="letter-value" type="xsl:avt" />
                <xs:attribute name="ordinal" type="xsl:avt" />
                <xs:attribute name="grouping-separator" type="xsl:avt" />
                <xs:attribute name="grouping-size" type="xsl:avt" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
default-collation xsl:default-collation (Optional)
exclude-result-prefixes xsl:exclude-result-prefixes (Optional)
extension-element-prefixes xsl:extension-element-prefixes (Optional)
use-when xsl:use-when (Optional)
xpath-default-namespace xsl:xpath-default-namespace (Optional)
version xsl:version Optional
value xsl:value (Optional)
select xsl:select (Optional)
level xsl:level single (Optional)
count xsl:count (Optional)
from xsl:from (Optional)
format xsl:format 1 (Optional)
lang xsl:lang (Optional)
letter-value xsl:letter-value (Optional)
ordinal xsl:ordinal (Optional)
grouping-separator xsl:grouping-separator (Optional)
grouping-size xsl:grouping-size (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xsl:instruction