namespace | http://taf-jsg.info/schemes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:token | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="RunningStatus"> <xs:annotation> <xs:documentation>Identifies the status of a train related to the actual time at the reporting point. Documentation to the existing codes is provided in the table below: 00 Not specified 01 Arrival at destination 02 Departure at origin 03 Intermediate arrival 04 Intermediate departure 05 Pass through 06 NEW CODES: Some IMs are transmitting these codes (6 - 9) 07 08 09 10 Not specified for wagon Starting from 10, the values are only wagon related. 11 Wagon arrival at its destination by train 12 Wagon departure from its station of origin by train 13 Wagon arrival at reporting point by train 14 Wagon departure from reporting point by train 15 Wagon run-through at reporting point by train 16 Wagon parked at reporting point 17 Wagon shunted at reporting point 18 Wagon arrived at reporting point 19 Wagon departure from reporting point </xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="00"/> <xs:enumeration value="01"/> <xs:enumeration value="02"/> <xs:enumeration value="03"/> <xs:enumeration value="04"/> <xs:enumeration value="05"/> <xs:enumeration value="06"/> <xs:enumeration value="07"/> <xs:enumeration value="08"/> <xs:enumeration value="09"/> <xs:enumeration value="10"/> <xs:enumeration value="11"/> <xs:enumeration value="12"/> <xs:enumeration value="13"/> <xs:enumeration value="14"/> <xs:enumeration value="15"/> <xs:enumeration value="16"/> <xs:enumeration value="17"/> <xs:enumeration value="18"/> <xs:enumeration value="19"/> </xs:restriction> </xs:simpleType> |