symbol-type

Simple Type Information

Used By

Source

<xs:simpleType name="symbol-type">
  <xs:restriction base="xs:string">
    <xs:pattern value="[A-HY]([0-9][0-9])?[A-Z]?([1-9]\d{0,2}/\d{2,6})?"/>
    <xs:pattern value="[A-HY]([0-9][0-9])?[A-Z]?(2\d{3}/\d{2,6})?"/>
  </xs:restriction>
</xs:simpleType>