Definition Type: SimpleType
Name: input-type-annotations-type
Namespace: http://www.w3.org/1999/XSL/Transform
Containing Schema: schema-for-xslt20.xsd
Documentation:
Describes how type annotations in source documents are handled.
Collapse XSD Schema Diagram:
XSD Diagram of input-type-annotations-type in schema schema-for-xslt20_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:simpleType name="input-type-annotations-type">
    <xs:annotation>
        <xs:documentation>
      Describes how type annotations in source documents are handled.
    </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
        <xs:enumeration value="preserve" />
        <xs:enumeration value="strip" />
        <xs:enumeration value="unspecified" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration preserve
Enumeration strip
Enumeration unspecified
Collapse Derivation Tree:
Collapse References:
xsl:input-type-annotations