rail:aVehicleBrake

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
autoBrakePercentage rail:tBrakePercentage optional
automatically regulated brake percentages depending on actual load of vehicle
loadSwitch rail:tLoadSwitch optional
for wagons with "full" / "empty" switch
maxAutoBrakeMass rail:tWeightTons optional
maximum brake mass of automatic brake

Used By

Complex Type rail:eVehicleBrake

Source

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