Simple Types | xs:NMTOKEN, xs:Name, xs:language, xs:public |
Attributes | xs:field/@xpath, xs:schema/@version, xs:selector/@xpath |
<xs:simpleType name="token" id="token"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#token"/> </xs:annotation> <xs:restriction base="xs:normalizedString"> <xs:whiteSpace value="collapse" id="token.whiteSpace"/> </xs:restriction> </xs:simpleType> |