rail:eStopDescription

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' , rail:stopTimes{0,1} , rail:platformEdgeRef* , rail:serviceSectionRef* , rail:annotationRef*

Attributes

QName Type Fixed Default Use Inheritable Annotation
commercial xs:boolean optional
characterizes the stop as either commercial or operational stop
guaranteedPass xs:boolean optional
indicates a forbidden stop for heavy goods trains
onOff rail:tOnOff optional
describes, if passengers/goods are not supposed to enter or leave the train
operatingPeriodRef rail:tGenericRef optional
references a reduction of the operating days of the stop compared to the operating days of the train part
operationalStopOrdered xs:boolean optional
the stop is requested by the infrastructure manager
purpose xs:string optional
describes the reason for the stop in a detailed but not predefined way
stopOnRequest xs:boolean optional
a commercial stop, depending on a certain demand
stopPostRef rail:tGenericRef optional
refers to the id attribute of the associated stop post element
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="eStopDescription">
  <xs:complexContent>
    <xs:extension base="rail:tStopDescription">
      <xs:sequence>
        <xs:element minOccurs="0" name="stopTimes" type="rail:tStopTimes">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:stopTimes"/>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="platformEdgeRef" type="rail:tPlatformEdgeRef">
          <xs:annotation>
            <xs:documentation>refers to the id attribute of the associated platform edge element, redundant if stopPostRef is given</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:platformEdgeRef"/>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="serviceSectionRef" type="rail:tServiceSectionRef">
          <xs:annotation>
            <xs:documentation>refers to the id attribute of the associated service section element</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:serviceSectionRef"/>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="annotationRef" type="rail:tAnnotationRef">
          <xs:annotation>
            <xs:documentation>refers to the id attribute of an annotation element</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:annotationRef_stopDescription"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>