Definition Type: SimpleType
Name: validation-strip-or-preserve
Namespace: http://www.w3.org/1999/XSL/Transform
Containing Schema: schema-for-xslt20.xsd
Documentation:
Describes different ways of type-annotating an element or attribute.
Collapse XSD Schema Diagram:
XSD Diagram of validation-strip-or-preserve in schema schema-for-xslt20_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:simpleType name="validation-strip-or-preserve">
    <xs:annotation>
        <xs:documentation>
      Describes different ways of type-annotating an element or attribute.
    </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xsl:validation-type">
        <xs:enumeration value="preserve" />
        <xs:enumeration value="strip" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration preserve
Enumeration strip
Collapse Derivation Tree:
Collapse References:
xsl:default-validation