TT:stopDescription ocpTT ocpsTT trainPart: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
No edit summary
No edit summary
Line 9: Line 9:
|parent = {{TT:Tag|ocpTT}}
|parent = {{TT:Tag|ocpTT}}


|childs = {{TT:Tag|stopTimes}}, {{Intro|2.2}}{{TT:Tag|platformEdgeRef}}
|childs = {{TT:Tag|stopTimes}}, {{Intro|2.2}}{{TT:Tag|platformEdgeRef}}, {{TT:Tag|serviceSectionRef}}


|ownAttributes =
|ownAttributes =
Line 36: Line 36:
|attributeName = stopPostRef {{Intro|2.2}}
|attributeName = stopPostRef {{Intro|2.2}}
|contextLink = {{IS:Tag|stopPost}}
|contextLink = {{IS:Tag|stopPost}}
|notes_en =
}}
{{InheritRef
|attributeName = platformEdgeRef {{Intro|2.2}}
|contextLink = {{IS:Tag|platformEdge}}
|notes_en =
}}
{{InheritRef
|attributeName = serviceSectionRef {{Intro|2.2}}
|contextLink = {{IS:Tag|serviceSection}}
|notes_en =
|notes_en =
}}
}}
Line 72: Line 60:


* {{Attr|stopPostRef}} {{RailMLType|tGenericRef}}, optional
* {{Attr|stopPostRef}} {{RailMLType|tGenericRef}}, optional
* {{Attr|platformEdgeRef}} {{RailMLType|tGenericRef}}, optional
* {{Attr|serviceSectionRef}} {{RailMLType|tGenericRef}}, optional


|example =
|example =

Revision as of 17:36, 19 November 2012


stopDescription
 


Scheme description / Schemenbeschreibung

Position of stopDescription in the XML-Tree / Position von stopDescription im XML-Baum

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The element stopDescription describes data concerning the stop a the certain ocpTT.

Das Element stopDescription beschreibt Daten, die den Halt im aktuellen ocpTT charakterisieren.

Attributes of stopDescription / Attribute von stopDescription

  • commercial: This characterizes the stop as either commercial or operational stop.
    Verkehrshalt / Betriebshalt
  • stopOnRequest: This indicates a commercial stop, depending on a certain demand. A stop on request is a special kind of a commercial stop. This attribute is not to be defined if commercial is set to false.
    Bedarfshalt: Ein Bedarfshalt ist eine besondere Form des Verkehrshalts. Das Attribut stopOnRequest ist nur anzugeben, wenn commercial="true" ist.
  • onOff: This describes, if passengers/goods are not supposed to enter or leave the train.
    z.B. "Halt nur zum Einsteigen"
    Possible values are:
  • both
  • on
  • off
  • purpose: This describes the reason for the stop in a detailed but not predefined way.
  • guaranteedPass: (introduced with version 2.2) This indicates a forbidden stop for heavy goods trains, otherwise they would not be able to get off.
    garantierte Durchfahrt
  • operationalStopOrdered: (introduced with version 2.2) This indicates that the stop is requested by the infrastructure manager. This attribute is not to be defined if commercial is set to true.
    bestellter Betriebshalt: Das Attribut ist nur anzugeben, wenn commercial="false" ist.
  • operatingPeriodRef: This refers to the id attribute of the associated <operatingPeriod> element.
    Used to reduce the operating days of the stop compared to the operating days of the train part. If not defined, the stop applies to all operating days of the parent train part.
  • <span id=stopPostRef (introduced with version 2.2)>stopPostRef (introduced with version 2.2): This refers to the id attribute of the associated <stopPost> element.
  • xs:anyAttribute: This provides an extension point for non-railML® attributes in a foreign namespace. How to use it?

Syntactic Constraints / Syntaktische Beschränkungen

  • stopOnRequest xs:boolean, optional, commercial="true" should be set
  • onOff optional
  • operationalStopOrdered xs:boolean, optional, commercial="false" should be set

Best practice & Examples / Empfohlene Anwendung & Beispiele

see RailML-Beispiel Haltearten, PDF, 121 kByte

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.