Uses the Component:DimensionType
The height, length, and width of a vehicle.
Table 6.52. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| DimensionValueMeasure | 
                         The value of the dimension that has been measured.  | 0..1 | Field | sqdt:LengthMeasureType | |
| DimensionTypeCode | 
                         A code representing the type of dimension measure provided.  | 0..1 | Field | udt:CodeType | |
| DimensionDescription | 
                         A free-form text description of the dimension provided.  | 0..1 | Field | udt:TextType | |
| WidthMeasure | 
                         The measurement of the extent of something from side to side.  | 0..1 | Field | sqdt:LengthMeasureType | |
| LengthMeasure | 
                         The longest extent of anything as measured from end to end.  | 0..1 | Field | sqdt:LengthMeasureType | |
| HeightMeasure | 
                         The distance upward from a given level to a fixed point  | 0..1 | Field | sqdt:LengthMeasureType | |
| DiameterMeasure | 
                         The width of a circular or cylindrical object.  | 0..1 | 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.52. VehicleDimension
<VehicleDimension>
     <DimensionValueMeasure>......</DimensionValueMeasure>     [0..1]
     <DimensionTypeCode>......</DimensionTypeCode>     [0..1]
     <DimensionDescription>......</DimensionDescription>     [0..1]
     <WidthMeasure>......</WidthMeasure>     [0..1]
     <LengthMeasure>......</LengthMeasure>     [0..1]
     <HeightMeasure>......</HeightMeasure>     [0..1]
     <DiameterMeasure>......</DiameterMeasure>     [0..1]
</VehicleDimension>