IL:routeEntry

From railML 3 Wiki
Revision as of 19:08, 29 January 2020 by RailML Coord Documentation (talk | contribs) (→‎{{examples}})
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

Documentation

Syntax

Autoexport from the XML-Schema for element IL:routeEntry of railML® version 3.2
Documentation Description of the start point of the route. This is normally a signal.
Subschema interlocking
Parents* route
Children belongsToOperationalPoint (0..*), designator (0..*), hasCommand (0..*), hasIndication (0..*), hasIndicator (0..1), hasSignalIndicator (0..1), nonReplacement (0..*), objectName (0..*), refersTo (1..1)
Attributes:
  • 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:routeEntry of railML® version 3.1
Documentation Description of the start point of the route. This is normally a signal.
Subschema interlocking
Parents* route
Children any (0..*), designator (0..1), nonReplacement (0..*), refersTo (1..1)
Attributes:
  • 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

The start of a route is described in <routeEntry>. The element contains the following information:

  • <refersTo> – This is the reference to the start element of the route. In most cases this is a signal. Preferable the reference shall be made to the element with the interlocking attributes instead of the pure infrastructure element.
  • <nonReplacement> – This is the reference to any track section in the route path which does not cause signal replacement on occupation, i.e. start signal is kept open until occupation of the next section. There can be more than one such section within one route.

The extract shows the route start from the virtual exit signal where the occupation of the first track, the switch A68W02 will not cause signal replacement.

<routeEntry id="rts_68N1">
        <designator register="_SimpleRegister" entry="Start 68N1"/>
        <refersTo ref="mb_sig02"/>
        <nonReplacement ref="A68W02T"/>
</routeEntry>

Additional Information

Notes

Open Issues