|
|
Line 11: |
Line 11: |
| =={{examples}}== | | =={{examples}}== |
| {{importComment}} | | {{importComment}} |
| | <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"> |
| | <roadSideLights id=" lcrblgt01" roadSide="right"> |
| | <name language=" NO" name="Vei 1"/> |
| | <spotLocation id="lcrlgt01_sloc01" applicationDirection="both" netElementRef="ne_01"> |
| | <linearCoordinate measure="1003.0" positioningSystemRef="lps01" lateralSide="left"/> |
| | </spotLocation> |
| | </roadSideLights> |
| | <roadSideLights id="lcrblgt03" roadSide="left"> |
| | <name language=" NO" name="Vei 3"/> |
| | <spotLocation id="lcrlgt03_sloc01" applicationDirection="both" netElementRef="ne_01"> |
| | <linearCoordinate measure="1009.0" positioningSystemRef="lps01" lateralSide="left"/> |
| | </spotLocation> |
| | </roadSideLights> |
| | <roadSideLights id="lcrblgt06" roadSide="left"> |
| | <name language=" NO" name="Vei 6"/> |
| | <spotLocation id="lcrlgt06_sloc01" applicationDirection="both" netElementRef="ne_01"> |
| | <linearCoordinate measure="1003.0" positioningSystemRef="lps01" lateralSide="right"/> |
| | </spotLocation> |
| | </roadSideLights> |
| | <roadSideLights id="lcrblgt04" roadSide="right"> |
| | <name language=" NO" name="Vei 4"/> |
| | <spotLocation id="lcrblgt04a_sloc01" applicationDirection="both" netElementRef="ne_01"> |
| | <linearCoordinate measure="1009.0" positioningSystemRef="lps01" lateralSide="right"/> |
| | </spotLocation> |
| | </roadSideLights> |
| | <roadSideLights id="lcrblgt04b" roadSide="right"> |
| | <name language=" NO" name="Vei 4"/> |
| | <spotLocation id="lcrblgt04b_sloc01" applicationDirection="both" netElementRef="ne_01"> |
| | <linearCoordinate measure="1009.0" positioningSystemRef="lps01" lateralSide="right"/> |
| | </spotLocation> |
| | </roadSideLights> |
| | </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"> |
| | <roadSideLights id=" lcrlgt05" roadSide="left"> |
| | <name language=" NO" name="Vei 5"/> |
| | <spotLocation id="lcrlgt05_sloc01" applicationDirection="both" netElementRef="ne_01"> |
| | <linearCoordinate measure="1017.0" positioningSystemRef="lps01" lateralSide="left"/> |
| | </spotLocation> |
| | </roadSideLights> |
| | <roadSideLights id="lcrlgt02" roadSide="right"> |
| | <name language=" NO" name="Vei 2"/> |
| | <spotLocation id="lcrlgt02_sloc01" applicationDirection="both" netElementRef="ne_01"> |
| | <linearCoordinate measure="1017.0" positioningSystemRef="lps01" lateralSide="right"/> |
| | </spotLocation> |
| | </roadSideLights> |
| | </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}}=== |