IS:crossedElements levelCrossing

From railML 2 Wiki
Revision as of 15:29, 12 September 2022 by RailML Coord Documentation (talk | contribs) (Contribution by Лариса Жучий)
Jump to navigation Jump to search


IS:crossedElements
 


Scheme description / Schemenbeschreibung

Position of IS:crossedElements in the XML-Tree / Position von IS:crossedElements im XML-Baum

Multiplicity / Anzahl

[0..1]

Semantics / Bedeutung

Lists the elements that are crossed by this <levelCrossing>.

Attributes of IS:crossedElements / Attribute von IS:crossedElements

None

Syntactic Constraints / Syntaktische Beschränkungen

None

Best practice & Examples / Empfohlene Anwendung & Beispiele

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

This code example defines crossed elements of the Middle Rhine Railway <levelCrossing>.

<levelCrossings>
  <levelCrossing id="lc263011" pos="6690" name="BÜ LzHH Brunnenstraße" absPos="97740" xml:lang="de">
    <geoCoord coord="50.294743 7.600783" epsgCode="urn:ogc:def:crs:EPSG::4326"/>
    <crossedElements>
      <crossedElement id="cELC263011" pos="6690" name="LzHH Brunnenstraße" type="highway:road" xml:lang="de"/>
    </crossedElements>
  </levelCrossing>
…
</levelCrossings>

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.