Uses the Component:CasingType
The state of a given shipment.
Table 6.21. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| TypeOfCase |
The type of case. Possible values are: Container, Pallet, Box. | 0..1 | Field | oag:TextType | |
| TotalNumberOfCases |
The total number of cases. | 0..1 | Field | oag:NumberType | |
| CaseNumber |
The number or identifier of a case. | 0..1 | Field | oag:TextType | |
| TrackingReference |
Tracking information for a shipment. | 0..* | Component | TrackingReferenceType | |
| Measurement |
Measurement. | 0..* | Field | BaseMeasurementType | |
| SplitCase |
A split case. | 0..* | Field | CasingType |
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. Casing
<Casing>
<TypeOfCase>......</TypeOfCase> [0..1]
<TotalNumberOfCases>......</TotalNumberOfCases> [0..1]
<CaseNumber>......</CaseNumber> [0..1]
<TrackingReference>......</TrackingReference> [0..*]
<Measurement>......</Measurement> [0..*]
<SplitCase>......</SplitCase> [0..*]
</Casing>