IS:trainProtectionElementGroupRef: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Switched redirect direction for some signal children)
Tag: Removed redirect
(-fra)
 
Line 1: Line 1:


== Scheme description / {{Deu|Schemenbeschreibung}} / {{Fra|Description du schéma}} ==
== Scheme description / {{Deu|Schemenbeschreibung}} ==
=== Position of IS:trainProtectionElementGroupRef in the XML-Tree / {{Deu|Position von IS:trainProtectionElementGroupRef im XML-Baum}} / {{Fra|position de IS:trainProtectionElementGroupRef dans l’aborescence XML}} ===
=== Position of IS:trainProtectionElementGroupRef in the XML-Tree / {{Deu|Position von IS:trainProtectionElementGroupRef im XML-Baum}} ===


* Parent: {{IS:Tag|signal}}
* Parent: {{IS:Tag|signal}}
Line 7: Line 7:
* Children: ''None''
* Children: ''None''


=== Semantics / {{Deu|Bedeutung}} / {{Fra|Sémantique}} ===
=== Semantics / {{Deu|Bedeutung}} ===


Sub-element for a reference to a trainProtectionElementGroup, which is connected to the signal's aspect
Sub-element for a reference to a trainProtectionElementGroup, which is connected to the signal's aspect


=== Inherited attributes from other data types  / {{Deu|Abgeleitete Attribute von anderen Datentypen}} / {{Fra|Attributs hérités d’autres types données}} ===
=== Inherited attributes from other data types  / {{Deu|Abgeleitete Attribute von anderen Datentypen}} ===


''None''
''None''


=== Specific Attributes of IS:trainProtectionElementGroupRef / {{Deu|Spezielle Attribute von IS:trainProtectionElementGroupRef}} / {{Fra|Attributs spécifiques de IS:trainProtectionElementGroupRef}} ===
=== Specific Attributes of IS:trainProtectionElementGroupRef / {{Deu|Spezielle Attribute von IS:trainProtectionElementGroupRef}} ===


*{{attr|ref}}: reference is required because it's the purpose of the element
*{{attr|ref}}: reference is required because it's the purpose of the element


=== Constraints / {{Deu|Beschränkungen}} / {{Fra|Contraintes}} ===
=== Constraints / {{Deu|Beschränkungen}} ===


*{{attr|ref}}: tGenericRef
*{{attr|ref}}: tGenericRef


== Best practice & Examples / {{Deu|Empfohlene Anwendung & Beispiele}} / {{Fra|Bonnes pratiques & exemples}} ==
== Best practice & Examples / {{Deu|Empfohlene Anwendung & Beispiele}} ==


The following example (taken from SimpleExample) shows how a signal may reference a connected train protection element. The main signal "69A" is a combined signal that works as home signal for the station referenced by the ID "ocp01". This signal references a train protection element group:
The following example (taken from SimpleExample) shows how a signal may reference a connected train protection element. The main signal "69A" is a combined signal that works as home signal for the station referenced by the ID "ocp01". This signal references a train protection element group:
Line 47: Line 47:
</syntaxhighlight>
</syntaxhighlight>


== Notes / {{Deu|Anmerkungen}} / {{Fra|Notes}} ==
== Notes / {{Deu|Anmerkungen}} ==


''Not yet described. / {{Deu|Noch nicht beschrieben.}} / {{Fra|Pas encore décrit.}}''
''Not yet described. / {{Deu|Noch nicht beschrieben.}}''
<!--
<!--
=== Example / {{Deu|Beispiel}} / {{Fra|Exemple}} ===
=== Example / {{Deu|Beispiel}} ===
-->
-->
''Not yet described. / {{Deu|Noch nicht beschrieben.}} / {{Fra|Pas encore décrit.}}''
''Not yet described. / {{Deu|Noch nicht beschrieben.}}''


== Open issues / {{Deu|Offene Punkte/Pedenzen}} / {{Fra|Questions ouvertes}} ==
== Open issues / {{Deu|Offene Punkte/Pedenzen}}==


''Not yet described. / {{Deu|Noch nicht beschrieben.}} / {{Fra|Pas encore décrit.}}''
''Not yet described. / {{Deu|Noch nicht beschrieben.}}''


[[Category:{{
[[Category:{{

Latest revision as of 13:02, 13 March 2023

Scheme description / Schemenbeschreibung

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

  • Children: None

Semantics / Bedeutung

Sub-element for a reference to a trainProtectionElementGroup, which is connected to the signal's aspect

Inherited attributes from other data types / Abgeleitete Attribute von anderen Datentypen

None

Specific Attributes of IS:trainProtectionElementGroupRef / Spezielle Attribute von IS:trainProtectionElementGroupRef

  • ref: reference is required because it's the purpose of the element

Constraints / Beschränkungen

  • ref: tGenericRef

Best practice & Examples / Empfohlene Anwendung & Beispiele

The following example (taken from SimpleExample) shows how a signal may reference a connected train protection element. The main signal "69A" is a combined signal that works as home signal for the station referenced by the ID "ocp01". This signal references a train protection element group:

<signal id="tr03_si07" pos="3800" absPos="4300" dir="up"
        name="69A" xml:lang="de"
        function="home" type="combined" ocpStationRef="ocp01">
  <trainProtectionElementGroupRef ref="tr03_tpeg01"/>
</signal>

The referenced train protection element group contains one Indusi magnet, which is positioned at the same track location like the signal:

<trainProtectionElements>
  <trainProtectionElement id="tr03_tpe01" pos="3800" absPos="4300" dir="up" 
                          medium="magnetic" trainProtectionSystem="Indusi"/>
  <trainProtectionElementGroup id="tr03_tpeg01">
    <trainProtectionElementRef ref="tr03_tpe01"/>
  </trainProtectionElementGroup>
</trainProtectionElements>

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben. Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pedenzen

Not yet described. / Noch nicht beschrieben.