Definition Type: SimpleType
Name: yes-or-no-or-omit
Namespace: http://www.w3.org/1999/XSL/Transform
Containing Schema: schema-for-xslt20.xsd
Documentation:
One of the values "yes" or "no" or "omit".
Collapse XSD Schema Diagram:
XSD Diagram of yes-or-no-or-omit in schema schema-for-xslt20_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:simpleType name="yes-or-no-or-omit">
    <xs:annotation>
        <xs:documentation>
      One of the values "yes" or "no" or "omit".
    </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
        <xs:enumeration value="yes" />
        <xs:enumeration value="no" />
        <xs:enumeration value="omit" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration yes
Enumeration no
Enumeration omit
Collapse Derivation Tree:
Collapse References:
xsl:standalone