HexInteger

Simple Type Information

Used By

Source

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