IS:summary: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
(Die Seite wurde neu angelegt: {{elementDocu| elementName = summary |parent = {{DocIS|ocp}} |ownAttributes = * {{attr|signalBox}}: the type of signal box belonging to the OCP ({{DocIS|tInterlockingT...)
 
m (DSTW added)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{elementDocu|
{{elementDocu|
elementName = summary
elementName = summary
|parent = {{DocIS|ocp}}
|parent = {{IS:Tag|propEquipment}}
|childs=''None''
|inheritedAttributes=''None''
|semantics =
{{IS:Doc|summary}} contains attributes which summarize roughly the technical equipment of an {{IS:Doc|ocp}}.


|ownAttributes =
|ownAttributes =
* {{attr|signalBox}}: the type of signal box belonging to the OCP ({{DocIS|tInterlockingType}}, optional)
* {{Attr|signalBox}}: the type of signal box belonging to the {{IS:Doc|ocp}}
:* {{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 {{external|https://de.wikipedia.org/wiki/Weiche_(Bahn)#Ortsgestellt|ortsgestellte (Hand-)Weichen}} und/oder Signale vorhanden sind}}
:* {{Enum|mechanical}}: The {{IS:Doc|ocp}} is controlled by a {{external|https://en.wikipedia.org/wiki/Lever_frame mechanical|lever frame signal box}}.<br/>{{Deu|Die Betriebsstelle hat ein {{external|https://de.wikipedia.org/wiki/Mechanisches_Stellwerk|mechanisches Stellwerk}}.}}
:* {{Enum|electro-mechanical}}: The {{IS:Doc|ocp}} is controlled by a power frame signal box.<br/>{{Deu|Die Betriebsstelle hat ein {{external|https://de.wikipedia.org/wiki/Elektromechanisches_Stellwerk|Elektromechanisches Stellwerk}}.}}
:* {{Enum|electrical}}: The {{IS:Doc|ocp}} is controlled by a control panel signal box.<br/>{{Deu|Die Betriebsstelle hat ein {{external|https://de.wikipedia.org/wiki/Relaisstellwerk|Relaisstellwerk/Gleisbildstellwerk (RSTW)}}.}}
:* {{Enum|electronical}}: The {{IS:Doc|ocp}} is controlled by a {{external|https://en.wikipedia.org/wiki/Integrated_Electronic_Control_Centre|Integrated Electronic Control Centre}}.<br/>{{Deu|Die Betriebsstelle hat ein {{external|https://de.wikipedia.org/wiki/Elektronisches_Stellwerk|elektronisches Stellwerk (ESTW/DSTW)}}.}}


* {{attr|powerStation}}: if true, the OCP owns a powerstation for electrified lines ({{xsdType|boolean}}, optional)
* {{Attr|powerStation}}: if true, the {{IS:Doc|ocp}} owns a powerstation for electrified lines


* {{attr|hasHomeSignals}}: if true, the OCP has home signals ({{xsdType|boolean}}, optional)
* {{Attr|hasHomeSignals}}: if true, the {{IS:Doc|ocp}} has '''home signals''' / {{Deu|{{external|https://de.wikipedia.org/wiki/Einfahrsignal|'''Einfahrsignale'''}}}}


* {{attr|hasStarterSignals}}: if true, the OCP offers starter signals ({{xsdType|boolean}}, optional)
* {{Attr|hasStarterSignals}}: if true, the {{IS:Doc|ocp}} has '''starter signals''' / {{Deu|{{external|https://de.wikipedia.org/wiki/Ausfahrsignal|'''Ausfahrsignale'''}}}}


* {{attr|hasSwitches}}: if true, the OCP has Switches (e. g. ticket selling) ({{xsdType|boolean}}, optional)
* {{Attr|hasSwitches}}: if true, the {{IS:Doc|ocp}} has switches
 
|semantics =
{{IS:Tag|summary}} is contains attributes which summarize roughly the technical equipment of an {{IS:Tag|ocp}}.


|constraints =
*{{constraint|signalBox|rml|tInterlockingTypes}}
*{{constraint|powerStation|xsd|boolean|default=false}}
*{{constraint|hasHomeSignals|xsd|boolean|default=false}}
*{{constraint|hasStarterSignals|xsd|boolean|default=false}}
*{{constraint|hasSwitches|xsd|boolean|default=false}}
|notes =
|notes =
Operational properties as defined in {{DocIS|propOperational}} (e. g. {{attr|orderChangeable}}) shall be consistent with the technical equipment (e. g. {{attr|hasSwitches}}).
Operational properties as defined in {{IS:Doc|propOperational}} (e. g. {{Attr|orderChangeable}}) shall be consistent with the technical equipment (e. g. {{Attr|hasSwitches}}).


}}
}}

Latest revision as of 07:25, 26 April 2024


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
  • hasStarterSignals: if true, the ocp has starter signals / Ausfahrsignale (external link)
  • hasSwitches: if true, the ocp has switches

Syntactic Constraints / Syntaktische Beschränkungen

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

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.