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