IL:routeReleaseGroupAhead

From railML 3 Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Introduction

Documentation

Syntax

Autoexport from the XML-Schema for element IL:routeReleaseGroupAhead of railML® version 3.2
Documentation One or more TVD sections as part of the route which can be released in a group ahead of the train in standstill.
Subschema interlocking
Parents* routeReleaseGroupsAhead
Children belongsToOperationalPoint (0..*), designator (0..*), hasCommand (0..*), hasIndication (0..*), hasTvdSection (0..*), objectName (0..*)
Attributes:
  • isAutomatic: True if the route is released automatically after expiry of the delay. False otherwise, e.g. operator intervention is required. (optional; xs:boolean),

  • delay: Duration after which the IL releases the partial route. Starts counting from the moment that all the conditions for release are fulfilled. This delay is engineered in static data. If not defined, the IL releases the group without delay.
    If the route has only one route release group then the set of TVD sections in the route is released en bloc with the delay given here. (optional; xs:duration),

  • typicalDelay: Duration after which the partial route is typically released. Use this delay for simulation purposes. Starts counting from the moment that the interlocking has received all conditions for the release. E.g. TVD sections in the group have been vacated, timers expired. (optional; xs:duration),

  • elementNumber: element number of the object for internal referencing in the engineering data (optional; xs:nonNegativeInteger),

  • id: unique identifier (obligatory; xs:string; patterns: (urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}}); compare: Dev:Identities
*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.

Autoexport from the XML-Schema for element IL:routeReleaseGroupAhead of railML® version 3.1
Documentation One or more TVD sections as part of the route which can be released in a group ahead of the train in standstill.
Subschema interlocking
Parents* routeReleaseGroupsAhead
Children any (0..*), designator (0..1), hasTvdSection (0..*)
Attributes:
  • isAutomatic: True if the route is released automatically after expiry of the delay. False otherwise, e.g. operator intervention is required. (optional; xs:boolean),

  • delay: Duration after which the IL releases the partial route. Starts counting from the moment that all the conditions for release are fulfilled. This delay is engineered in static data. If not defined, the IL releases the group without delay.

If the route has only one route release group then the set of TVD sections in the route is released en bloc with the delay given here. (optional; xs:duration),

  • typicalDelay: Duration after which the partial route is typically released. Use this delay for simulation purposes. Starts counting from the moment that the interlocking has received all conditions for the release. E.g. TVD sections in the group have been vacated, timers expired. (optional; xs:duration),

  • id: unique identifier (optional; xs:ID; patterns: (urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}}); compare: Dev:Identities
*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.


Changes 3.1→3.2

The children have changed.

The attributes have been changed.

Semantics

Best Practice / Examples

🗒️
Partial Route

The elements of a route are automatically released after use by a train. This release can be for the whole route at once or parts of it. The trigger for release is the clearing of TVD sections after sequential occupation. Thus the TVD section are of interest for release groups as all other elements are indirectly included in such groups. If one or more TVD section is released in a group, the characteristics are detailed as partialRoute. However, if the interlocking in general releases each individual TVD section after use the release groups can be omitted.

The instantiation extends the abstract type of partialRoute by some additional elements and attributes.

The abstract class contains

  • @delay – Duration after which the interlocking releases the partial route. Starts counting from the moment that all the conditions for release are fulfilled. This delay is engineered in static data. If not defined, the interlocking releases the group without delay. If the route has only one route release group then the set of TVD sections in the route is released en bloc with the delay given here.
  • @typicalDelay – Duration after which the partial route is typically released. Use this delay for simulation purposes. Starts counting from the moment that the interlocking has received all conditions for the release. E.g. TVD sections in the group have been vacated, timers expired.
  • <hasTvdSection> – The reference to the TVD section contained in the release group. There can be more than one section referred to.
 

The route sections are typically a list of TVD sections to be released as a unit ahead of a stationary train. This is mainly applicable for ETCS operation and shall be defined in destination areas like berthing tracks inside stations. It shall be used in conjunction with train initiated overlap release.

There is one additional attribute:

  • @isAutomatic – This Boolean value indicates whether this section is automatically released when the train reports being stationary.

Additional Information

Notes

Open Issues