IS:braking: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
No edit summary
(constraints)
Line 2: Line 2:
|elementName=IS:braking
|elementName=IS:braking
|semantics=The braking element contains parameters describing the required train braking configuration.
|semantics=The braking element contains parameters describing the required train braking configuration.
|parent=[[IS:speedProfile]]
|parent={{IS:Tag|speedProfile}}
|childs=''None''
|childs=''None''
|inheritedAttributes=''None''
|ownAttributes=
|ownAttributes=
*{{attr|brakeType}}: vacuum or compressed air brake, hand brake, parking brake, cable brake
*{{attr|brakeType}}: vacuum or compressed air brake, hand brake, parking brake, cable brake
Line 9: Line 10:
*{{attr|minimumBrakePercentage}}: minimum brake percentage of the train
*{{attr|minimumBrakePercentage}}: minimum brake percentage of the train
|constraints=
|constraints=
*{{attr|brakeType}}: tBrakeType (mandatory)
*{{attr|brakeType}}: {{railMLType|tBrakeType}}; mandatory
*{{attr|airBrakeApplicationPosition}}: tAirBrakeApplicationPosition — restriction of xs:string
*{{attr|airBrakeApplicationPosition}}: {{railMLType|tAirBrakeApplicationPosition}}
*{{attr|minimumBrakePercentage}}: tBrakePercentage — restriction of xs:integer
*{{attr|minimumBrakePercentage}}: {{railMLType|tBrakePercentage}}
}}
}}

Revision as of 21:48, 17 January 2017


IS:braking
 


Scheme description / Schemenbeschreibung

Position of IS:braking in the XML-Tree / Position von IS:braking im XML-Baum

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The braking element contains parameters describing the required train braking configuration.

Attributes of IS:braking / Attribute von IS:braking

  • brakeType: vacuum or compressed air brake, hand brake, parking brake, cable brake
  • airBrakeApplicationPosition: base brake switch, one of G, P or R
  • minimumBrakePercentage: minimum brake percentage of the train

Syntactic Constraints / Syntaktische Beschränkungen

  • brakeType: 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; mandatory
  • airBrakeApplicationPosition: xs:string (N/A, G, P, R for undefined, Goods, Passengers, Rapid respectively)
  • minimumBrakePercentage: xs:integer, within the range of 6 and 225, brake percentage as value of braking performance in relation to vehicle weight

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.