TT:stopDescription ocpTT ocpsTT trainPart: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
m (Small layout changes)
mNo edit summary
Line 25: Line 25:
* {{Attr|guaranteedPass}}: {{Intro|2.2}} This indicates a forbidden stop for heavy goods trains, otherwise they would not be able to get off. <br> {{Deu|garantierte Durchfahrt}}
* {{Attr|guaranteedPass}}: {{Intro|2.2}} This indicates a forbidden stop for heavy goods trains, otherwise they would not be able to get off. <br> {{Deu|garantierte Durchfahrt}}


* {{Attr|requestedByInfrastructure}}: {{Intro|2.2}} This indicates that the stop is requested by the infrastructure manager. This attribute is not to be defined if {{Attr|commercial}} is set to {{Attr|true}}. <br> {{Deu|bestellter Betriebshalt: Das Attribut ist nur anzugeben, wenn {{Attr|<nowiki>commercial="false"</nowiki>}} ist.}}
* {{Attr|operationalStopOrdered}}: {{Intro|2.2}} This indicates that the stop is requested by the infrastructure manager. This attribute is not to be defined if {{Attr|commercial}} is set to {{Attr|true}}. <br> {{Deu|bestellter Betriebshalt: Das Attribut ist nur anzugeben, wenn {{Attr|<nowiki>commercial="false"</nowiki>}} ist.}}


{{InheritRef
{{InheritRef
Line 49: Line 49:
* {{Attr|guaranteedPass}} {{XsdType|boolean}}, optional
* {{Attr|guaranteedPass}} {{XsdType|boolean}}, optional


* {{Attr|requestedByInfrastructure}} {{XsdType|boolean}}, optional, {{Attr|<nowiki>commercial="false"</nowiki>}} should be set
* {{Attr|operationalStopOrdered}} {{XsdType|boolean}}, optional, {{Attr|<nowiki>commercial="false"</nowiki>}} should be set


* {{Attr|operatingPeriodRef}} {{RailMLType|tGenericRef}}, optional
* {{Attr|operatingPeriodRef}} {{RailMLType|tGenericRef}}, optional

Revision as of 06:53, 29 March 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.
  • 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.