IS:crossing

From railML 2 Wiki
Jump to navigation Jump to search


crossing
 


Schema description / Schemabeschreibung

Position of crossing in the XML-Tree / Position von crossing im XML-Baum

Multiplicity / Anzahl

[0..∞]

Semantics / Bedeutung

A <crossing> is a point where two tracks cross each other and either enable trains to move from one track to the other or not.

Attributes of crossing / Attribute von crossing


  • pos: This is the position on a track defined as distance from its start (trackBegin) regardless the "absolute mileage" in @absPos.
    Das ist die Position des Elements auf einem Track i.S. der realen Entfernung zum trackBegin. Sie ist damit unabhängig von der mit absPos modellierten Strecken-Kilometrierung.
🗒️ For an explanation of the differences between @pos and @absPos see <mileageChange>  
  • absPos: This is the position on a track as absolute mileage/chainage.
    Das ist die Position des Elements im Referenzsystem der Strecken-Kilometrierung.
🗒️ For an explanation of the differences between @pos and @absPos see <mileageChange>  
  • absPosOffset: The semantics of this attribute aren't very clear. It seems to be redundant to the definitions with mileageChanges in "overlapping regions".
  • ocpStationRef: This refers to the id attribute of the associated <ocp> element.
    '
  • controllerRef: This refers to the id attribute of the associated <controller> element.
    '
  • trackContinueCourse Possible values are:
  • straight straight leg (no curve) of the switch
  • left left curved leg of switch
  • right right curved leg of switch
  • other:anything: Any value that does not fit any value from the previous enumeration list, starting with 'other:' followed by at least two letters and/or digits. Please see the section New enumeration value in Dev:usingAny for more information.
  • trackContinueRadius Radius of the curve with which the principal track continues beyond the switch.
  • normalPosition Possible values are:
  • straight straight leg (no curve) of the switch
  • left left curved leg of switch
  • right right curved leg of switch
  • other:anything: Any value that does not fit any value from the previous enumeration list, starting with 'other:' followed by at least two letters and/or digits. Please see the section New enumeration value in Dev:usingAny for more information.
  • model used for the manufacturer's model of the switch. The naming of switches like "EW 49-300-1:9" follows simple rules: EW - simple switch (einfache Weiche), 49 - the type of rail S49, 300 - radius of the branching track. 1:9 - the angle of the switch. [1]
  • length total building length of the switch from begin to end
  • remoteOperated:(introduced with version 2.5) Flag, whether the position of the switch or crossing is operated from anywhere else, i.e. from signalbox or remote operator place but not directly at the switch/crossing.
  • remoteIndicated:(introduced with version 2.5) Flag, whether the position of the switch or crossing is indicated at a remote operator place.
  • lockRef:(introduced with version 2.5) The reference to the lock used to control the position of this switch or crossing.
  • clearancePosOffset:(introduced with version 2.5) The distance between the switch location (@pos) and the position of the switch clearance point. This value is always positive.
  • type
    2022-10-14 railml crrossingTypes.png
    Possible values are:
  • simpleCrossing: Two tracks are crossing without the possibility of changing between these two tracks. It allows going in 4 directions.
  • simpleSwitchCrossing: A combination of a simple crossing, switch and connecting tracks used to guide a train from one straight track to another as well as going straight across. It allows going in 6 directions. See Railroad_switch#Single_slip (Wiki banner.png) for more information and local different namings.
  • doubleSwitchCrossing: It is used to guide a train from one straight track to another as well as going straight across. It allows going in eight directions.
  • remoteOperated:(introduced with version 2.5) Flag, whether the position of the switch or crossing is operated from anywhere else, i.e. from signalbox or remote operator place but not directly at the switch/crossing.
  • remoteIndicated:(introduced with version 2.5) Flag, whether the position of the switch or crossing is indicated at a remote operator place.

Syntactic Constraints / Syntaktische Beschränkungen

  • id: xs:ID, required
    a string, starting with a letter (a..zA..Z) or an underscore (_),
    followed by a non-colonized and non-spaced string consisting of letters, digits, points (.), dashes (-) or underscores (_)
  • code: xs:string, optional
  • name: xs:string, optional
  • description: xs:string, optional
  • xml:lang: xs:language, language identification, optional


  • pos: tLengthM (xs:decimal, 6 fraction digits, length value measured in meter); required; must be greater than or equal to zero, less than or equal to the track's length
  • absPos: tLengthM (xs:decimal, 6 fraction digits, length value measured in meter); optional
  • absPosOffset: xs:decimal, 6 fraction digits, length value measured in meter; optional


  • controllerRef xs:IDREF, optional
  • trackContinueCourse optional
  • trackContinueRadius optional
  • normalPosition optional
  • model xs:string, optional
  • length optional
  • remoteOperated: xs:boolean, optional
  • remoteIndicated: xs:boolean, optional
  • lockRef: xs:IDREF, optional
  • clearancePosOffset: xs:decimal, 6 fraction digits, length value measured in meter, optional
  • type optional

Best practice & Examples / Empfohlene Anwendung & Beispiele

Not yet described. / Noch nicht beschrieben.

Notes / Anmerkungen

General information on positioning

Positive pos values describe the distance from the track's begin. The track length is derived from the pos value in <trackEnd>.

The absolute mileage refered to by absPos is usually found on technical drawings of the track layout or on mileage posts next to the track.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.

  1. ISBN 3-519-06383-2; Jörn Pachl: Systemtechnik des Schienenverkehrs, Teubner 1999