IS:summary: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Description for differnet types of signal boxes added)
Line 24: Line 24:


|constraints =  
|constraints =  
* {{Attr|signalBox}}: {{railMLType|tInterlockingTypes}}; optional
*{{constraint|signalBox|rml|tInterlockingTypes}}
* {{Attr|powerStation}} {{XsdType|boolean}}, optional, {{default|false}}
*{{constraint|powerStation|xsd|boolean|default=false}}
* {{Attr|hasHomeSignals}} {{XsdType|boolean}}, optional, {{default|false}}
*{{constraint|hasHomeSignals|xsd|boolean|default=false}}
* {{Attr|hasStarterSignals}} {{XsdType|boolean}}, optional, {{default|false}}
*{{constraint|hasStarterSignals|xsd|boolean|default=false}}
* {{Attr|hasSwitches}} {{XsdType|boolean}}, optional, {{default|false}}
*{{constraint|hasSwitches|xsd|boolean|default=false}}
|notes =
|notes =
Operational properties as defined in {{IS:Doc|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}}).


}}
}}

Revision as of 17:54, 19 October 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: 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.