<xsd:complexType name="AcknowledgmentDetailType">
<xsd:sequence>
<xsd:element name="AcknowledgmentCode" type="scl:AcknowledgmentCodeEnumeratedType">
<xsd:annotation>
<xsd:documentation>Represents a list of codes that specify status values for the acknowledgment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="OrderQuantity" type="sqdt:QuantityType">
<xsd:annotation>
<xsd:documentation>Indicates the number of ordered items. Calculated based upon pack multipliers.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|