Uses the Component:VehicleConfigurationType
A group of elements to define the configuration of a vehicle such as axle, transmission curb weight, etc.
Table 6.23. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
Transmission |
Vehicle Transmission type | 0..1 | Component | TransmissionType | |
Axle |
The code on the axle of the vehicle. | 0..1 | Field | 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..1 | Component | ChassisType | |
Tank |
Indicates the weight of the item when all fluids are added. | 0..* | Component | TankType | |
MaximumSpeedMeasure |
The maximum speed at which a particular vehicle configuration may obtain. This includes the entire configuration of the vehicle. | 0..1 | Field | sqdt:SpeedMeasureType | |
VehicleDimension |
The height, length, and width of a vehicle. | 0..* | Component | DimensionType | |
Weight |
Weight measurement. | 0..* | Component | WeightType | |
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 |
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>