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.25. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ChassisMake |
Make of chassis. | 1..1 | Field | oag:TextType | |
ChassisModel |
Model of chassis. | 0..1 | Field | oag:TextType | |
ChassisSerial |
Unique identifier for the chassis. | 0..1 | Field | oag:OpenIDType |
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.31. Chassis
<Chassis> <ChassisMake>......</ChassisMake> [1..1] <ChassisModel>......</ChassisModel> [0..1] <ChassisSerial>......</ChassisSerial> [0..1] </Chassis>