IL:routeStatusIndicator

From railML 3 Wiki
Jump to navigation Jump to search

Introduction

Documentation

Syntax

Autoexport from the XML-Schema for element IL:routeStatusIndicator of railML® version 3.2
Documentation virtual logical object used for indication of route status on HMI
Subschema interlocking
Parents* routeStatusIndicators
Children designator (0..*), hasCommand (0..*), hasIndication (0..*)
Attributes:
  • positionInRoute: This marks the position of the indicator in the route in case not clear by reference from routeEntry or routeExit. It is related to the functions the indicator will fulfil. (optional; xs:string)
Possible values:
  • end: indicator is located at the end of the route path
  • start: indicator is located at the start of the route path,

  • elementNumber: number of the element in the set of interlocking 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.

This element does not appear in railML® 3.1 within the IL subschema. It is available only in railML® 3.2. Do not hesitate to contact railML.org for further questions.


Changes 3.1→3.2

Introduced with version 3.2.

Semantics

Best Practice / Examples

RouteIndicators.jpg

For the safety of train traffic the used routes will have a life cycle with different stages. These stages are often indicated to the operator of a HMI of a controller. Typical two distinguished graphical symbols are used, one at the start and one at the end of the route. They are controlled as individual graphical objects.

  • @elementNumber - A positive integer number unique within one <signalBox> to index the element in internal lists of engineering data.
  • @id - The unique identifier used to reference this element within railML.
  • @positionInRoute - This marks whether the indicator is at the start or the end.
  • <hasCommand> - The reference to any predefined operator command, which can be used with this element. For details refer to <hasOperatorCommand>.
  • <hasIndication> - The reference to any predefined indication on HMI, which is used with this element. For details refer to <hasHmiIndication>.
<rail3:routeStatusIndicator elementNumber="0" id="" positionInRoute="end">
	<rail3:designator description="" entry="" register=""/>
	<rail3:hasCommand entityCode="" ref=""/>
	<rail3:hasIndication entityCode="" ref=""/>
</rail3:routeStatusIndicator>

Additional Information

Notes

Open Issues