|
|
Line 12: |
Line 12: |
| {{importComment}} | | {{importComment}} |
| [[File:2025-01-30 railML levelCrossing1.png|thumb|Draft https://unsplash.com/photos/aerial-photography-of-train-tracks-during-daytime-ywUOMuLZovY]] | | [[File:2025-01-30 railML levelCrossing1.png|thumb|Draft https://unsplash.com/photos/aerial-photography-of-train-tracks-during-daytime-ywUOMuLZovY]] |
| | <syntaxhighlight lang=xml> |
| | <?xml version="1.0" encoding="UTF-8"?> |
| | <railML xmlns="https://www.railml.org/schemas/3.3" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:gml="http://www.opengis.net/gml/3.2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.railml.org/schemas/3.3 https://www.railml.org/schemas/3.3/railml3.xsd" version="3.1"> |
| | <common id="co_01"> |
| | <positioning> |
| | <linearPositioningSystems> |
| | <linearPositioningSystem id="lps01" units="metres" startMeasure="0.0" endMeasure="5000.0" linearReferencingMethod="absolute"> |
| | <isValid from="2024-01-01" to="2024-12-31"/> |
| | </linearPositioningSystem> |
| | </linearPositioningSystems> |
| | </positioning> |
| | </common> |
| | <infrastructure id="is_01"> |
| | <topology> |
| | <netElements> |
| | <netElement id="ne_01"> |
| | <associatedPositioningSystem id="ne_01_aps01" positioningSystemRef="lps01"> |
| | <intrinsicCoordinate id="ne_01_aps01_ic01" intrinsicCoord="0"> |
| | <linearCoordinate measure="0.0"/> |
| | </intrinsicCoordinate> |
| | </associatedPositioningSystem> |
| | </netElement> |
| | </netElements> |
| | <networks> |
| | <network id="nw01"> |
| | <level id="lv0" descriptionLevel="Micro"> |
| | <networkResource ref="ne_01"/> |
| | </level> |
| | </network> |
| | </networks> |
| | </topology> |
| | <functionalInfrastructure> |
| | <levelCrossingsIS> |
| | <levelCrossingIS id="lcr01" belongsToParent="lcr03"> |
| | <name language="NO" name="Bomma plo"/> |
| | <linearLocation id="ll_01"> |
| | <associatedNetElement netElementRef="ne_01"> |
| | <linearCoordinateBegin measure="999.0" positioningSystemRef="lps01"/> |
| | <linearCoordinateEnd measure="1009.0" positioningSystemRef="lps01"/> |
| | </associatedNetElement> |
| | </linearLocation> |
| | <crossesElement id="cross_01" type="road"/> |
| | <protection barriers="doubleHalfBarrier" lights="flashing"> |
| | <roadSideBarriers id="rsb01" roadSide="right"> |
| | <name language="NO" name="1"/> |
| | <spotLocation id="lcrbar01_sloc01" applicationDirection="both" netElementRef="ne_01"> |
| | <linearCoordinate measure="999.0" positioningSystemRef="lps01" lateralSide="left"/> |
| | </spotLocation> |
| | </roadSideBarriers> |
| | <roadSideBarriers id="rsb02" roadSide="left"> |
| | <name language="NO" name="3"/> |
| | <spotLocation id="lcrbar03_sloc01" applicationDirection="both" netElementRef="ne_01"> |
| | <linearCoordinate measure="1009.0" positioningSystemRef="lps01" lateralSide="left"/> |
| | </spotLocation> |
| | </roadSideBarriers> |
| | <roadSideBarriers id="rsb03" roadSide="left"> |
| | <name language="NO" name="6"/> |
| | <spotLocation id="lcrbar06_sloc01" applicationDirection="both" netElementRef="ne_01"> |
| | <linearCoordinate measure="999.0" positioningSystemRef="lps01" lateralSide="right"/> |
| | </spotLocation> |
| | </roadSideBarriers> |
| | <roadSideBarriers id="rsb04" roadSide="right"> |
| | <name language="NO" name="4"/> |
| | <spotLocation id="lcrbar04_sloc01" applicationDirection="both" netElementRef="ne_01"> |
| | <linearCoordinate measure="1009.0" positioningSystemRef="lps01" lateralSide="right"/> |
| | </spotLocation> |
| | </roadSideBarriers> |
| | </protection> |
| | </levelCrossingIS> |
| | <levelCrossingIS id="lcr011" belongsToParent="lcr03"> |
| | <linearLocation id="ll_02"> |
| | <associatedNetElement netElementRef="ne_01"> |
| | <linearCoordinateBegin measure="1011.0" positioningSystemRef="lps01"/> |
| | <linearCoordinateEnd measure="1017.0" positioningSystemRef="lps01"/> |
| | </associatedNetElement> |
| | </linearLocation> |
| | <crossesElement id="cross_02" type="footway"/> |
| | <protection barriers="singleFullBarrier" lights="flashing"> |
| | <roadSideBarriers id="rsb05" roadSide="left"> |
| | <name language="NO" name="5"/> |
| | <spotLocation id="lcrbar05_sloc01" applicationDirection="both" netElementRef="ne_01"> |
| | <linearCoordinate measure="1017.0" positioningSystemRef="lps01" lateralSide="left"/> |
| | </spotLocation> |
| | </roadSideBarriers> |
| | <roadSideBarriers id="rsb06" roadSide="right"> |
| | <name language="NO" name="2"/> |
| | <spotLocation id="lcrbar02_sloc01" applicationDirection="both" netElementRef="ne_01"> |
| | <linearCoordinate measure="1017.0" positioningSystemRef="lps01" lateralSide="right"/> |
| | </spotLocation> |
| | </roadSideBarriers> |
| | </protection> |
| | </levelCrossingIS> |
| | <levelCrossingIS id="lcr03" > |
| | <linearLocation id="ll_32"> |
| | <associatedNetElement netElementRef="ne_01"> |
| | <linearCoordinateBegin measure="999.0" positioningSystemRef="lps01"/> |
| | <linearCoordinateEnd measure="1017.0" positioningSystemRef="lps01"/> |
| | </associatedNetElement> |
| | </linearLocation> |
| | </levelCrossingIS> |
| | </levelCrossingsIS> |
| | </functionalInfrastructure> |
| | </infrastructure> |
| | </railML> |
| | </syntaxhighlight> |
| | |
|
| |
|
| =={{Additional Information}}== | | =={{Additional Information}}== |
| ==={{Notes}}=== | | ==={{Notes}}=== |
| ==={{Open issues}}=== | | ==={{Open issues}}=== |