Autoexport from the XML-Schema for element TT:pass:times of railML® version 3.3 | |
| Description | Used to describe when the train passes an OP. |
| Subschema | timetable |
| Parents* | |
| Children |
passingTime (0..1) |
Attributes:
| |
| *Notice: Elements may have different parent elements. As a consequence they may be used in different contexts. Please, consider this as well as a user of this Wiki as when developing this documentation further. Aspects that are only relevant with respect to one of several parents should be explained exclusively in the documentation of the respective parent element. | |
TT:pass:times
Introduction
Documentation
Syntax
This element does not appear in railML® 3.2 within the TT subschema. It is available only in railML® 3.3. Do not hesitate to contact railML.org e.V. for further questions.
This element does not appear in railML® 3.1 within the TT subschema. It is available only in railML® 3.3. Do not hesitate to contact railML.org e.V. for further questions.
Changes 3.2→3.3
There exists an overview of all changes between railML® 3.2 and railML® 3.3 on page Dev:Changes/3.3.
Introduced with version 3.3.
Semantics
|
Best Practice / Examples
Semantic constraint TT:008
The semantic constraint TT:008 ensures that no contradictory information can be provided. For example, it ensures that only a single 'scheduled' departure time is provided.
Mit der semantischen Beschränkung TT:008 wird sichergestellt, keine sich widersprechenden Informationen angegeben werden können. Beispielsweise wird sichergestellt, dass nur eine geplante also 'scheduled' Abfahrtszeit angegeben wird.
Valid:
<baseItineraryPoint id="bip01">
<pass>
<times scope="operational">
<passingTime time="10:07:00"/>
</times>
</pass>
</baseItineraryPoint>
Invalid:
<baseItineraryPoint id="bip01">
<pass>
<times scope="operational">
<passingTime time="10:07:00"/>
</times>
<times scope="operational">
<passingTime time="10:07:30"/>
</times>
</pass>
</baseItineraryPoint>