Dev:How To Reference Infrastructure: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
(Die Seite wurde neu angelegt: „== How to reference infrastructure / {{Deu| Referenzierung von Infrastruktur}}== To train parts consists of sequence of several reached control points {{TT:Ta…“)
 
m (Some English wording changed)
Line 1: Line 1:
== How to reference infrastructure / {{Deu| Referenzierung von Infrastruktur}}==
== How to reference infrastructure / {{Deu| Referenzierung von Infrastruktur}}==


To train parts consists of sequence of several reached control points {{TT:Tag|ocpTT}}. The related {{IS:Tag|ocp}} elements and the used tracks inbetween a part of the infrastructure. The way from one {{TT:Tag|ocpTT}} to the next is described in the sub-element {{TT:Tag|sectionTT}}. Part of the description is the reference to the infrastructure {{IS:Tag|track}} element by using {{TT:Tag|trackRef}}.<br>
A train part is described as passing a sequence of several operation or control points {{TT:Tag|ocpTT}}. The related {{IS:Tag|ocp}} elements and the used parts of {{IS:Tag|track}}s inbetween are part of the {{IS:Tag|infrastructure}}. The way from one {{TT:Tag|ocpTT}} to the next is described in the sub-element {{TT:Tag|sectionTT}}. Part of the description is the reference to the infrastructure {{IS:Tag|track}} element by using {{TT:Tag|trackRef}}.<br>
{{Deu| Ein Zuglauf {{TT:Tag|trainPart}} besteht im Wesentlichen aus der Abfolge der befahrenen Betriebsstellen {{TT:Tag|ocpTT}}. Diese Betriebsstellen und die dazwischen liegenden befahrenen Gleise sind Teil der Infrastruktur. Der Weg bis zur nächsten angegebenen Betriebstelle wird im Unterelement {{TT:Tag|sectionTT}} näher beschrieben. Dazu gehört auch die Angabe der konkret befahrenen Gleise als Referenz {{TT:Tag|trackRef}} auf die jeweiligen Infrastrukturelemente.}}
{{Deu| Ein Zuglauf {{TT:Tag|trainPart}} besteht im Wesentlichen aus der Abfolge der befahrenen Betriebsstellen {{TT:Tag|ocpTT}}. Diese Betriebsstellen und die dazwischen liegenden befahrenen Gleise sind Teil der Infrastruktur. Der Weg bis zur nächsten angegebenen Betriebstelle wird im Unterelement {{TT:Tag|sectionTT}} näher beschrieben. Dazu gehört auch die Angabe der konkret befahrenen Gleise als Referenz {{TT:Tag|trackRef}} auf die jeweiligen Infrastrukturelemente.}}


Line 7: Line 7:


The '''macroscopic''' infrastructure model considers tracks as a connection between ocps. This model is typical for a timetable view.
The '''macroscopic''' infrastructure model considers tracks as a connection between ocps. This model is typical for a timetable view.


The '''microscopic''' infrastructure model considers tracks as a connection between switches. This model is the preferred one for a simulation tool or a signal box view of the infrastructure.
The '''microscopic''' infrastructure model considers tracks as a connection between switches. This model is the preferred one for a simulation tool or a signal box view of the infrastructure.

Revision as of 14:20, 30 May 2012

How to reference infrastructure / Referenzierung von Infrastruktur

A train part is described as passing a sequence of several operation or control points <ocpTT>. The related <ocp> elements and the used parts of <track>s inbetween are part of the <infrastructure>. The way from one <ocpTT> to the next is described in the sub-element <sectionTT>. Part of the description is the reference to the infrastructure <track> element by using <trackRef>.
Ein Zuglauf <trainPart> besteht im Wesentlichen aus der Abfolge der befahrenen Betriebsstellen <ocpTT>. Diese Betriebsstellen und die dazwischen liegenden befahrenen Gleise sind Teil der Infrastruktur. Der Weg bis zur nächsten angegebenen Betriebstelle wird im Unterelement <sectionTT> näher beschrieben. Dazu gehört auch die Angabe der konkret befahrenen Gleise als Referenz <trackRef> auf die jeweiligen Infrastrukturelemente.

Different usages of the infrastructure schema

The macroscopic infrastructure model considers tracks as a connection between ocps. This model is typical for a timetable view.

The microscopic infrastructure model considers tracks as a connection between switches. This model is the preferred one for a simulation tool or a signal box view of the infrastructure.

How to define it with railML?

Example 1

If the infrastructure is used in the macroscopic way, only one <trackRef> element should be used for an <ocpTT>.

Example 2

If the infrastructure is used in the microscopic way, you will have to list all tracks (from switch to switch) as <trackRef> elements until you reach a track which contains a <crossSection> element related to the next <ocpTT>.