<xs:attributeGroup name="aBrakeUsage">
<xs:attribute name="brakePercentage" type="rail:tBrakePercentage">
<xs:annotation>
<xs:documentation>DEPRECATED: so far used uncertain value, specific values should now be used instead"</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="regularBrakePercentage" type="rail:tBrakePercentage">
<xs:annotation>
<xs:documentation>to be used instead of the uncertain "brakePercentage" as specific value for the regular case"</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="emergencyBrakePercentage" type="rail:tBrakePercentage">
<xs:annotation>
<xs:documentation>to be used instead of the uncertain "brakePercentage" as specific value for the emergency case"</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="rail:anyAttribute"/>
</xs:attributeGroup> |