Definition Type: ComplexType
Name: ItemMasterType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: ItemMaster.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into ItemLocation in schema itemmaster_xsd Drilldown into ItemMasterHeader in schema itemmaster_xsdXSD Diagram of ItemMasterType in schema itemmaster_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ItemMasterHeader nsA:ItemMasterHeader 0 (1)
ItemLocation nsA:ItemLocation 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:ItemMaster