<xsd:complexType name="InventoryConsumptionHeaderType">
<xsd:complexContent>
<xsd:extension base="HeaderType">
<xsd:sequence>
<xsd:element ref="TransactionDateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Datetime at which the item consumption is reported</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Facility" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Identifies the location where the items are consumed. This can be specified on the header or the lines. Any value specified at line level over-rides the header value.</xsd:documentation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Identifies the location where the items are consumed. This can be specified on the header or the lines. Any value specified at line level over-rides the header value.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="ShipToParty" minOccurs="0" />
<xsd:element ref="SupplierParty" minOccurs="0" />
<xsd:element ref="CarrierParty" minOccurs="0" />
<xsd:element ref="Party" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="SupplierContractReference" minOccurs="0" />
<xsd:element ref="BuyerContractReference" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|