rail:aStopDescription

Attribute Group Information

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

Used By

Complex Type rail:tStopDescription

Source

<xs:attributeGroup name="aStopDescription">
  <xs:attribute name="commercial" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>characterizes the stop as either commercial or operational stop</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="stopOnRequest" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>a commercial stop, depending on a certain demand</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="onOff" type="rail:tOnOff">
    <xs:annotation>
      <xs:documentation>describes, if passengers/goods are not supposed to enter or leave the train</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="purpose" type="xs:string">
    <xs:annotation>
      <xs:documentation>describes the reason for the stop in a detailed but not predefined way</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="guaranteedPass" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>indicates a forbidden stop for heavy goods trains</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="operationalStopOrdered" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>the stop is requested by the infrastructure manager</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="operatingPeriodRef" type="rail:tGenericRef">
    <xs:annotation>
      <xs:documentation>references a reduction of the operating days of the stop compared to the operating days of the train part</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="stopPostRef" type="rail:tGenericRef">
    <xs:annotation>
      <xs:documentation>refers to the id attribute of the associated stop post element</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>