RS:trainBrakeOperation

From railML 2 Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


trainBrakeOperation
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[0..∞]

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.