IS:openEnd

From railML 2 Wiki
(Redirected from IS:openEnd trackBegin)
Jump to navigation Jump to search


openEnd
 


Schema description / Schemabeschreibung

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

<openEnd> indicates that it is unknown to the modeler how the track continues. Especially, the track may be continued with further track sections, but these sections are not part of the railML® description.

Trains can enter or leave the infrastructure at an <openEnd>. This is a major difference to <bufferStop>, which indicates that a track is terminated without any possibility for trains to enter or leave the track.

The <connection> in other <trackBegin>s and <trackEnd>s, or in <switch>es and <crossing>s, can only reference other <connection>s, not this <openEnd>. The <track> associated with this <openEnd> may therefore not be continued with any other <track>.

Attributes of openEnd / Attribute von openEnd

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

Best practice & Examples / Empfohlene Anwendung & Beispiele

Consider the railML® 2.3 example of Middle Rhine Railway by GPSinfradat (link to the railML® website).

Mip1.png

TrackID LineID BeginElementType EndElementType OCP Start OCP End
26301 2630 oE mN KKO FBGK
35102 3510 oE mN FMZ FBGK
35113 3511 mN oE FBGK SBKNG

This code example defines a track begin that is an open end.

<trackBegin id="tB26301" pos="0" absPos="91050">
  <openEnd id="oEb26301"/>
</trackBegin>

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.