element <xsl:decimal-format> (global)
Namespace:
Type:
Content:
empty, 17 attributes, attr. wildcard
Subst.Gr:
substitutes for xsl:declaration
Defined:
Includes:
definitions of 11 attributes
Used:
never
Component Diagram
XML Representation Summary
<xsl:decimal-format
   
 = 
list of xs:anyURI
 = 
(list of (xs:NCName | "#default") | "#all")
 = 
list of (xs:NCName | "#default")
 = 
 = 
 = 
 = 
 = 
xs:string : "."
 = 
xs:string : ","
 = 
xs:string : "Infinity"
 = 
xs:string : "-"
 = 
xs:string : "NaN"
 = 
xs:string : "%"
 = 
xs:string : ""
 = 
xs:string : "0"
 = 
xs:string : "#"
 = 
xs:string : ";"
   
/>
May be included in elements by substitutions (2):
Anonymous Type Detail
Type Derivation Tree
  xsl:versioned-element-type (restriction)
          complexType
XML Source (see within schema source)
<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 default="." name="decimal-separator" type="xsl:char"/>
<xs:attribute default="," name="grouping-separator" type="xsl:char"/>
<xs:attribute default="Infinity" name="infinity" type="xs:string"/>
<xs:attribute default="-" name="minus-sign" type="xsl:char"/>
<xs:attribute default="NaN" name="NaN" type="xs:string"/>
<xs:attribute default="%" name="percent" type="xsl:char"/>
<xs:attribute default="&#8240;" name="per-mille" type="xsl:char"/>
<xs:attribute default="0" name="zero-digit" type="xsl:char"/>
<xs:attribute default="#" name="digit" type="xsl:char"/>
<xs:attribute default=";" name="pattern-separator" type="xsl:char"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 11/18)
decimal-separator
Type:
Use:
optional
Attribute Value
Length:
1
Default:
"."
XML Source (see within schema source)
<xs:attribute default="." name="decimal-separator" type="xsl:char"/>

digit
Type:
Use:
optional
Attribute Value
Length:
1
Default:
"#"
XML Source (see within schema source)
<xs:attribute default="#" name="digit" type="xsl:char"/>

grouping-separator
Type:
Use:
optional
Attribute Value
Length:
1
Default:
","
XML Source (see within schema source)
<xs:attribute default="," name="grouping-separator" type="xsl:char"/>

infinity
Type:
Use:
optional
Attribute Value
Default:
"Infinity"
XML Source (see within schema source)
<xs:attribute default="Infinity" name="infinity" type="xs:string"/>

minus-sign
Type:
Use:
optional
Attribute Value
Length:
1
Default:
"-"
XML Source (see within schema source)
<xs:attribute default="-" name="minus-sign" type="xsl:char"/>

name
Type:
Use:
optional
Attribute Value
Pattern:
([^:]+:)?[^:]+
XML Source (see within schema source)
<xs:attribute name="name" type="xsl:QName"/>

NaN
Type:
Use:
optional
Attribute Value
Default:
"NaN"
XML Source (see within schema source)
<xs:attribute default="NaN" name="NaN" type="xs:string"/>

pattern-separator
Type:
Use:
optional
Attribute Value
Length:
1
Default:
";"
XML Source (see within schema source)
<xs:attribute default=";" name="pattern-separator" type="xsl:char"/>

per-mille
Type:
Use:
optional
Attribute Value
Length:
1
Default:
"‰"
XML Source (see within schema source)
<xs:attribute default="&#8240;" name="per-mille" type="xsl:char"/>

percent
Type:
Use:
optional
Attribute Value
Length:
1
Default:
"%"
XML Source (see within schema source)
<xs:attribute default="%" name="percent" type="xsl:char"/>

zero-digit
Type:
Use:
optional
Attribute Value
Length:
1
Default:
"0"
XML Source (see within schema source)
<xs:attribute default="0" name="zero-digit" type="xsl:char"/>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set. All XSD diagrams generated by Oxygen XML Editor via FlexDoc/XML OxygenXML Integration.