<xsd:complexType name="InventoryConsumptionLineType">
<xsd:complexContent>
<xsd:extension base="LineType">
<xsd:sequence>
<xsd:annotation>
<xsd:documentation>The Quantity is is the quantity of item consumed i.e. the reduction in on-hand quantity of acceptable items at the end of the current reporting period (for example, at the end of the day, or at point of sale) due to consumption of the items.
The TransactionDateTime is the datetime at which the quantity is consumed</xsd:documentation>
</xsd:annotation>
<xsd:group ref="InventoryTransactionGroup" />
<xsd:element ref="ShipUnitQuantity" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">This contains the quantity of units or things shipped. This represents the container(s), not the product shipped. An example of this is "4 truck loads" or "2 wooden crates"</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="FreightClassification" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Classifies the items being consumed for transportation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="BuyerContractReference" minOccurs="0" />
<xsd:element ref="SupplierContractReference" minOccurs="0" />
<xsd:element ref="Charge" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Distribution" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|