IS:summary: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Undocumented enumeration items)
(Description for differnet types of signal boxes added)
Line 9: Line 9:
|ownAttributes =
|ownAttributes =
* {{Attr|signalBox}}: the type of signal box belonging to the {{IS:Doc|ocp}}
* {{Attr|signalBox}}: the type of signal box belonging to the {{IS:Doc|ocp}}
{{missing information|user=[[User:Ferri Leberl|Ferri Leberl]] ([[User talk:Ferri Leberl|talk]]) 15:43, 25 April 2018 (CEST)|topic=the semantics of the enumeration items}}
:* {{Enum|none}}: The {{IS:Doc|ocp}} is not controlled by a signal box because there are no signals and/or switches or they are manually controlled directly at the switch or signal (rarely).<br/>{{Deu|Die Betriebsstelle hat kein Stellwerk, da dort keine oder nur [https://de.wikipedia.org/wiki/Weiche_(Bahn)#Ortsgestellt ortsgestellte (Hand-)Weichen] und/oder Signale vorhanden sind}}
:* {{Enum|none}}
:* {{Enum|mechanical}}: The {{IS:Doc|ocp}} is controlled by a [https://en.wikipedia.org/wiki/Lever_frame mechanical lever frame signal box].<br/>{{Deu|Die Betriebsstelle hat ein [https://de.wikipedia.org/wiki/Mechanisches_Stellwerk mechanisches Stellwerk].}}
:* {{Enum|mechanical}}
:* {{Enum|electro-mechanical}}: The {{IS:Doc|ocp}} is controlled by a power frame signal box.<br/>{{Deu|Die Betriebsstelle hat ein [https://de.wikipedia.org/wiki/Elektromechanisches_Stellwerk Elektromechanisches Stellwerk].}}
:* {{Enum|electro-mechanical}}
:* {{Enum|electrical}}: The {{IS:Doc|ocp}} is controlled by a control panel signal box.<br/>{{Deu|Die Betriebsstelle hat ein [https://de.wikipedia.org/wiki/Relaisstellwerk Relaisstellwerk/Gleisbildstellwerk (RSTW)].}}
:* {{Enum|electrical}}
:* {{Enum|electronical}}: The {{IS:Doc|ocp}} is controlled by a [https://en.wikipedia.org/wiki/Integrated_Electronic_Control_Centre Integrated Electronic Control Centre].<br/>{{Deu|Die Betriebsstelle hat ein [https://de.wikipedia.org/wiki/Elektronisches_Stellwerk elektronisches Stellwerk (ESTW)].}}
:* {{Enum|electronical}}


* {{Attr|powerStation}}: if true, the {{IS:Doc|ocp}} owns a powerstation for electrified lines
* {{Attr|powerStation}}: if true, the {{IS:Doc|ocp}} owns a powerstation for electrified lines


* {{Attr|hasHomeSignals}}: if true, the {{IS:Doc|ocp}} has home signals
* {{Attr|hasHomeSignals}}: if true, the {{IS:Doc|ocp}} has '''home signals''' / {{Deu|[https://de.wikipedia.org/wiki/Einfahrsignal '''Einfahrsignale''']}}


* {{Attr|hasStarterSignals}}: if true, the {{IS:Doc|ocp}} offers starter signals
* {{Attr|hasStarterSignals}}: if true, the {{IS:Doc|ocp}} has '''starter signals''' / {{Deu|[https://de.wikipedia.org/wiki/Ausfahrsignal '''Ausfahrsignale''']}}


* {{Attr|hasSwitches}}: if true, the {{IS:Doc|ocp}} has Switches (e. g. ticket selling)
* {{Attr|hasSwitches}}: if true, the {{IS:Doc|ocp}} has switches


|constraints =  
|constraints =  

Revision as of 23:48, 8 July 2018


summary
 


Scheme description / Schemenbeschreibung

Position of summary in the XML-Tree / Position von summary im XML-Baum

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

summary contains attributes which summarize roughly the technical equipment of an ocp.

Attributes of summary / Attribute von summary

  • signalBox: the type of signal box belonging to the ocp
  • powerStation: if true, the ocp owns a powerstation for electrified lines
  • hasSwitches: if true, the ocp has switches

Syntactic Constraints / Syntaktische Beschränkungen

  • signalBox: xs:string; classification of an interlocking system by kind of implementation (none, mechanical, electro-mechanical, electrical, electronical); optional
  • powerStation xs:boolean, optional, default: false
  • hasHomeSignals xs:boolean, optional, default: false
  • hasStarterSignals xs:boolean, optional, default: false
  • hasSwitches xs:boolean, optional, default: false

Best practice & Examples / Empfohlene Anwendung & Beispiele

Not yet described. / Noch nicht beschrieben.

Notes / Anmerkungen

Operational properties as defined in propOperational (e. g. orderChangeable) shall be consistent with the technical equipment (e. g. hasSwitches).

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.