Definition Type: ComplexType
Name: GearRatioGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The GearRatio component provides information an engine's gears.
Collapse XSD Schema Diagram:
Drilldown into GearRatioDescription in schema components_xsd Drilldown into GearRatio in schema components_xsdXSD Diagram of GearRatioGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
GearRatio star:GearRatio 0 (1)
GearRatioDescription star:GearRatioDescription 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:GearRatioGroup