parameters describing the train braking configuration |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| airBrakeApplicationPosition | rail:tAirBrakeApplicationPosition | optional |
|
||||
| brakeType | rail:tBrakeType | required |
|
||||
| minimumBrakePercentage | rail:tBrakePercentage | optional |
|
| Element | rail:tSpeedProfile/rail:braking |
<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> |