<xs:simpleType name="tOcpTTType">
<xs:restriction base="xs:string">
<xs:enumeration value="stop">
<xs:annotation>
<xs:documentation>indicates that the train is going to stop at this ocp</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="pass">
<xs:annotation>
<xs:documentation>indicates that the train is NOT going to stop at this ocp</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="begin">
<xs:annotation>
<xs:documentation>DEPRECATED: possible for the first ocp, if train part begins at this ocp and is not part of a longer train path</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="end">
<xs:annotation>
<xs:documentation>DEPRECATED: possible for the last ocp, if train part ends at this ocp and is not part of a longer train path</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType> |