<xs:attribute name="hex"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9A-F]+"/> </xs:restriction> </xs:simpleType> </xs:attribute>