rail:eOcpTT

Complex Type Information

Model

rail:times* , rail:connections{0,1} , rail:statistics{0,1} , rail:sectionTT{0,1} , rail:stopDescription{0,1} , ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

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
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

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