<xs:simpleType name="HexInteger"> <xs:restriction base="xs:string"> <xs:pattern value="[0-9a-zA-Z]+"/> </xs:restriction> </xs:simpleType>