simpleType "xsl:level"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:NCName
Simple Content Restrictions:
Enumeration:
"single", "multiple", "any"

All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
The level attribute of xsl:number:
one of single, multiple, or any.
Type Definition Detail
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:string (restriction)
      xs:normalizedString (restriction)
          xs:token (restriction)
              xs:Name (restriction)
                  xs:NCName (restriction)
                      xsl:level
Derivation:
restriction of xs:NCName
Facets:
enumeration:
"single", "multiple", "any"
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="level">
<xs:restriction base="xs:NCName">
<xs:enumeration value="single"/>
<xs:enumeration value="multiple"/>
<xs:enumeration value="any"/>
</xs:restriction>
</xs:simpleType>

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.