Dev:Border between infrastructure managers and countries: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(wording)
(→‎Example with two tracks: Mileages and line numbers added for DB InfraGO and ÖBB Infra lines)
(One intermediate revision by the same user not shown)
Line 30: Line 30:
   <trackTopology>
   <trackTopology>
     <trackBegin id="tb01" pos="0" absPos="0">..</trackBegin>
     <trackBegin id="tb01" pos="0" absPos="0">..</trackBegin>
     <trackEnd id="te01" pos="59" absPos="59">..</trackEnd>
     <trackEnd id="te01" pos="115087" absPos="115087">..</trackEnd>
   </trackTopology>
   </trackTopology>
   <trackElements>
   <trackElements>
Line 40: Line 40:
<track id="tr02">
<track id="tr02">
   <trackTopology>
   <trackTopology>
     <trackBegin id="tb02" pos="0" absPos="115">..</trackBegin>
     <trackBegin id="tb02" pos="0" absPos="59229">..</trackBegin>
     <trackEnd id="te02" pos="30" absPos="85">..</trackEnd>
     <trackEnd id="te02" pos="59220" absPos="9">..</trackEnd>
   </trackTopology>
   </trackTopology>
   <trackElements>
   <trackElements>
     ..
     ..
     <ownerChange id="och02" pos="0" absPos="115" infrastructureManagerRef="ima02"/>
     <ownerChange id="och02" pos="0" absPos="59229" infrastructureManagerRef="ima02"/>
     ..
     ..
   </trackElements>
   </trackElements>
Line 51: Line 51:


<trackGroups>
<trackGroups>
   <line id="lin01" infrastructureManagerRef="ima01" name="Bahnstrecke München–Simbach">
   <line id="lin01" code="5600" infrastructureManagerRef="ima01" name="Bahnstrecke München Ost Pbf – Simbach (Inn) (DB-Grenze)">
     <trackRef ref="tr01"/>
     <trackRef ref="tr01"/>
   </line>
   </line>
   <line id="lin02" infrastructureManagerRef="ima02" name="Bahnstrecke Neumarkt-Kallham–Braunau">
   <line id="lin02" code="20701" infrastructureManagerRef="ima02" name="Bahnstrecke Neumarkt-Kallham – Staatsgrenze nächst Braunau am Inn">
     <trackRef ref="tr02"/>
     <trackRef ref="tr02"/>
   </line>
   </line>
Line 79: Line 79:
   <trackTopology>
   <trackTopology>
     <trackBegin id="tb01" pos="0" absPos="0">..</trackBegin>
     <trackBegin id="tb01" pos="0" absPos="0">..</trackBegin>
     <trackEnd id="te01" pos="50000" absPos="50000">..</trackEnd>
     <trackEnd id="te01" pos="65986" absPos="65986">..</trackEnd>
   </trackTopology>
   </trackTopology>
   <trackElements>
   <trackElements>

Revision as of 18:45, 24 April 2024

Introduction

Border between infrastructure managers (handover point) is the point where legal responsibility changes between the infrastructure managers [TAF TAP TSI][1].

These IM borders can be found between countries and within one e.g. in case there are private and national railway infrastructure managers in a country. Sometimes there two railway lines meet each other.

There are some approaches to represent border between infrastructure managers in railML2 e.g. with one or two tracks. This is due to the reasoning that every track should be considered a separate system with its own properties defined. Being syntactically and semantically valid, they just came from two different users of railML® 2.

When choosing approach with two tracks be aware of semantic constraints e.g. IS:003 "If two <track>s are connected, the @absPos values of the connected <trackBegin> and <trackEnd> must be identical" [2].

Example with two tracks

The photo shows an example of a ‘handover point’ at the Germany-Austria border. In the source code, shown below, there are two tracks managed two IMs ÖBB Infra (Wiki banner.png) in Austria and DB InfraGO (Wiki banner.png 🇩🇪) in Germany. Ownership is represented by <ownerChange> elements. Each of them have <ownerChange> positioned at the beginning of a track.

Further information about IMs is given in the <infrastructureManager> element and corresponding code list (link to the railML® website).

Here also two railway lines meet each other. Therefore restriction IS:003[2] cannot be fulfilled because tracks belong to different mileage systems. This is justified via two railway lines referring to tracks.

Border between infrastructure managers ÖBB Infra (Wiki banner.png) in Austria and DB InfraGO (Wiki banner.png 🇩🇪) in Germany (By Renardo la vulpo/Image source/CC0)
<metadata>
  <organizationalUnits>
    <infrastructureManager id="ima01" code="DBN"/>
    <infrastructureManager id="ima02" code="ÖBB"/>
  </organizationalUnits>
</metadata>
..
<track id="tr01">
  <trackTopology>
    <trackBegin id="tb01" pos="0" absPos="0">..</trackBegin>
    <trackEnd id="te01" pos="115087" absPos="115087">..</trackEnd>
  </trackTopology>
  <trackElements>
    ..
    <ownerChange id="och01" pos="0" absPos="0" infrastructureManagerRef="ima01"/>
    ..
  </trackElements>
</track>
<track id="tr02">
  <trackTopology>
    <trackBegin id="tb02" pos="0" absPos="59229">..</trackBegin>
    <trackEnd id="te02" pos="59220" absPos="9">..</trackEnd>
  </trackTopology>
  <trackElements>
    ..
    <ownerChange id="och02" pos="0" absPos="59229" infrastructureManagerRef="ima02"/>
    ..
  </trackElements>
</track>

<trackGroups>
  <line id="lin01" code="5600" infrastructureManagerRef="ima01" name="Bahnstrecke München Ost Pbf – Simbach (Inn) (DB-Grenze)">
    <trackRef ref="tr01"/>
  </line>
  <line id="lin02" code="20701" infrastructureManagerRef="ima02" name="Bahnstrecke Neumarkt-Kallham – Staatsgrenze nächst Braunau am Inn">
    <trackRef ref="tr02"/>
  </line>
</trackGroups>

Example with one track

Technically one track is also enough because there is no need for the second track to represent change. See example of one track representing a "Border between infrastructure managers" below.

The photo shows an example of a ‘handover point’ at the Germany-Czech Republic border on Děčín–Dresden-Neustadt_railway (Wiki banner.png). This line is operated by two different rail operating companies, Správa_železnic (Wiki banner.png) in the Czech Republic and DB InfraGO (Wiki banner.png 🇩🇪) in Germany, meaning there is a change in infrastructure managers. Mileage of the border was obtained from [3].

Border between infrastructure managers Správa_železnic (Wiki banner.png) in the Czech Republic and DB InfraGO (Wiki banner.png 🇩🇪) in Germany (By Falk2/Image source/CC BY-SA 3.0)
<metadata>
  <organizationalUnits>
    <infrastructureManager id="ima01" code="DBN"/>
    <infrastructureManager id="ima02" code="SZD"/>
  </organizationalUnits>
</metadata>
..
<track id="tr01">
  <trackTopology>
    <trackBegin id="tb01" pos="0" absPos="0">..</trackBegin>
    <trackEnd id="te01" pos="65986" absPos="65986">..</trackEnd>
  </trackTopology>
  <trackElements>
    ..
    <ownerChange id="och01" pos="0" absPos="0" infrastructureManagerRef="ima01"/>
    <ownerChange id="och02" pos="11859" absPos="11859" infrastructureManagerRef="ima02" name="Bahnverw.grenze Bad Schandau Gr"/>
    ..
  </trackElements>
</track>

References