Introduction
Documentation
Syntax
Autoexport from the XML-Schema for element IL:movableBridge of railML ® version 3.3
|
Documentation
|
A special movable bridge (undercrossing) which is used for railway traffic passing a waterway underneath the railway line in normal position but allows for temporarily being moved out of the way of the vessels. It is then not passable by trains. The normal position is locked and supervised by interlocking system. The other control of the bridge is outside the interlocking system.
|
Subschema
|
interlocking
|
Parents*
|
movableBridges
|
Children
|
assetName (0..*), belongsToOperationalPoint (0..1), designator (0..*), elementState (0..*), hasCommand (0..*), hasIndication (0..*), hasInterface (0..1), refersTo (0..1), takesControlOf (0..*)
|
Attributes:
- technicalClosingTime: The time for the technical closing process of the bridge. (optional;
xs:duration ),
- technicalOpenTime: The time needed for the opening process of the bridge. (optional;
xs:duration ),
- typicalNonPassableTime: The typical time period the bridge is not passable during traversal of a vessel. (optional;
xs:duration ),
- description: Description of the logic. (optional;
xs:string ),
- elementNumber: element number for internal referencing in the engineering data (optional;
xs:nonNegativeInteger ),
- 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 IL:movableBridge of railML ® version 3.2
|
Documentation
|
The contained basculeBridge element
|
Subschema
|
interlocking
|
Parents*
|
movableBridges
|
Children
|
assetName (0..*), belongsToOperationalPoint (0..1), designator (0..*), hasCommand (0..*), hasIndication (0..*), hasInterface (0..1), refersTo (0..1), takesControlOf (0..*)
|
Attributes:
- technicalClosingTime: The time for the technical closing process of the bridge. (optional;
xs:duration ),
- technicalOpenTime: The time needed for the opening process of the bridge. (optional;
xs:duration ),
- typicalNonPassableTime: The typical time period the bridge is not passable during traversal of a vessel. (optional;
xs:duration ),
- description: Description of the logic. (optional;
xs:string ),
- elementNumber: element number for internal referencing in the engineering data (optional;
xs:nonNegativeInteger ),
- id: unique identifier (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 IL subschema. It is available only in railML® 3.2, 3.3. Do not hesitate to contact railML.org 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 element documentation has been changed.
The parents have been changed.
The children have been changed.
The attributes have been changed.
Semantics
Best Practice / Examples
Additional Information
As <movableBridge> an <underCrossing> is seen, where a railway line is passed underneath by a waterway. This bridge is normally locked in the position for trains to run safely accross the bridge. But for the passing of a vessel the bridge needs to be moved out of the way. The particular construction of the moveable elements does not matter here as the drive for the bridge is normally outside of the railway control. Important is only the supervision and locking of the normal (closed) position. Therefore the <movableBridge> is modelled similar to <genericDetector> and <keyLockIL>.
- @elementNumber - A positive integer number unique within one <signalBox> to index the element in internal lists of engineering data.
- @id - The unique identifier used to reference this element within railML.
- @technicalClosingTime - The time period which is technically needed to close the bridge from full open to passable position.
- @technicalOpenTime - The time period which is technically needed to open the bridge from the passable to full open position.
- @typicalNonPassableTime - The average time period the bridge is not usable by railway during the passage of a vessel. This time period starts from unlocking the bridge until it is locked again.
- <designator> - A coded name as per a specified register for the asset.
- <assetName> - A name for the asset in a given language.
- <belongsToOperationalPoint> - The reference to an <operationalPoint> the <movableBridge> belongs to from operational point of view.
- <hasCommand> - The reference to any predefined operator command, which can be used with this element. For details refer to <hasOperatorCommand>.
- <hasIndication> - The reference to any predefined indication on HMI, which is used with this element. For details refer to <hasHmiIndication>.
- <takesControlOf> - The reference to any other railway element, which is controlled only by the status of this movableBridge.
- <hasInterface> - The reference to the physical interface definition needed for control this movableBridge from the related <signalBox>. For details refer to <interface>.
- <refersTo> - The reference to the physical <underCrossing> as defined in the infrastructure.
<rail3:movableBridge description="" elementNumber="0" id="" technicalClosingTime="P1D" technicalOpenTime="P1D" typicalNonPassableTime="P1D">
<rail3:designator description="" entry="" register=""/>
<rail3:assetName description="" language="EN" name=""/>
<rail3:belongsToOperationalPoint ref=""/>
<rail3:hasCommand entityCode="" ref=""/>
<rail3:hasIndication entityCode="" ref=""/>
<rail3:takesControlOf ref=""/>
<rail3:hasInterface ref=""/>
<rail3:refersTo ref=""/>
</rail3:movableBridge>
Notes
Open Issues