Uses the Component:BoxingType
This Boxing Component represents the total boxing information associated with the a shipment including total weight information, total number of cartons in the shipment, etc.
Table 6.27. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| TotalCartonsNumeric |
Sum of the total cartons | 0..1 | Field | udt:NumericType | |
| TotalVolumeMeasure |
Total volume | 0..1 | Field | sqdt:VolumeMeasureType | |
| TotalNetWeightMeasure |
Total net weight | 0..1 | Field | sqdt:WeightMeasureType | |
| TotalGrossWeightMeasure |
Total Gross Weight | 0..1 | Field | sqdt:WeightMeasureType | |
| BoxingDetail |
Detailed boxing information | 0..* | Component | BoxingDetailType |
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.27. Boxing
<Boxing>
<TotalCartonsNumeric>......</TotalCartonsNumeric> [0..1]
<TotalVolumeMeasure>......</TotalVolumeMeasure> [0..1]
<TotalNetWeightMeasure>......</TotalNetWeightMeasure> [0..1]
<TotalGrossWeightMeasure>......</TotalGrossWeightMeasure> [0..1]
<BoxingDetail>......</BoxingDetail> [0..*]
</Boxing>