Definition Type: ComplexType
Name: TransmissionGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The detail information regarding a boat that is owned by an indivual or organization.
Collapse XSD Schema Diagram:
Drilldown into TransmissionTypeName in schema components_xsd Drilldown into TransmissionTypeCode in schema components_xsd Drilldown into TransmissionCode in schema components_xsdXSD Diagram of TransmissionGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="TransmissionGroupType">
    <xsd:annotation>
        <xsd:documentation>The detail information regarding a boat that is owned by an indivual
                or organization.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="TransmissionCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Transmission Serial
                Number</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TransmissionTypeCode" type="scl:TransmissionTypeEnumeratedType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Vehicle Transmission type
                - 3 = 3 speed, 4 = 4 speed, 5 = 5 speed, 6 = 6 speed, A -
            Automatic</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TransmissionTypeName" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Name of transmission type
                (i.e., Hydromatic, Shiftronic, Manual, Automatic, etc.)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TransmissionCode star:TransmissionCode 0 (1)
TransmissionTypeCode star:TransmissionTypeCode 0 (1)
TransmissionTypeName star:TransmissionTypeName 0 (1)
Collapse Derivation Tree:
Collapse References:
star:TransmissionGroup