rail:tTapTsiObjectType

Provides a possibility for differentiantion between the objects: Train, Path, Case Reference and Path Request

Simple Type Information

Used By

Source

<xs:simpleType name="tTapTsiObjectType">
  <xs:annotation>
    <xs:documentation>Provides a possibility for differentiantion between the objects: Train, Path, Case Reference and Path Request</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="2"/>
    <xs:maxLength value="2"/>
    <xs:pattern value="[0-9A-Z]{2}"/>
    <xs:enumeration value="TR"/>
    <xs:enumeration value="PA"/>
    <xs:enumeration value="CR"/>
    <xs:enumeration value="PR"/>
  </xs:restriction>
</xs:simpleType>