rail:tBasicBrakeType

settings and characteristic of a particular brake type or brake application position

http://wiki.railml.org/index.php?title=RS:vehicleBrake

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
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
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="tBasicBrakeType">
  <xs:annotation>
    <xs:documentation>settings and characteristic of a particular brake type or brake application position</xs:documentation>
    <xs:documentation source="http://wiki.railml.org/index.php?title=RS:vehicleBrake"/>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="auxiliaryBrakes" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>provides access to the list of possible auxiliary brake systems</xs:documentation>
        <xs:documentation source="http://wiki.railml.org/index.php?title=RS:auxiliaryBrakes_vehicleBrake"/>
        <xs:documentation source="http://wiki.railml.org/index.php?title=RS:auxiliaryBrakes_trainBrakes"/>
        <xs:documentation source="http://wiki.railml.org/index.php?title=TT:auxiliaryBrakes"/>
      </xs:annotation>
      <xs:complexType>
        <xs:attributeGroup ref="rail:aAuxiliaryBrakes"/>
        <xs:attributeGroup ref="rail:anyAttribute"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="rail:aBasicBrakeAttributes"/>
</xs:complexType>