Uses the Component:ChassisType
A general term that refers to all of the mechanical parts of a car attached to a structural frame. In cars with unitized construction, the chassis comprises everything but the body of the car.
Table 6.50. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| ChassisMake |
Make of chassis. | 1..1 | Field | udt:TextType | |
| ChassisModel |
Model of chassis. | 0..1 | Field | udt:TextType | |
| ChassisSerialString |
Unique identifier for the chassis. | 0..1 | Field | udt:IdentifierType |
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.50. Chassis
<Chassis>
<ChassisMake>......</ChassisMake> [1..1]
<ChassisModel>......</ChassisModel> [0..1]
<ChassisSerialString>......</ChassisSerialString> [0..1]
</Chassis>