<xsd:complexType name="GearRatioGroupType">
<xsd:annotation>
<xsd:documentation>The GearRatio component provides information an engine's
gears.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="GearRatio" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The ratio of the engine
rotation to the output drive rotation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="GearRatioDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A description of the
gear, i.e., 1st gear, 2nd gear, 3rd gear, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|