Introduction
See example visualization at tz.de (external link).
<tunnelGateIS> has its Interlocking counterpart <tunnelGateIL>. Interlocking properties of <tunnelGateIS> shall be described using <tunnelGateIL>.
Documentation
Syntax
Autoexport from the XML-Schema for element IS:tunnelGateIS of railML ® version 3.3
|
| Documentation
|
movable structure for completely closing the opening of tunnel or tunnel section from something e.g. air, water.
|
| Subschema
|
infrastructure
|
| Parents*
|
tunnelGatesIS
|
| Children
|
areaLocation (0..*), designator (0..*), elementState (0..*), gmlLocation (0..*), isValid (0..*), linearLocation (0..*), name (0..*), networkLocation (0..*), spotLocation (0..*), typeDesignator (0..*)
|
Attributes:
- installedInTunnel: reference an object using its UUID or GenericID (xs:ID) (optional;
xs:IDREF),
- id: the identifier of the object; this can be either of type xs:ID or UUID (obligatory;
xs:ID); compare: Dev:Identities
|
*Notice: Elements may have different parent elements. As a consequence they may be used in different contexts. Please, consider this as well as a user of this Wiki as when developing this documentation further. Aspects that are only relevant with respect to one of several parents should be explained exclusively in the documentation of the respective parent element.
|
Autoexport from the XML-Schema for element IS:tunnelGateIS of railML ® version 3.2
|
| Documentation
|
movable structure for completely closing the opening of tunnel or tunnel section from something e.g. air, water.
|
| Subschema
|
infrastructure
|
| Parents*
|
tunnelGatesIS
|
| Children
|
areaLocation (0..*), designator (0..*), external (0..*), gmlLocations (0..*), isValid (0..*), linearLocation (0..*), name (0..*), networkLocation (0..*), spotLocation (0..*), typeDesignator (0..*)
|
Attributes:
- installedInTunnel: reference an object using its UUID or GenericID (xs:ID) (optional;
xs:string; patterns: (urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}}),
- id: the identifier of the object; this can be either of type xs:ID or UUID (obligatory;
xs:string; patterns: (urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}}); compare: Dev:Identities
|
*Notice: Elements may have different parent elements. As a consequence they may be used in different contexts. Please, consider this as well as a user of this Wiki as when developing this documentation further. Aspects that are only relevant with respect to one of several parents should be explained exclusively in the documentation of the respective parent element.
|
This element does not appear in railML® 3.1 within the IS subschema. It is available only in railML® 3.2, 3.3. Do not hesitate to contact railML.org e.V. for further questions.
Changes 3.1→3.2
There exists an overview of all changes between railML® 3.1 and railML® 3.2 on page Dev:Changes/3.2.
Introduced with version 3.2.
Changes 3.2→3.3
There exists an overview of all changes between railML® 3.2 and railML® 3.3 on page Dev:Changes/3.3.
The children have been changed.
The attributes have been changed.
Semantics
Best Practice / Examples
<overCrossing id="ovc1" type="mainTrack">
<name language="de" name="Rugnux-Tunnel"/>
<linearLocation id="ll1" applicationDirection="both">
<associatedNetElement netElementRef="ne1" intrinsicCoordBegin="0" intrinsicCoordEnd="1" keepsOrientation="true" sequence="1">
<geometricCoordinateBegin positioningSystemRef="gps1" x="46.6022" y="9.754"/>
<geometricCoordinateEnd positioningSystemRef="gps1" x="46.60434" y="9.75348"/>
</associatedNetElement>
</linearLocation>
</overCrossing>
<tunnelGateIS id="tg1" installedInTunnel="ovc1">
<spotLocation id="tg1sp" netElementRef="ne1" intrinsicCoord="0" applicationDirection="both">
<geometricCoordinate positioningSystemRef="gps1" x="46.6022" y="9.754"/>
</spotLocation>
</tunnelGateIS>
<tunnelGateIS id="tg2" installedInTunnel="ovc1">
<spotLocation id="tg2sp" netElementRef="ne1" intrinsicCoord="1" applicationDirection="both">
<geometricCoordinate positioningSystemRef="gps1" x="46.60434" y="9.75348"/>
</spotLocation>
</tunnelGateIS>
Additional Information
Notes
Additional Information
| 🗒️
|
This segment provides background information that is not relevant for the certification process.
|
|
|
Example was reviewed by the coordinator (link to the railML® website) of the Infrastructure subschema on 2025-10-29.
Open Issues