IS:isSpeedSignal

From railML 3 Wiki
Jump to navigation Jump to search

Introduction

Documentation

Syntax

Autoexport from the XML-Schema for element IS:isSpeedSignal of railML® version 3.3
    
Documentation use this child element to specify the speed signal in more detail
Subschema infrastructure
Parents*

signalIS

Children

refersToBeginOfSpeedSection (0..*), refersToEndOfSpeedSection (0..*)

Attributes:
  • type: speed signal/panel type (announcement, execution) (optional; xs:string)
Possible values:
  • announcement: announcing a change of allowed speed
  • execution: marking begin of section with changed allowed speed
*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 IS:isSpeedSignal of railML® version 3.2
    
Documentation use this child element to specify the speed signal in more detail
Subschema infrastructure
Parents*

signalIS

Children

refersToBeginOfSpeedSection (0..*), refersToEndOfSpeedSection (0..*)

Attributes:
  • trainRelation: DEPRECATED, please use speedSection@refersToTrain instead;
    Reference to the part of the train from where on the shown speed signal aspect is valid. Normally, a limiting speed signal aspect relates to the head of the train while a speed release refers to the end of the train. (optional; xs:string)
Possible values:
  • endOfTrain: The tail of the train should be located at the stopping place when the train has stopped.
  • headOfTrain: The headof the train should be located at the stopping place when the train has stopped. This is the default setting.
  • midOfTrain: The center of the train should be located at the stopping place when the train has stopped.,

  • type: speed signal/panel type (announcement, execution) (optional; xs:string)
Possible values:
  • announcement: announcing a change of allowed speed
  • execution: marking begin of section with changed allowed speed
*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 IS:isSpeedSignal of railML® version 3.1
    
Documentation use this child element to specify the speed signal in more detail
Subschema infrastructure
Parents*

signalIS

Children

any (0..*), refersToBeginOfSpeedSection (0..*), refersToEndOfSpeedSection (0..*)

Attributes:
  • type: speed signal/panel type (announcement, execution) (optional; xs:string)
Possible values:
  • execution: marking begin of section with changed allowed speed
  • announcement: announcing a change of allowed speed,

  • trainRelation: Reference to the part of the train from where on the shown speed signal aspect is valid. Normally, a limiting speed signal aspect relates to the head of the train while a speed release refers to the end of the train. (optional; xs:string)
Possible values:
  • endOfTrain
  • midOfTrain
  • headOfTrain
*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

There exists an overview of all changes between railML® 3.1 and railML® 3.2 on page Dev:Changes/3.2.

The parents have been changed.

The children have been changed.

The attributes have been changed.

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.

The parents have been changed.

The children have been changed.

The attributes have been changed.

Semantics

The modelling of signalization is the same for a permanent and a temporary restriction. The fact stating that restriction is there only for some time is modelled as <speedSection>/@isTemporary="true".

Best Practice / Examples

The modelling of a signalized speed restriction and a <levelCrossingIS> with some problems is explained below. In the schematic plan below a temporary speed restriction is visualized.

In Germany, for this, three signals are used (figure 1): announcement, indication and ending. The following signals are used for this for a train going from left to right:

1. <isSpeedSignal>/@type="announcement" of speed restriction (yellow one) (Germany: Shows the speed to be reached at A-board)

2. <isSpeedSignal>/@type="execution" of beginnig of speed restriction (red one) (German: Anfang)

3. <isSpeedSignal>/@type="execution " with higher mileage of an end of speed restriction (green one) (German: Ende)

Signalling:

        <signalIS id="sig11" isSwitchable="false">
          <spotLocation id="sig11_sloc01" netElementRef="ne_x01" applicationDirection="normal" pos="1300.0">
            <linearCoordinate positioningSystemRef="lps01" measure="2000.0" lateralDistance="2.2" lateralSide="right"/>
          </spotLocation>
          <isSpeedSignal type="announcement" trainRelation="headOfTrain">
            <refersToBeginOfSpeedSection ref="sps03"/>
          </isSpeedSignal>
        </signalIS>
        <signalIS id="sig12" isSwitchable="false">
          <spotLocation id="sig12_sloc01" netElementRef="ne_x01" applicationDirection="normal" pos="1700.0">
            <linearCoordinate positioningSystemRef="lps01" measure="2400.0" lateralDistance="2.2" lateralSide="right"/>
          </spotLocation>
          <isSpeedSignal type="execution" trainRelation="headOfTrain">
            <refersToBeginOfSpeedSection ref="sps03"/>
          </isSpeedSignal>
        </signalIS>
        <signalIS id="sig13" isSwitchable="false">
          <spotLocation id="sig13_sloc01" netElementRef="ne_x01" applicationDirection="normal" pos="1850.0">
            <linearCoordinate positioningSystemRef="lps01" measure="2550.0" lateralDistance="2.2" lateralSide="right"/>
          </spotLocation>
          <isSpeedSignal type="execution" trainRelation="endOfTrain">
            <refersToEndOfSpeedSection ref="sps03"/>
          </isSpeedSignal>
        </signalIS>

Speed section:

        <speedSection id="sps03" maxSpeed="20" isTemporary="true" isSignalized="true">
          <isValid from="2018-12-15" to="2018-12-22"/>
          <linearLocation id="sps03_lloc01" applicationDirection="normal">
            <associatedNetElement netElementRef="ne_x01" keepsOrientation="true">
              <linearCoordinateBegin positioningSystemRef="lps01" measure="2400.0"/>
              <linearCoordinateEnd positioningSystemRef="lps01" measure="2550.0"/>
            </associatedNetElement>
          </linearLocation>
        </speedSection>

Additional Information

Notes

Open Issues