<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> |