rail:aGear

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
designType rail:tGenericName optional
design type of the gear
gearRatio xs:decimal optional
gear ratio as decimal value
manufacturerName rail:tGenericName optional
manufacturer of the gear
meanEfficiency rail:tOneToZero optional
the gear mean efficiency in the range 0..1.
nominalPower rail:tPowerWatt optional
nominal power of the gear for transmission
torqueConversion rail:tTorqueConversionType optional
type of torque conversion between motor and axle gear, mainly for diesel-hydraulic vehicles

Used By

Complex Type rail:tGear

Source

<xs:attributeGroup name="aGear">
  <xs:attribute name="gearRatio" type="xs:decimal">
    <xs:annotation>
      <xs:documentation>gear ratio as decimal value</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="meanEfficiency" type="rail:tOneToZero">
    <xs:annotation>
      <xs:documentation>the gear mean efficiency in the range 0..1.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="designType" type="rail:tGenericName">
    <xs:annotation>
      <xs:documentation>design type of the gear</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="manufacturerName" type="rail:tGenericName">
    <xs:annotation>
      <xs:documentation>manufacturer of the gear</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="nominalPower" type="rail:tPowerWatt">
    <xs:annotation>
      <xs:documentation>nominal power of the gear for transmission</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="torqueConversion" type="rail:tTorqueConversionType">
    <xs:annotation>
      <xs:documentation>type of torque conversion between motor and axle gear, mainly for diesel-hydraulic vehicles</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>