IS:trainProtectionElementGroupRef signal: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(→‎Best practice & Examples / {{Deu|Empfohlene Anwendung & Beispiele}} / {{Fra|Bonnes pratiques & exemples}}: best practice example for signal reference to train protection element group)
(Switched redirect direction for some signal children)
Tag: New redirect
 
Line 1: Line 1:
 
#REDIRECT [[IS:trainProtectionElementGroupRef]]
== Scheme description / {{Deu|Schemenbeschreibung}} / {{Fra|Description du schéma}} ==
=== Position of IS:trainProtectionElementGroupRef signal in the XML-Tree / {{Deu|Position von IS:trainProtectionElementGroupRef signal im XML-Baum}} / {{Fra|position de IS:trainProtectionElementGroupRef signal dans l’aborescence XML}} ===
 
* Parent: {{IS:Tag|signal}}
 
* Children: ''None''
 
=== Semantics / {{Deu|Bedeutung}} / {{Fra|Sémantique}} ===
 
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}} ===
 
''None''
 
=== Specific Attributes of IS:trainProtectionElementGroupRef signal  / {{Deu|Spezielle Attribute von IS:trainProtectionElementGroupRef signal}} / {{Fra|Attributs spécifiques de IS:trainProtectionElementGroupRef signal}} ===
 
*{{attr|ref}}: reference is required because it's the purpose of the element
 
=== Constraints / {{Deu|Beschränkungen}} / {{Fra|Contraintes}} ===
 
*{{attr|ref}}: tGenericRef
 
== Best practice & Examples / {{Deu|Empfohlene Anwendung & Beispiele}} / {{Fra|Bonnes pratiques & exemples}} ==
 
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:
 
<syntaxhighlight lang="xml">
<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>
</syntaxhighlight>
 
The referenced train protection element group contains one Indusi magnet, which is positioned at the same track location like the signal:
 
<syntaxhighlight lang="xml">
<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>
</syntaxhighlight>
 
== Notes / {{Deu|Anmerkungen}} / {{Fra|Notes}} ==
 
''Not yet described. / {{Deu|Noch nicht beschrieben.}} / {{Fra|Pas encore décrit.}}''
<!--
=== Example / {{Deu|Beispiel}} / {{Fra|Exemple}} ===
-->
''Not yet described. / {{Deu|Noch nicht beschrieben.}} / {{Fra|Pas encore décrit.}}''
 
== Open issues / {{Deu|Offene Punkte/Pedenzen}} / {{Fra|Questions ouvertes}} ==
 
''Not yet described. / {{Deu|Noch nicht beschrieben.}} / {{Fra|Pas encore décrit.}}''
 
[[Category:{{
#switch: {{#explode:{{FULLPAGENAME}}|:}}
|CO = Common_Elements
|IS = Infrastructure_Elements
|RS = Rollingstock_Elements
|TT = Timetable_Elements
|Vorlage = Element_Template
|FIXME
}}|{{#explode:{{FULLPAGENAME}}|:|-1}}]]

Latest revision as of 23:24, 2 July 2021