<hexit xmlns="http://www.sqlparser.com/xml/ansi2003"> <digit>{1,1}</digit> <a_to_f>{1,1}</a_to_f> </hexit>
<xs:element name="hexit"> <xs:complexType> <xs:choice> <xs:element ref="digit"/> <xs:element name="a_to_f"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[a-f][A-F]"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:choice> </xs:complexType> </xs:element>
<xs:element name="a_to_f"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[a-f][A-F]"/> </xs:restriction> </xs:simpleType> </xs:element>