rail:aEngine

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
axleDriveType rail:tAxleDriveType optional
way of transmitting the torque onto axle
haulageLoad rail:tWeightTons optional
permissible load attached to the vehicle in metric tons

Used By

Complex Type rail:tEngine

Source

<xs:attributeGroup name="aEngine">
  <xs:attribute name="axleDriveType" type="rail:tAxleDriveType">
    <xs:annotation>
      <xs:documentation>way of transmitting the torque onto axle</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="haulageLoad" type="rail:tWeightTons">
    <xs:annotation>
      <xs:documentation>permissible load attached to the vehicle in metric tons</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>