rail:tThreeDigits

an identification string consisting of exactly three digits

Simple Type Information

Source

<xs:simpleType name="tThreeDigits">
  <xs:annotation>
    <xs:documentation>an identification string consisting of exactly three digits</xs:documentation>
  </xs:annotation>
  <xs:restriction base="rail:tDigitString">
    <xs:length value="3"/>
  </xs:restriction>
</xs:simpleType>