Definition Type: ComplexType
Name: Item
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into Property in schema components_xsd Drilldown into Disposition in schema components_xsd Drilldown into Variation in schema components_xsd Drilldown into Type in schema components_xsd Drilldown into ItemId in schema fields_xsdXSD Diagram of Item in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="Item">
    <xs:sequence>
        <xs:element ref="ItemId" minOccurs="0" />
        <xs:element name="Type" type="ItemType" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Indicates whether the item is a good, a service, or a resource.  This is used to describe inventoried items.  Examples of this value include documents, jigs, fixtures, tools, or bulk items.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Variation" type="Variation" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is used to distinguish Items that have the same Item identifier.  It is intended to identify a lower level variation of the Item from the Item Revision.  This is usually used to describe a property of the Item that is most distinguishable.This is not meant to describe detail configurations of an Item or Bill of Material.  They are to be described in each of those BODs.  This is to be used for slight variations on a particular Routing.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="Disposition" minOccurs="0" />
        <xs:element ref="Property" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="UserArea" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ItemId oa:ItemId 0 (1)
Type oa:Type 0 (1)
Variation oa:Variation 0 (1)
Disposition oa:Disposition 0 (1)
Property oa:Property 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Item, oa:Item, oa:Item