QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
alignment | rail:tTrainAlignment | optional |
|
||||
ocpRef | rail:tGenericRef | required |
|
||||
ocpType | rail:tOcpTTType | optional |
|
||||
offset | rail:tLengthM | optional |
|
||||
remarks | xs:string | optional |
|
||||
sequence | rail:tPositiveCounter | optional |
|
||||
shuntingTime | xs:duration | optional |
|
||||
trackInfo | xs:string | optional |
|
||||
trackRef | rail:tGenericRef | optional |
|
||||
trainReverse | xs:boolean | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' |
Element | rail:eOcpsTT/rail:ocpTT |
<xs:complexType name="eOcpTT"> <xs:complexContent> <xs:extension base="rail:tOcpTT"> <xs:sequence> <xs:element name="times" type="rail:eArrivalDepartureTimes" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=TT:times"/> </xs:annotation> </xs:element> <xs:element name="connections" type="rail:eConnectionsTT" minOccurs="0"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=TT:connections"/> </xs:annotation> </xs:element> <xs:element name="statistics" type="rail:eStatistics" minOccurs="0"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=TT:statistics"/> </xs:annotation> </xs:element> <xs:element name="sectionTT" type="rail:eSectionTT" minOccurs="0"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=TT:sectionTT"/> </xs:annotation> </xs:element> <xs:element name="stopDescription" type="rail:eStopDescription" minOccurs="0"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=TT:stopDescription"/> </xs:annotation> </xs:element> <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |