rail:eBrakeUsage

Complex Type Information

Model

rail:auxiliaryBrakes* , ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Attributes

QName Type Fixed Default Use Inheritable Annotation
airBrakeApplicationPosition rail:tAirBrakeApplicationPosition optional
base brake switch, one of G, P or R
brakePercentage rail:tBrakePercentage optional
DEPRECATED: so far used uncertain value, specific values should now be used instead"
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
emergencyBrakePercentage rail:tBrakePercentage optional
to be used instead of the uncertain "brakePercentage" as specific value for the emergency case"
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
regularBrakePercentage rail:tBrakePercentage optional
to be used instead of the uncertain "brakePercentage" as specific value for the regular case"
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="eBrakeUsage">
  <xs:complexContent>
    <xs:extension base="rail:tBasicBrakeType">
      <xs:sequence>
        <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>provide an extension point for non-railML elements in foreign namespace</xs:documentation>
          </xs:annotation>
        </xs:any>
      </xs:sequence>
      <xs:attributeGroup ref="rail:aBrakeUsage"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>