simpleType "xsl:char"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Length:
1

All Direct / Indirect Based Attributes (9):
xsl:decimal-format/@decimal-separator, xsl:decimal-format/@per-mille,
Known Usage Locations
Annotation
A string containing exactly one character.
Type Definition Detail
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:string (restriction)
      xsl:char
Derivation:
restriction of xs:string
Facets:
length:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="char">
<xs:restriction base="xs:string">
<xs:length value="1"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.