Definition Type: ComplexType
Name: ItemData
Namespace: http://www.openapplications.org/oagis
Containing Schema: MfgComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into OperationReference in schema mfgcomponents_xsd Drilldown into ScrapInd in schema mfgcomponents_xsd Drilldown into TrackingInd in schema mfgcomponents_xsd Drilldown into PercentRequiredQuantity in schema mfgcomponents_xsd Drilldown into ManufacturingReportingFlag in schema mfgcomponents_xsd Drilldown into LeadTimeOffset in schema mfgcomponents_xsd Drilldown into LotSizeMultiple in schema mfgcomponents_xsd Drilldown into MinimumLotSize in schema mfgcomponents_xsd Drilldown into MaximumLotSize in schema mfgcomponents_xsd Drilldown into Note in schema mfgcomponents_xsd Drilldown into Lot in schema components_xsd Drilldown into FixedQuantityInd in schema mfgcomponents_xsd Drilldown into ExecutionPeriod in schema mfgcomponents_xsd Drilldown into EffectivePeriod in schema mfgcomponents_xsd Drilldown into ItemConsumption in schema mfgcomponents_xsd Drilldown into ItemQuantity in schema mfgcomponents_xsd Drilldown into Item in schema mfgcomponents_xsdXSD Diagram of ItemData in schema mfgcomponents_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="ItemData">
    <xs:sequence>
        <xs:element name="Item" type="Item" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Identifies the Item being refered to.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="ItemQuantity" type="Quantity" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Indicate the number of Items.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="ItemConsumption" type="Description" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Describes how an ITEM or product is consumed during the manufacturing process.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="EffectivePeriod" type="TimePeriod" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Indicates the effectivity period for the Item information.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="ExecutionPeriod" type="TimePeriod" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the time in which the item is executed or run.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="FixedQuantityInd" type="Indicator" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Indicates whether the ItemQuantity is a fixed size and does not scale along with the quantity of the BOM or Routing being produced</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="Lot" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Note" type="Note" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Free-form notes about the item data.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="MaximumLotSize" type="Quantity" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the maximum number of items that can be put into a lot for this Item.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="MinimumLotSize" type="Quantity" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the minimum number of items that can be put into a lot for this Item,</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="LotSizeMultiple" type="Factor" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is used with the MinimumLotSize and MaximumLotSize.  It contains the multiplier between the minimum and maximum manufactured lot quantities.  For example, if the maximum lot quantity is 10,000 and the minimum lot quantity is 1000, the lot size multiplier could be 1000.  This means the Item may be manufactured in lot sizes starting at 1000 and going up to 10,000 by 1000 increments.For example, 1000, 2000, 3000, etc.  A lot of 4500, would not be allowed under these constraints.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="LeadTimeOffset" type="Duration" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the duration of time that is required to add to a manufacturing process to forecast availability of this Item.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="ManufacturingReportingFlag" type="ManufacturingReportingFlag" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Identifies whether an ITEM is reported theoretically (back-flushed) or if the ITEM is reported directly (actual)</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="PercentRequiredQuantity" type="Quantity" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">This is the percentage of the total quantity on the Bill of Material that is required to be available before the manufacturing process can begin</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="TrackingInd" type="Indicator" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Indicates whether or not the Item is tracked or not.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="ScrapInd" type="Indicator" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Identifies the status of an item as a scrapped item</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="OperationReference" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="UserArea" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Item oa:Item 0 (1)
ItemQuantity oa:ItemQuantity 0 (1)
ItemConsumption oa:ItemConsumption 0 (1)
EffectivePeriod oa:EffectivePeriod 0 (1)
ExecutionPeriod oa:ExecutionPeriod 0 (1)
FixedQuantityInd oa:FixedQuantityInd 0 (1)
Lot oa:Lot 0 unbounded
Note oa:Note 0 unbounded
MaximumLotSize oa:MaximumLotSize 0 (1)
MinimumLotSize oa:MinimumLotSize 0 (1)
LotSizeMultiple oa:LotSizeMultiple 0 (1)
LeadTimeOffset oa:LeadTimeOffset 0 (1)
ManufacturingReportingFlag oa:ManufacturingReportingFlag 0 (1)
PercentRequiredQuantity oa:PercentRequiredQuantity 0 (1)
TrackingInd oa:TrackingInd 0 (1)
ScrapInd oa:ScrapInd 0 (1)
OperationReference oa:OperationReference 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:ItemData