xsl:validation-strip-or-preserve

Describes different ways of type-annotating an element or attribute.

Simple Type Information

Used By

Source

<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>