IS:crossedElements brigde: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
("Corrected" <bridge> to <brigde>)
(Contribution by Лариса Жучий)
Line 9: Line 9:
|ownAttributes=''None''
|ownAttributes=''None''
|constraints=''None''
|constraints=''None''
|example=
Consider {{rml|2.3}} example of {{site|1=https://www.railml.org/en/user/exampledata.html?file=files/download/exampledata/090318_Bahnkonzept_ExampleDataGPSinfradat_NorthUpperRhineNetworkRailML23.zip|2=Middle Rhine Railway by GPSinfradat}}.
This code example defines [https://wiki2.railml.org/wiki/IS:crossedElement_crossedElements_brigde crossed elements] of the Middle Rhine Railway {{tag|IS|brigde}}.
<syntaxhighlight lang=xml>
<bridges>
  <brigde id="br3510292" pos="1572" name="EÜ L424 Hattenbergstraße" absPos="28952" xml:lang="de">
    <geoCoord coord="50.013346 8.244743" epsgCode="urn:ogc:def:crs:EPSG::4326"/>
    <crossedElements>
      <crossedElement id="cEBr3510292" pos="1572" name="L424 Hattenbergstraße" type="highway:road" xml:lang="de"/>
    </crossedElements>
  </brigde>
</bridges>
</syntaxhighlight>
}}
}}

Revision as of 15:27, 12 September 2022


IS:crossedElements
 


Scheme description / Schemenbeschreibung

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

💡 Please, consider that the parent is named brigde rather than bridge!

Multiplicity / Anzahl

[0..1]

Semantics / Bedeutung

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

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 <brigde>.

<bridges>
  <brigde id="br3510292" pos="1572" name="EÜ L424 Hattenbergstraße" absPos="28952" xml:lang="de">
    <geoCoord coord="50.013346 8.244743" epsgCode="urn:ogc:def:crs:EPSG::4326"/>
    <crossedElements>
      <crossedElement id="cEBr3510292" pos="1572" name="L424 Hattenbergstraße" type="highway:road" xml:lang="de"/>
    </crossedElements>
  </brigde>
…
</bridges>

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.