Dimension

Uses the Component:DimensionType

The Dimensions component represents the dimensions of an item, area, etc. using various measurements including width, height, length, and diameter.

Fields and Components

Table 6.46. Fields and Components

Name Description Occurrence Type Data Type User Notes
DimensionValueMeasure

The value of the dimension that has been measured.

0..1Field sqdt:LengthMeasureType  
DimensionTypeCode

A code representing the type of dimension measure provided.

0..1Field udt:CodeType  
DimensionDescription

A free-form text description of the dimension provided.

0..1Field udt:TextType  
WidthMeasure

The measurement of the extent of something from side to side.

0..1Field sqdt:LengthMeasureType  
LengthMeasure

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

0..1Field sqdt:LengthMeasureType  
HeightMeasure

The distance upward from a given level to a fixed point

0..1Field sqdt:LengthMeasureType  
DiameterMeasure

The width of a circular or cylindrical object.

0..1Field 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.48. Dimension

<Dimension>
     <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]
</Dimension>