TT:stopTimes stopDescription ocpTT ocpsTT trainPart: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
No edit summary
(added section to explain about contradiction between scheduled times and minimalTime as requested by tt-developer)
Line 37: Line 37:
  <stopTimes minimalTime="PT2M" additionalReserve="PT18S"/>
  <stopTimes minimalTime="PT2M" additionalReserve="PT18S"/>
</syntaxhighlight>
</syntaxhighlight>
===Contradiction between {{@|minimalTime}} and scheduled arrival and departure times===
It cannot be expected that the {{TT:Tag|times}} with {{Attr|scope}} {{enum|scheduled}} necessarily are aligned with the {{@|minimalTime}} provided for a {{TT:Tag|ocpTT}}. Although in general this assumption should be true, an importing software should not rely on this relationship.
{{Deu|Es kann nicht erwartet werden, dass die {{TT:Tag|times}} mit {{Attr|scope}} {{enum|scheduled}} notwendigerweise mit der {{@|minimalTime}} abgeglichen sind, die für einen {{TT:Tag|ocpTT}} angegeben ist. Obwohl diese Annahme im Allgemeinen wahr sein dürfte, sollten sich importierende Softwareprogramme nicht auf diese Beziehung verlassen.}}
|backHome = TT:elements
|backHome = TT:elements
}}
}}

Revision as of 18:22, 7 March 2024


times
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[0..1]

Semantics / Bedeutung

The element <stopTimes> describes the composition of the stopping durations a train spends in a station. The stop time as difference between arrival and departure should be: minimalTime + operationalReserve + additionalReserve

Das Element <stopTimes> beschreibt beschreibt die Zusammensetzung und fachliche Aufteilung der Zeit, die ein Zug während eines Haltes in einem Bahnhof verbringt. Die Haltezeit als Differenz zwischen Ankunft und Abfahrt entspricht der Summe: minimalTime + operationalReserve + additionalReserve

Attributes of times / Attribute von times

  • minimalTime: minimal stop time.
  • operationalReserve: additional stop time for operational purposes.
  • additionalReserve: additional unspecified stop time, e.g. waiting for a connection.
  • shuntingTime: specifies the driving time inside a station. usually defined at first/last ocpTT.
  • clearanceTime: time spent for closing the doors etc., this is sometimes considered as part of the running time.
  • 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

Discussed within timetable meeting in Berlin 02.06.2016

The participating developers declared that <stopTimes> are currently used with the scope of scheduled times.


 <stopTimes minimalTime="PT2M" additionalReserve="PT18S"/>

Contradiction between @minimalTime and scheduled arrival and departure times

It cannot be expected that the <times> with scope scheduled necessarily are aligned with the @minimalTime provided for a <ocpTT>. Although in general this assumption should be true, an importing software should not rely on this relationship.

Es kann nicht erwartet werden, dass die <times> mit scope scheduled notwendigerweise mit der @minimalTime abgeglichen sind, die für einen <ocpTT> angegeben ist. Obwohl diese Annahme im Allgemeinen wahr sein dürfte, sollten sich importierende Softwareprogramme nicht auf diese Beziehung verlassen.

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.