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

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
m (made IMs clickable)
m (formatting, typos)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[File:2023-11-29 railML handoverPoint.jpg|thumb|Border between infrastructure managers {{external|https://en.wikipedia.org/wiki/Spr%C3%A1va_%C5%BEeleznic|Správa železnic}} in the Czech Republic and {{external|https://de.wikipedia.org/wiki/DB_Netz|Deutsche Bahn Netz}} in Germany ({{external|https://de.wikipedia.org/wiki/Benutzer:Falk2|By Falk2|mode=silent}}/{{external|https://commons.wikimedia.org/wiki/File:J35_445_Bf_Schöna,_Einfvsig_V1,_V3.jpg|Image source|mode=silent}}/{{external|https://creativecommons.org/licenses/by-sa/3.0/de/legalcode|CC BY-SA 3.0|mode=silent}})]]
The overarching objective of the EU Directive 2012/34/EU is to establish a single European railway area. Contributing to this objective is the requirement for improved cooperation of infrastructure managers and ‘cross-border agreements’ to enable seamless operations for train paths crossing borders, or ‘handover points’ (defined in <ref>{{external|http://taf-jsg.info/wp-content/uploads/2023/07/20230426-JGS-Handbook-3.3-with-XSD-3.3.0.0.pdf|TAP TSI and TAF TSI Sector Handbook for the Communication between Railway Undertakings and Infrastructure Managers (RU/IM Telematics Sector Handbook) Submitted on 20th October 2022}}</ref> as “the point where legal responsibility changes between the infrastructure managers”).
The overarching objective of the EU Directive 2012/34/EU is to establish a single European railway area. Contributing to this objective is the requirement for improved cooperation of infrastructure managers and ‘cross-border agreements’ to enable seamless operations for train paths crossing borders, or ‘handover points’ (defined in <ref>{{external|http://taf-jsg.info/wp-content/uploads/2023/07/20230426-JGS-Handbook-3.3-with-XSD-3.3.0.0.pdf|TAP TSI and TAF TSI Sector Handbook for the Communication between Railway Undertakings and Infrastructure Managers (RU/IM Telematics Sector Handbook) Submitted on 20th October 2022}}</ref> as “the point where legal responsibility changes between the infrastructure managers”).
[[File:Grenzbrücke_Braunau_Simbach.jpg|thumb|Border between infrastructure managers {{wikipedia|ÖBB Infra}} in Austria and {{wikipedia|1=DB InfraGO|3=de}} in Germany]]
 
The photo shows an example of a ‘handover point’ at the Germany-Czech Republic border on the Děčín to Dresden-Neustadt 6240 railway line. This line is operated by two different rail operating companies, {{external|https://en.wikipedia.org/wiki/Spr%C3%A1va_%C5%BEeleznic|Správa železnic}} in the Czech Republic and {{external|https://de.wikipedia.org/wiki/DB_Netz|Deutsche Bahn Netz}} in Germany, meaning there is a change in infrastructure managers.  
The photos show an example of a ‘handover point’ at the Germany-Czech Republic border on the Děčín to Dresden-Neustadt 6240 railway line. This line is operated by two different rail operating companies, {{external|https://en.wikipedia.org/wiki/Spr%C3%A1va_%C5%BEeleznic|Správa železnic}} in the Czech Republic and {{external|https://de.wikipedia.org/wiki/DB_Netz|Deutsche Bahn Netz}} in Germany, meaning there is a change in infrastructure managers.  
 
Real-world examples are:
* Border between infrastructure managers {{external|https://en.wikipedia.org/wiki/Spr%C3%A1va_%C5%BEeleznic|Správa železnic}} in the Czech Republic and {{external|https://de.wikipedia.org/wiki/DB_Netz|Deutsche Bahn Netz}} in Germany <ref name=photo1>Falk2, CC BY-SA 3.0 DE <https://creativecommons.org/licenses/by-sa/3.0/de/deed.en>, via Wikimedia Commons - https://commons.wikimedia.org/wiki/File:J35_445_Bf_Sch%C3%B6na,_Einfvsig_V1,_V3.jpg</ref>
 
* Border between infrastructure managers {{wikipedia|ÖBB Infra}} in Austria and {{wikipedia|1=DB InfraGO|3=de}} in Germany <ref name=photo2>Renardo la vulpo, CC0, via Wikimedia Commons - https://commons.wikimedia.org/wiki/File:Braunau_a_I,_Eisenbahnbr%C3%BCcke_nach_Simbach,_2.jpeg</ref>


In the source code, shown below, there are two tracks belonging to two infrastructure managers. Ownership is represented by {{tag|IS|ownerChange}}  elements. Further information is given in the {{tag|CO|infrastructureManager}} element and corresponding  
In the source code, shown below, there are two tracks belonging to two infrastructure managers. Ownership is represented by {{tag|IS|ownerChange}}  elements. Further information is given in the {{tag|CO|infrastructureManager}} element and corresponding  

Revision as of 16:08, 12 March 2024

The overarching objective of the EU Directive 2012/34/EU is to establish a single European railway area. Contributing to this objective is the requirement for improved cooperation of infrastructure managers and ‘cross-border agreements’ to enable seamless operations for train paths crossing borders, or ‘handover points’ (defined in [1] as “the point where legal responsibility changes between the infrastructure managers”).

The photos show an example of a ‘handover point’ at the Germany-Czech Republic border on the Děčín to Dresden-Neustadt 6240 railway line. This line is operated by two different rail operating companies, Správa železnic (external link) in the Czech Republic and Deutsche Bahn Netz (external link) in Germany, meaning there is a change in infrastructure managers.

Real-world examples are:

In the source code, shown below, there are two tracks belonging to two infrastructure managers. Ownership is represented by <ownerChange> elements. Further information is given in the <infrastructureManager> element and corresponding code list (link to the railML® website).

<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="500" absPos="500">..</trackEnd>
  </trackTopology>
  <trackElements>
    ..
    <ownerChange id="och01" pos="0" absPos="0" infrastructureManagerRef="ima01"/>
    ..
  </trackElements>
</track>
<track id="tr02">
  <trackTopology>
    <trackBegin id="tb02" pos="0" absPos="500">..</trackBegin>
    <trackEnd id="te02" pos="500" absPos="1000">..</trackEnd>
  </trackTopology>
  <trackElements>
    ..
    <ownerChange id="och02" pos="0" absPos="500" infrastructureManagerRef="ima02" name="Bahnverw.grenze Bad Schandau Gr"/>
    ..
  </trackElements>
</track>

It is important to ensure the correct definition of the railway tracks. Every railway track should have an <ownerChange> at the beginning of the track positioned at a zero coordinate. Additional semantic constraints apply for the <speedChange> [4].

In the example code above there are two railway tracks. Each of them has <ownerChange> positioned at the beginning. This is due to the reasoning that every track should be considered a separate system with its own properties defined. But 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. To answer a question which example to use when, this seems to be a preference of a user. Both examples are syntactically and semantically valid and actually came from two different users of railML® 2.

<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="500" absPos="1000">..</trackEnd>
  </trackTopology>
  <trackElements>
    ..
    <ownerChange id="och01" pos="0" absPos="0" infrastructureManagerRef="ima01"/>
    <ownerChange id="och02" pos="500" absPos="500" infrastructureManagerRef="ima02" name="Bahnverw.grenze Bad Schandau Gr"/>
    ..
  </trackElements>
</track>

References