rail:eVehicleBrake

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
airBrakeApplicationPosition rail:tAirBrakeApplicationPosition optional
base brake switch, one of G, P or R
autoBrakePercentage rail:tBrakePercentage optional
automatically regulated brake percentages depending on actual load of vehicle
brakeType rail:tBrakeType required
vacuum or compressed air brake, hand brake, parking brake, cable brake
emergencyBrakeMass rail:tWeightTons optional
brake mass for emergency brake operations, differs from regular brake mass depending on auxiliary brakes
loadSwitch rail:tLoadSwitch optional
for wagons with "full" / "empty" switch
maxAutoBrakeMass rail:tWeightTons optional
maximum brake mass of automatic brake
maxDeceleration rail:tAccelerationMeterPerSquareSec optional
alternative specification of maximum possible momentary deceleration
meanDeceleration rail:tAccelerationMeterPerSquareSec optional
alternative specification of effective mean deceleration of a whole brake operation
regularBrakeMass rail:tWeightTons optional
brake mass for normal brake operations of none-automatic brakes

Used By

Source

<xs:complexType name="eVehicleBrake">
  <xs:complexContent>
    <xs:extension base="rail:tBasicBrakeType">
      <xs:annotation>
        <xs:documentation source="http://wiki.railml.org/index.php?title=RS:vehicleBrake"/>
      </xs:annotation>
      <xs:attributeGroup ref="rail:aVehicleBrake"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>