simpleType "xsl:yes-or-no-or-omit"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"yes", "no", "omit"

All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
One of the values "yes" or "no" or "omit".
Type Definition Detail
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:string (restriction)
      xs:normalizedString (restriction)
          xs:token (restriction)
              xsl:yes-or-no-or-omit
Derivation:
restriction of xs:token
Facets:
enumeration:
"yes", "no", "omit"
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="yes-or-no-or-omit">
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
<xs:enumeration value="omit"/>
</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.