Describes different ways of type-annotating an element or attribute. |
<xs:simpleType name="validation-type"> <xs:annotation> <xs:documentation>Describes different ways of type-annotating an element or attribute.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="strict"/> <xs:enumeration value="lax"/> <xs:enumeration value="preserve"/> <xs:enumeration value="strip"/> </xs:restriction> </xs:simpleType> |