Uses the Component:AcknowledgmentDetailType
Table 7.6. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| AcknowledgmentCode |
Represents a list of codes that specify status values for the acknowledgment. | 1..1 | Field | scl:AcknowledgmentCodeEnumeratedType | |
| OrderQuantity |
Indicates the number of ordered items. Calculated based upon pack multipliers. | 0..1 | Field | sqdt:QuantityType |
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 7.6. AcknowledgmentDetail
<AcknowledgmentDetail>
<AcknowledgmentCode>......</AcknowledgmentCode> [1..1]
<OrderQuantity>......</OrderQuantity> [0..1]
</AcknowledgmentDetail>