rail:tCompanyCode

Company code according TAP TSI B.8 and UIC IRS/leaflet 920-1:2006

Simple Type Information

Used By

Source

<xs:simpleType name="tCompanyCode">
  <xs:annotation>
    <xs:documentation>Company code according TAP TSI B.8 and UIC IRS/leaflet 920-1:2006</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0001"/>
    <xs:maxInclusive value="9999"/>
  </xs:restriction>
</xs:simpleType>