<xsd:complexType name="InventoryAllocationType">
<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" />
<xsd:element ref="ItemInstance" minOccurs="0" maxOccurs="unbounded" />
<xsd:group ref="ResourceAllocationGroup" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|