rail:tStopDescription

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

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

Complex Type rail:eStopDescription

Source

<xs:complexType name="tStopDescription">
  <xs:sequence>
    <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>provide an extension point for non-railML elements in foreign namespace</xs:documentation>
      </xs:annotation>
    </xs:any>
  </xs:sequence>
  <xs:attributeGroup ref="rail:aStopDescription"/>
  <xs:attributeGroup ref="rail:anyAttribute"/>
</xs:complexType>