Describes different ways of type-annotating an element or attribute. |
Attribute | xsl:transform/@default-validation |
<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> |