rail:tBraking

parameters describing the train braking configuration

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
airBrakeApplicationPosition rail:tAirBrakeApplicationPosition optional
base brake switch, one of G, P or R
brakeType rail:tBrakeType required
vacuum or compressed air brake, hand brake, parking brake, cable brake
minimumBrakePercentage rail:tBrakePercentage optional
minimum brake percentage of the train

Used By

Source

<xs:complexType name="tBraking">
  <xs:annotation>
    <xs:documentation>parameters describing the train braking configuration</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="rail:aMinBasicBrakeAttributes"/>
  <xs:attribute name="minimumBrakePercentage" type="rail:tBrakePercentage">
    <xs:annotation>
      <xs:documentation>minimum brake percentage of the train</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>