IS:switch

From railML 2 Wiki
Jump to navigation Jump to search


switch
 


Schema description / Schemabeschreibung

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

Multiplicity / Anzahl

[0..∞]

Semantics / Bedeutung

A <switch> defines a standard railway switch with three connections as an infrastructure element. A railway switch, turnout or (set of) points is a mechanical installation enabling railway trains to be guided from one track to another, such as at a railway junction or where a spur or siding branches off a Railway_switch (Wiki banner.png).

Attributes of switch / Attribute von switch

  • 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 (deprecated with version 2.1): 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.
    (introduced with version 2.1)
  • controllerRef: This refers to the id attribute of the associated <controller> element.
    (introduced with version 2.1)
  • 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, fulfilling the constraint: at minimum two characters, whitespace is not allowed. Please, apply Dev:usingAny accordingly.
  • 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, fulfilling the constraint: at minimum two characters, whitespace is not allowed. Please, apply Dev:usingAny accordingly.
  • 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 Possible values are:
  • ordinarySwitch An ordinary switch is a switch with a straight branch and a curved branch.
  • insideCurvedSwitch An inside curved switch has two curved branches directing in the same direction (either left or right) with one branch having a bigger radius than the other.
  • outsideCurvedSwitch An outside curved switch has two curved branches directing in different directions (left and right). The value of the radius may be similar with both branches.
  • threeWaySwitch A switch with three instead of two possible ways.
  • other:anything: Any value that does not fit any value from the previous enumeration list, fulfilling the constraint: at minimum two characters, whitespace is not allowed. Please, apply Dev:usingAny accordingly.

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: union of (restriction of xs:string, tOtherEnumerationValue); tOtherEnumerationValue is an arbitrary string starting with 'other:' followed by at minimum two characters, white space not allowed for extending railML® enumeration lists; optional

Best practice & Examples / Empfohlene Anwendung & Beispiele

Please also refer to Dev:Connection_between_tracks for further information on how to use switches.

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.

References

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