<xsd:complexType name="ItemMasterType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Represents any unique purchased part or manufactured product. Item, as used here, refers to the basic information about an item, including its attributes, cost, and locations. It does not include item quantities. Compare to the noun InventoryBalance, which includes all quantities and other location-specific information.
Item is used as the Item Master.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ItemMasterHeader" minOccurs="0" />
<xsd:element ref="ItemLocation" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|