Definition Type: ComplexType
Name: InventoryConsumptionType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: InventoryConsumption.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InventoryConsumptionLine in schema inventoryconsumption_xsd Drilldown into InventoryConsumptionHeader in schema inventoryconsumption_xsdXSD Diagram of InventoryConsumptionType in schema inventoryconsumption_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="InventoryConsumptionType">
    <xsd:sequence>
        <xsd:element ref="InventoryConsumptionHeader" minOccurs="0" />
        <xsd:element ref="InventoryConsumptionLine" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InventoryConsumptionHeader nsA:InventoryConsumptionHeader 0 (1)
InventoryConsumptionLine nsA:InventoryConsumptionLine 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:InventoryConsumption