rail:tTapTsiVariant

The variant shows a relationship between two identifiers referring to the same business case

Simple Type Information

Used By

Source

<xs:simpleType name="tTapTsiVariant">
  <xs:annotation>
    <xs:documentation>The variant shows a relationship between two identifiers referring to the same business case</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:restriction>
</xs:simpleType>