Chassis

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.

Fields and Components

Table 6.51. Fields and Components

Name Description Occurrence Type Data Type User Notes
ChassisMake

Make of chassis.

1..1Field udt:TextType  
ChassisModel

Model of chassis.

0..1Field udt:TextType  
ChassisSerialString

Unique identifier for the chassis.

0..1Field udt:IdentifierType  

Sample XML

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.51. Chassis

<Chassis>
     <ChassisMake>......</ChassisMake>     [1..1]
     <ChassisModel>......</ChassisModel>     [0..1]
     <ChassisSerialString>......</ChassisSerialString>     [0..1]
</Chassis>