diagram | ![]() |
||
namespace | http://taf-jsg.info/schemes | ||
properties |
|
||
children | Location LocationDateTime TrainLocationStatus BookedLocationDateTime ReferencedLocationDateTime TrainDelay | ||
used by |
|
||
annotation |
|
||
source | <xs:element name="TrainLocationReport"> <xs:annotation> <xs:documentation>Specifies the relevant running data of a train related to a specific location</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="Location"/> <xs:element ref="LocationDateTime"/> <xs:element ref="TrainLocationStatus"/> <xs:element ref="BookedLocationDateTime" minOccurs="0"> <xs:annotation> <xs:documentation>Scheduled Date and Time of a train at a specified location as defined in the path contract</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ReferencedLocationDateTime" minOccurs="0"/> <xs:element ref="TrainDelay" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |