rail:tStopPost

Complex Type Information

Model

rail:additionalName* , ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' , rail:geoCoord{0,1} , rail:states{0,1} , rail:validForMovements* , rail:signalRef*

Attributes

QName Type Fixed Default Use Inheritable Annotation
absPos rail:tLengthM optional
absPosOffset rail:tLengthM optional
DEPRECATED, not needed, not used
axleCount rail:tPositiveCounter optional
set this value if the stop post is only valid for trains with a certain number of axles
code rail:tGenericName optional
for typical, specific abbreviations, used in different systems with the same understanding
description rail:tElementDescription optional
should be interpreted in its elements' context, substantiates the name
dir rail:tLaxDirection optional
a direction, which allows for all direction attributes
id rail:tGenericID required
XML-file-wide unique identity is required for later referencing that element
name rail:tGenericName optional
should be interpreted in its elements' context (e.g. track/name, vehicle/name)
ocpRef rail:tGenericRef optional
reference to an OCP, which the stop post belongs to
platformEdgeRef rail:tGenericRef optional
reference to a platform edge for which the stop post is relevant
pos rail:tLengthM required
ruleCode rail:tElementDescription optional
Code for this element in the rule book, combination of letters and numbers and space allowed, e.g. Ne5, GA, SFRS/E
trainLength rail:tLengthM optional
set this value if the stop post is only valid for trains with a certain train length
trainRelation rail:tTrainRelation optional
Reference to the part of the train from where on the stop post is valid. Normally, a stop post relates to the head of the train.
verbalConstraints xs:string optional
set this value if the stop post is only valid for trains fulfilling a certain verbal constraint
virtual xs:boolean optional
marks a stop post being virtual if there is no physical representation along the track
wagonCount rail:tPositiveCounter optional
set this value if the stop post is only valid for trains with a certain number of wagons
xml:lang xs:language optional
In due course, we should install the relevant ISO 2- and 3-letter
codes as the enumerated possible values . . .
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="tStopPost">
  <xs:complexContent>
    <xs:extension base="rail:tRuleCodeElement">
      <xs:sequence>
        <xs:element name="validForMovements" type="rail:tValidForMovements" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>specification of the train types for which the stop post is relevant</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:validForMovements"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="signalRef" type="rail:tElementWithReference" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>reference to a (main) signal that is valid for a train waiting at the stop post</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:signalRef_stopPost"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attributeGroup ref="rail:aStopPost"/>
      <xs:attributeGroup ref="rail:anyAttribute">
        <xs:annotation>
          <xs:documentation>provide an extension point for non-railML attributes in foreign namespace</xs:documentation>
        </xs:annotation>
      </xs:attributeGroup>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>