rail:aBrakeUsage

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
brakePercentage rail:tBrakePercentage optional
DEPRECATED: so far used uncertain value, specific values should now be used instead"
emergencyBrakePercentage rail:tBrakePercentage optional
to be used instead of the uncertain "brakePercentage" as specific value for the emergency case"
regularBrakePercentage rail:tBrakePercentage optional
to be used instead of the uncertain "brakePercentage" as specific value for the regular case"

Used By

Complex Type rail:eBrakeUsage

Source

<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>