Uses the Component:TransmissionType
Details describing the transmission of a vehicle, truck, boat, etc..
Table 6.24. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
Transmission |
Transmission Serial Number | 0..1 | Field | oag:CodeType | |
TransmissionType |
Vehicle Transmission type - 3 = 3 speed, 4 = 4 speed, 5 = 5 speed, 6 = 6 speed, A - Automatic | 0..1 | Field | scl:TransmissionTypeEnumeratedType | |
TransmissionTypeName |
Name of transmission type (i.e., Hydromatic, Shiftronic, Manual, Automatic, etc.) | 0..1 | Field | oag:TextType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.30. Transmission
<Transmission> <Transmission>......</Transmission> [0..1] <TransmissionType>......</TransmissionType> [0..1] <TransmissionTypeName>......</TransmissionTypeName> [0..1] </Transmission>