Definition Type: Element
Name: decimal-format
Namespace: http://www.w3.org/1999/XSL/Transform
Type: xsl:element-only-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 version in schema schema-for-xslt20_xsd Drilldown into element-only-versioned-element-type in schema schema-for-xslt20_xsd Drilldown into pattern-separator in schema schema-for-xslt20_xsd Drilldown into digit in schema schema-for-xslt20_xsd Drilldown into zero-digit in schema schema-for-xslt20_xsd Drilldown into per-mille in schema schema-for-xslt20_xsd Drilldown into percent in schema schema-for-xslt20_xsd Drilldown into NaN in schema schema-for-xslt20_xsd Drilldown into minus-sign in schema schema-for-xslt20_xsd Drilldown into infinity in schema schema-for-xslt20_xsd Drilldown into grouping-separator in schema schema-for-xslt20_xsd Drilldown into decimal-separator in schema schema-for-xslt20_xsd Drilldown into name in schema schema-for-xslt20_xsdXSD Diagram of decimal-format in schema schema-for-xslt20_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:element name="decimal-format" substitutionGroup="xsl:declaration">
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="xsl:element-only-versioned-element-type">
                <xs:attribute name="name" type="xsl:QName" />
                <xs:attribute name="decimal-separator" type="xsl:char" default="." />
                <xs:attribute name="grouping-separator" type="xsl:char" default="," />
                <xs:attribute name="infinity" type="xs:string" default="Infinity" />
                <xs:attribute name="minus-sign" type="xsl:char" default="-" />
                <xs:attribute name="NaN" type="xs:string" default="NaN" />
                <xs:attribute name="percent" type="xsl:char" default="%" />
                <xs:attribute name="per-mille" type="xsl:char" default="‰" />
                <xs:attribute name="zero-digit" type="xsl:char" default="0" />
                <xs:attribute name="digit" type="xsl:char" default="#" />
                <xs:attribute name="pattern-separator" type="xsl:char" default=";" />
            </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
name xsl:name (Optional)
decimal-separator xsl:decimal-separator . (Optional)
grouping-separator xsl:grouping-separator , (Optional)
infinity xsl:infinity Infinity (Optional)
minus-sign xsl:minus-sign - (Optional)
NaN xsl:NaN NaN (Optional)
percent xsl:percent % (Optional)
per-mille xsl:per-mille (Optional)
zero-digit xsl:zero-digit 0 (Optional)
digit xsl:digit # (Optional)
pattern-separator xsl:pattern-separator ; (Optional)
<anyAttribute> Allowed namespace: '##other'
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xsl:declaration