RS:trainBrakeOperation: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(creation of skeleton)
 
m (some explanation added)
Line 3: Line 3:


|semantics =
|semantics =
The element {{RS:Tag|trainBrakeOperation}} {{Intro|2.4}} contains all data
The element {{RS:Tag|trainBrakeOperation}} {{Intro|2.4}} contains all data for description of brake operation.


|parent =
|parent =
Line 12: Line 12:


|ownAttributes =
|ownAttributes =
* {{Attr|brakeSupervision}}:
* {{Attr|brakeSupervision}}: possible values for selection of different brake operation rules
* {{Attr|decelerationDelay}}:
:* {{Enum|none}} no supervision of braking at all
* {{Attr|releaseSpeed}}:
:* {{Enum|ATP}} the braking is supervised by ATP equipment
* {{Attr|meanDeceleration}}:
:* {{Enum|ETCS}} the braking is supervised by ETCS equipment (OBU)
:* {{Enum|unknown}} the type of braking supervision is not known
:* {{OtherEnum
|notes_en =
|notes_de =
}}
 
* {{Attr|decelerationDelay}}: average brake application time, typically in seconds
* {{Attr|releaseSpeed}}: below this speed limit in km/h generally the supervision regime of "none" shall apply
* {{Attr|meanDeceleration}}: average deceleration value in this supervision regime in m/s^2


|constraints =
|constraints =

Revision as of 13:09, 7 August 2018


trainBrakeOperation
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The element <trainBrakeOperation> (introduced with version 2.4) contains all data for description of brake operation.

Attributes of trainBrakeOperation / Attribute von trainBrakeOperation

  • brakeSupervision: possible values for selection of different brake operation rules
  • none no supervision of braking at all
  • ATP the braking is supervised by ATP equipment
  • ETCS the braking is supervised by ETCS equipment (OBU)
  • unknown the type of braking supervision is not known
  • 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.
  • decelerationDelay: average brake application time, typically in seconds
  • releaseSpeed: below this speed limit in km/h generally the supervision regime of "none" shall apply
  • meanDeceleration: average deceleration value in this supervision regime in m/s^2

Syntactic Constraints / Syntaktische Beschränkungen

  • brakeSupervision union of (restriction of xs:string, tOtherEnumerationValue); tOtherEnumerationValue is an arbitrary string starting with 'other:' followed by at minimum two characters, white space not allowed for extending railML® enumeration lists, optional
  • decelerationDelay: xs:duration, optional
  • releaseSpeed: xs:decimal, 5 digits and 1 fraction digit with minimum value 0, speed value measured in km/h, optional
  • meanDeceleration: xs:decimal, 3 fraction digits, acceleration value measured in m/s², optional

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.