<xs:simpleType name="tConnOperation">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="none"/>
<xs:enumeration value="join">
<xs:annotation>
<xs:documentation>train will be coupled together with an other train</xs:documentation>
<xs:documentation>DEPRECATED with 2.1: use commercial trains instead</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="split">
<xs:annotation>
<xs:documentation>part of the train will go on as an other train</xs:documentation>
<xs:documentation>DEPRECATED with 2.1: use commercial trains instead</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="meet"/>
<xs:enumeration value="turnaround">
<xs:annotation>
<xs:documentation>the train will go on as an other train</xs:documentation>
<xs:documentation>DEPRECATED with 2.1: use rosterings instead</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IsWaitingFor"/>
<xs:enumeration value="IsExpectedBy"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="rail:tOtherEnumerationValue"/>
</xs:simpleType>
</xs:union>
</xs:simpleType> |