<xsd:complexType name="ReceiveDeliveryUnitItemType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Provides information about a specific quantity of goods inventory contained within a shipping unit. RECEIPTITM is used to provide a detailed breakdown of RECEIPTLN inventory for inventory discrepancies or compliance charges for a particular shipping unit</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ShipItemBaseType">
<xsd:sequence>
<xsd:element ref="Status" minOccurs="0" />
<xsd:element ref="PackingSlipQuantity" minOccurs="0" />
<xsd:element ref="ReceivedQuantity" minOccurs="0" />
<xsd:element ref="ReturnedQuantity" minOccurs="0" />
<xsd:element ref="ReceiptRoutingCode" minOccurs="0" />
<xsd:group ref="CatchWeightGroup" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|