TT:runTimes: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(multiplicity)
(updated description after clarification in developer telco)
Line 3: Line 3:


|semantics =
|semantics =
The Element {{TT:Tag|runTimes}} describes the inner structure of the run time to the next {{TT:Doc|ocpTT}}.
The Element {{TT:Tag|runTimes}} describes details about the scheduled run time from the current ocp to the next one {{TT:Doc|ocpTT}}. The described time is the scheduled run time between the departure of the current ocp and the arrival at the next one. <br>
The scheduled overall run time is calculate as the sum of {{@|minimalTime}}, {{@|operationalReserve}} und {{@|additionalReserve}}. {{@|operationalReserve}} is derived from {{@|minimalTime}} * {{@|percentageSupplement|TT:sectionTT}} / 100, assuming percentageSupplement was supplied.


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


|parent = {{TT:Tag|sectionTT}}
|parent = {{TT:Tag|sectionTT}}
Line 12: Line 13:
|inheritedAttributes=''None''
|inheritedAttributes=''None''
|ownAttributes =
|ownAttributes =
*{{attr|minimalTime}}: minimal run time.
*{{attr|minimalTime}}: minimal technical run time with no supplements. {{deu|minimale technische Fahrzeit ohne jegliche Zuschläge}}
*{{attr|operationalReserve}}: additional run time for operational purposes.
*{{attr|operationalReserve}}: additional run time for operational purposes. {{deu|regulärer operativer Zuschlag.}}
*{{attr|additionalReserve}}: additional unspecified run time, e.g. slower run as timetable buffer.
*{{attr|additionalReserve}}: additional run time, e.g. supplement due to construction. {{deu|zusätzlicher Zuschlag, z.B. Bauzuschlag.}}
{{InheritAnyAttribute
{{InheritAnyAttribute
|comment={{intro|2.3}}
|comment={{intro|2.3}}

Revision as of 13:16, 15 November 2021


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.