rail:tVerbalCounter

generic enumeration, where digits are not common

Simple Type Information

Used By

Source

<xs:simpleType name="tVerbalCounter">
  <xs:annotation>
    <xs:documentation>generic enumeration, where digits are not common</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="single"/>
    <xs:enumeration value="double"/>
    <xs:enumeration value="triple"/>
  </xs:restriction>
</xs:simpleType>