TT:runTimes

From railML 2 Wiki
Jump to navigation Jump to search


runTimes
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[0..1]

Semantics / Bedeutung

The Element <runTimes> describes details about the scheduled run time from the current ocp to the next one ocpTT. The described time is the scheduled run time between the departure of the current ocp and the arrival at the next one.
The scheduled overall run time is calculate as the sum of @minimalTime, @operationalReserve und @additionalReserve. @operationalReserve is derived from @minimalTime * @percentageSupplement / 100, assuming percentageSupplement was supplied.

Das Element <runTimes> beschreibt Details zur der Fahrzeit vom aktuellen ocp bis zum nächsten ocpTT-Element. Die beschriebene Zeit ist die geplante Fahrzeit zwischen der Abfahrt vom aktuellen Ocp und der Ankunft am folgenden.
Die geplante Gesamtfahrzeit ergibt sich aus Summe von @minimalTime, @operationalReserve und @additionalReserve. @operationalReserve ergibt sich dabei aus @minimalTime * @percentageSupplement / 100, unter Prämisse, dass percentageSupplement angegeben wurde.

Attributes of runTimes / Attribute von runTimes

  • minimalTime: minimal technical run time with no supplements. minimale technische Fahrzeit ohne jegliche Zuschläge
  • operationalReserve: additional run time for operational purposes. regulärer operativer Zuschlag.
  • additionalReserve: additional run time, e.g. supplement due to construction. zusätzlicher Zuschlag, z.B. Bauzuschlag.
  • xs:anyAttribute(introduced with version 2.3) This provides an extension point for non-railML® attributes in a foreign namespace. How to use it?

Syntactic Constraints / Syntaktische Beschränkungen

Best practice & Examples / Empfohlene Anwendung & Beispiele

Not yet described. / Noch nicht beschrieben.

Notes / Anmerkungen

The run time between two ocpTT elements can also be deduced by the difference of the arrival and the departure time. The difference should be equivalent to the sum of mimimalTime, operationalReserve and additionalReserve.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.