rail:aOcpTT

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
alignment rail:tTrainAlignment optional
describes the alignment of the arriving train in relation to the point on a track referenced by ocpRef
ocpRef rail:tGenericRef required
refers to the id attribute of the associated ocp element
ocpType rail:tOcpTTType optional
describes if the train is going to stop/pass
offset rail:tLengthM optional
describes the offset of the stopping point in relation to the point on a track referenced by ocpRef
remarks xs:string optional
a free attribute for further descriptions
sequence rail:tPositiveCounter optional
defines explicitly the order of the ocpTTs which are supposed to be in chronological order along the train path
shuntingTime xs:duration optional
is the driving time used inside a station
trackInfo xs:string optional
is a description of the station track, often used for the platform number
trackRef rail:tGenericRef optional
refers to the id attribute of the associated track element
trainReverse xs:boolean optional
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

Used By

Complex Type rail:tOcpTT

Source

<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>