IS:propOperational: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Description of Attributes corrected, detailed and translations added)
No edit summary
(One intermediate revision by the same user not shown)
Line 16: Line 16:
:* {{Enum|crossover}} a connection between two {{IS:Doc|track}}s of a double-track line <br/> {{Deu|'''Überleitstelle'''}}
:* {{Enum|crossover}} a connection between two {{IS:Doc|track}}s of a double-track line <br/> {{Deu|'''Überleitstelle'''}}
:* {{Enum|junction}} '''Junction''': joining/splitting of two {{IS:Doc|line}}s <br/> {{Deu|'''Abzweigstelle'''}} <br/> {{Fra|'''Bifurcation'''}}
:* {{Enum|junction}} '''Junction''': joining/splitting of two {{IS:Doc|line}}s <br/> {{Deu|'''Abzweigstelle'''}} <br/> {{Fra|'''Bifurcation'''}}
:* '''{{Enum|blockPost}}''' '''Block post''': a (mainly staffed) {{IS:Doc|ocp}} with signals where the {{TT:Doc|train}} spacing is monitored.<br/> Further Information: [https://en.wikipedia.org/wiki/Block_post Article in Wikipedia] <br/> {{Deu|'''Blockstelle''': Eine (meist durch eine Betriebspersonal besetzte) Betriebsstelle ''(Zugfolgestelle)'', welche den Abstand der Züge beim Fahren im Raumabstand mit Signalen sichert.<br/>Weitere Informationen: [https://de.wikipedia.org/wiki/Blockstelle Wikipedia-Artikel]}} <br/> {{Fra|'''Poste de Block Manuel'''}}
:* '''{{Enum|blockPost}}''' '''Block post''': a (mainly staffed) {{IS:Doc|ocp}} with signals where the {{TT:Doc|train}} spacing is monitored.<br/> Further Information: {{external|https://en.wikipedia.org/wiki/Block_post|Article in Wikipedia}} <br/> {{Deu|'''Blockstelle''': Eine (meist durch eine Betriebspersonal besetzte) Betriebsstelle ''(Zugfolgestelle)'', welche den Abstand der Züge beim Fahren im Raumabstand mit Signalen sichert.<br/>Weitere Informationen: {{external|https://de.wikipedia.org/wiki/Blockstelle|Wikipedia-Artikel|lang=de|inlang=de}}}} <br/> {{Fra|'''Poste de Block Manuel'''}}
:* {{Enum|blockSignal}} '''Block signal''': an {{IS:Doc|ocp}} consisting of a block {{IS:Doc|signal}} for train spacing only, mainly unstaffed and automated operating <br/> {{Deu|'''Blocksignal'''/''ggf. auch Zuglaufmeldestelle''}} <br/> {{Fra|'''Signal de Block Automatique'''}}
:* {{Enum|blockSignal}} '''Block signal''': an {{IS:Doc|ocp}} consisting of a block {{IS:Doc|signal}} for train spacing only, mainly unstaffed and automated operating <br/> {{Deu|'''Blocksignal'''/''ggf. auch Zuglaufmeldestelle''}} <br/> {{Fra|'''Signal de Block Automatique'''}}
:* {{OtherEnum
:* {{OtherEnum
Line 41: Line 41:
* {{Attr|trafficType}} optional
* {{Attr|trafficType}} optional


* {{Attr|orderChangeable}} {{XsdType|boolean}}, default: {{Enum|false}}, optional
* {{Attr|orderChangeable}} {{XsdType|boolean}}, {{default|false}}, optional


* {{Attr|ensuresTrainSequence}} {{XsdType|boolean}}, default: {{Enum|true}}, optional
* {{Attr|ensuresTrainSequence}} {{XsdType|boolean}}, {{default|true}}, optional


Not all combinations of {{Attr|operationalType}} and {{Attr|trafficType}} make sense. E. g. a stopping point with traffic type {{Enum|shunting}} is not plausible. Therefore, the following constraints apply:
Not all combinations of {{Attr|operationalType}} and {{Attr|trafficType}} make sense. E. g. a stopping point with traffic type {{Enum|shunting}} is not plausible. Therefore, the following constraints apply:

Revision as of 14:04, 30 May 2018


propOperational
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

<propOperational> contains attributes which further refine the operational properties of an <ocp>.

Attributes of propOperational / Attribute von propOperational

  • operationalType: This is a keyword that defines the operational function of this ocp. Possible values are:
  • station Station: a usual station for beginning, ending, overtaking of trains with passing tracks, ...
    Bahnhof
  • stoppingPoint Stop: an ocp without signals, switches, addtional tracks where trains start, stop or end e. g. for passenger exchange
    Haltepunkt/Haltestelle (nicht bei DB Netz)
  • depot a train depot
  • crossover a connection between two tracks of a double-track line
    Überleitstelle
  • junction Junction: joining/splitting of two lines
    Abzweigstelle
  • blockPost Block post: a (mainly staffed) ocp with signals where the train spacing is monitored.
    Further Information: Article in Wikipedia (external link)
    Blockstelle: Eine (meist durch eine Betriebspersonal besetzte) Betriebsstelle (Zugfolgestelle), welche den Abstand der Züge beim Fahren im Raumabstand mit Signalen sichert.
    Weitere Informationen: Wikipedia-Artikel (externer Link, 🇩🇪)

  • blockSignal Block signal: an ocp consisting of a block signal for train spacing only, mainly unstaffed and automated operating
    Blocksignal/ggf. auch Zuglaufmeldestelle
  • other:anything: Any value that does not fit any value from the previous enumeration list, fulfilling the constraint: at minimum two characters, whitespace is not allowed. Please, apply Dev:usingAny accordingly.
  • trafficType: This is a keyword that defines the kind of traffic for this ocp. Possible values are:
  • passenger the prevailing traffic occuring at this ocp is passenger traffic
  • freight the prevailing traffic occuring at this ocp is freight traffic
  • shunting the prevailing traffic occuring at this ocp is shunting traffic, e. g. in a depot or a workshop
  • other:anything: Any value that does not fit any value from the previous enumeration list, fulfilling the constraint: at minimum two characters, whitespace is not allowed. Please, apply Dev:usingAny accordingly.
  • orderChangeable: if true, the ocp is capable of changing the train sequence on the open track. That means that the ocp has at least one point.
  • ensuresTrainSequence: if true, the ocp ensures and protects the train sequence on the open track. In other words: while the ocp is occupied by a train, a subsequent train may safely approach the ocp. The train sequence is protected. This is mostly implemented by a signal (e. g. a home signal or a block signal).

Syntactic Constraints / Syntaktische Beschränkungen

  • operationalType optional
  • trafficType optional
  • orderChangeable xs:boolean, default: false, optional
  • ensuresTrainSequence xs:boolean, default: true, optional

Not all combinations of operationalType and trafficType make sense. E. g. a stopping point with traffic type shunting is not plausible. Therefore, the following constraints apply:

  • if value of operationalType in (crossover, junction, blockPost, blockSignal) ==> trafficType not set
  • if value of trafficType == shunting ==> operationalType not equal to stoppingPoint

Best practice & Examples / Empfohlene Anwendung & Beispiele

Not yet described. / Noch nicht beschrieben.

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.