<xs:attributeGroup name="aVehicleBrake">
<xs:attribute name="loadSwitch" type="rail:tLoadSwitch">
<xs:annotation>
<xs:documentation>for wagons with "full" / "empty" switch</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="autoBrakePercentage" type="rail:tBrakePercentage">
<xs:annotation>
<xs:documentation>automatically regulated brake percentages depending on actual load of vehicle</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="maxAutoBrakeMass" type="rail:tWeightTons">
<xs:annotation>
<xs:documentation>maximum brake mass of automatic brake</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |