rail:aMinBasicBrakeAttributes

Attribute Group Information

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

Used By

Attribute Group rail:aBasicBrakeAttributes
Complex Type rail:tBraking

Source

<xs:attributeGroup name="aMinBasicBrakeAttributes">
  <xs:attribute name="brakeType" type="rail:tBrakeType" use="required">
    <xs:annotation>
      <xs:documentation>vacuum or compressed air brake, hand brake, parking brake, cable brake</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="airBrakeApplicationPosition" type="rail:tAirBrakeApplicationPosition">
    <xs:annotation>
      <xs:documentation>base brake switch, one of G, P or R</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>