VehicleConfiguration

Uses the Component:VehicleConfigurationType

A group of elements to define the configuration of a vehicle such as axle, transmission curb weight, etc.

Fields and Components

Table 6.23. Fields and Components

Name Description Occurrence Type Data Type User Notes
Transmission

Vehicle Transmission type

0..1ComponentTransmissionType 
Axle

The code on the axle of the vehicle.

0..1Field oag:CodeType  
Chassis

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.

0..1ComponentChassisType 
Tank

Indicates the weight of the item when all fluids are added.

0..*ComponentTankType 
MaximumSpeedMeasure

The maximum speed at which a particular vehicle configuration may obtain. This includes the entire configuration of the vehicle.

0..1Field sqdt:SpeedMeasureType  
VehicleDimension

The height, length, and width of a vehicle.

0..*ComponentDimensionType 
Weight

Weight measurement.

0..*ComponentWeightType 
LengthMeasure

Describe a vehicle measure type. For Example: Turning Radius, Vehicle Dimension, Wheel Base, Vehicle Length, Ground Clearance, Seat Height, etc. Use the element "qualifierCode" under the "LenghtMeasureType" type, to describe the type of measure.

The longest extent of anything as measured from end to end.

0..*Field sqdt:LengthMeasureType  

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.29. VehicleConfiguration

<VehicleConfiguration>
     <Transmission>......</Transmission>     [0..1]
     <Axle>......</Axle>     [0..1]
     <Chassis>......</Chassis>     [0..1]
     <Tank>......</Tank>     [0..*]
     <MaximumSpeedMeasure>......</MaximumSpeedMeasure>     [0..1]
     <VehicleDimension>......</VehicleDimension>     [0..*]
     <Weight>......</Weight>     [0..*]
     <LengthMeasure>......</LengthMeasure>     [0..*]
</VehicleConfiguration>