Definition Type: ComplexType
Name: InventoryActualType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: ManufacturingComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd1 Drilldown into Note in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into TotalCostAmount in schema fields_xsd1 Drilldown into Quantity in schema fields_xsd1 Drilldown into UnitCost in schema components_xsd1 Drilldown into ActualResourceGroup in schema manufacturingcomponents_xsd Drilldown into ItemInstance in schema components_xsd1 Drilldown into Item in schema components_xsd1XSD Diagram of InventoryActualType in schema manufacturingcomponents_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="InventoryActualType">
    <xsd:sequence>
        <xsd:annotation>
            <xsd:documentation source="http://www.openapplications.org/platform/1">Deprecate Item in favor of ItemInstance in InventoryActual and InventoryAllocation.

Item is intended to be the Item concept characteristics of the Item and not intended to represent the Item Instances. ItemInstance was created to be the instances of the Items. </xsd:documentation>
        </xsd:annotation>
        <xsd:element ref="Item" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ItemInstance" minOccurs="0" maxOccurs="unbounded" />
        <xsd:group ref="ActualResourceGroup" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Item oa:Item 0 unbounded
ItemInstance oa:ItemInstance 0 unbounded
UnitCost oa:UnitCost 0 (1)
Quantity oa:Quantity 0 (1)
TotalCostAmount oa:TotalCostAmount 0 (1)
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
UserArea oa:UserArea 0 (1)
<xs:group> oa:ActualResourceGroup 0 (1)
<xs:group> oa:FreeFormTextGroup 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:InventoryActual