| 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 |
|
| Complex Type | rail:tOcpTT |
<xs:attributeGroup name="aOcpTT"> <xs:attribute name="sequence" type="rail:tPositiveCounter"> <xs:annotation> <xs:documentation>defines explicitly the order of the ocpTTs which are supposed to be in chronological order along the train path</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ocpRef" type="rail:tGenericRef" use="required"> <xs:annotation> <xs:documentation>refers to the id attribute of the associated ocp element</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="trackRef" type="rail:tGenericRef"> <xs:annotation> <xs:documentation>refers to the id attribute of the associated track element</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="trackInfo" type="xs:string"> <xs:annotation> <xs:documentation>is a description of the station track, often used for the platform number</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ocpType" type="rail:tOcpTTType"> <xs:annotation> <xs:documentation>describes if the train is going to stop/pass</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="remarks" type="xs:string"> <xs:annotation> <xs:documentation>a free attribute for further descriptions</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="trainReverse" type="xs:boolean"> <xs:annotation> <xs:documentation>is true if the train changes its direction of travel at this station. After this station the rollingstock which is referenced in formationTT changes its order</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="alignment" type="rail:tTrainAlignment"> <xs:annotation> <xs:documentation>describes the alignment of the arriving train in relation to the point on a track referenced by ocpRef</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="offset" type="rail:tLengthM"> <xs:annotation> <xs:documentation>describes the offset of the stopping point in relation to the point on a track referenced by ocpRef</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="shuntingTime" type="xs:duration"> <xs:annotation> <xs:documentation>is the driving time used inside a station</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> |