Definition Type: ComplexType
Name: InventoryBalanceType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: InventoryBalance.xsd
Abstract
Documentation:
The Status indicates whether an item is active, inactive, or in other various states. Examples of values for this field include: Active, Inactive, Hold, Deleted, Obsolete
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Attachment in schema components_xsd Drilldown into DocumentReference in schema components_xsd Drilldown into ReferencesGroup in schema components_xsd Drilldown into SalesOrderReference in schema components_xsd Drilldown into ProductionOrderReference in schema components_xsd Drilldown into ActualTemperature in schema fields_xsd Drilldown into CatchWeightConversionFactor in schema fields_xsd Drilldown into CatchWeightQuantity in schema fields_xsd Drilldown into DensityConversionFactor in schema fields_xsd Drilldown into ValueClassification in schema components_xsd Drilldown into StorageUOMCode in schema fields_xsd Drilldown into BlockedQuantity in schema fields_xsd Drilldown into AllocatedQuantity in schema fields_xsd Drilldown into InspectedQuantity in schema fields_xsd Drilldown into AvailableQuantity in schema fields_xsd Drilldown into TransactionDateTime in schema fields_xsd Drilldown into ReasonCode in schema fields_xsd Drilldown into Status in schema components_xsd Drilldown into Facility in schema components_xsd Drilldown into GLEntityID in schema fields_xsd Drilldown into Quantity in schema fields_xsd Drilldown into RFID in schema fields_xsd Drilldown into SerialNumber in schema fields_xsd Drilldown into Item in schema components_xsd Drilldown into ItemInstanceGroup in schema components_xsd Drilldown into InventoryTransactionGroup in schema components_xsdXSD Diagram of InventoryBalanceType in schema inventorybalance_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="InventoryBalanceType">
    <xsd:annotation>
        <xsd:documentation>The Status indicates whether an item is active, inactive, or in other various states.  Examples of values for this field include:	Active, Inactive, Hold, Deleted, Obsolete</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="InventoryTransactionGroup" />
        <xsd:element ref="AvailableQuantity" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">Number of inventory items that are available to be used.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="InspectedQuantity" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">Number of inventory items that have been inspected.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="AllocatedQuantity" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">Number of inventory items that have been allocated for other uses as such are no longer availble. Unless the allocation is overriden.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="BlockedQuantity" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">Number of inventory items that are blocked or unavailable.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="StorageUOMCode" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>This is the storage unit of measure of the item. This is sometimes different from the unit of measure that is used to count a product as it is consumed, sold or accounted for</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ValueClassification" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9"> Is a grouping used to determine the General Ledger accounting effect. These are user defined values, with the exception of the values TOTAL, MATERIAL, LABOR, BURDEN, OVERHEAD, SUBCONTRACT.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="DensityConversionFactor" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">The density factor is a simple field with a numeric value that enables a conversion rate to the standard density of a liquid.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="CatchWeightQuantity" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">This is the quantity of product as it is shipped.  This quantity is generally used with the CatchWeightConversion Factor.  This provides for the business case in process manufacturing when one is converting such things as the number of chickens that go into a box.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="CatchWeightConversionFactor" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">The catch weight conversion factor is a stock keeping conversion factor for inventory goods.  This is a special conversion factor for when the units of measure can not be converted using arithmetic.  This conversion factor is used with the CatchWeightQuantity.

Examples of the use of this factor include:	
Number of Chickens to a Box
Number of units of a chemical in a barrel</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ActualTemperature" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ProductionOrderReference" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SalesOrderReference" minOccurs="0" maxOccurs="unbounded" />
        <xsd:group ref="ReferencesGroup" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Item nsA:Item 0 (1)
SerialNumber nsA:SerialNumber 0 unbounded
RFID nsA:RFID 0 unbounded
Quantity nsA:Quantity 0 (1)
GLEntityID nsA:GLEntityID 0 (1)
Facility nsA:Facility 0 (1)
Status nsA:Status 0 (1)
ReasonCode nsA:ReasonCode 0 unbounded
TransactionDateTime nsA:TransactionDateTime 0 (1)
AvailableQuantity nsA:AvailableQuantity 0 (1)
InspectedQuantity nsA:InspectedQuantity 0 (1)
AllocatedQuantity nsA:AllocatedQuantity 0 (1)
BlockedQuantity nsA:BlockedQuantity 0 (1)
StorageUOMCode nsA:StorageUOMCode 0 (1)
ValueClassification nsA:ValueClassification 0 (1)
DensityConversionFactor nsA:DensityConversionFactor 0 (1)
CatchWeightQuantity nsA:CatchWeightQuantity 0 (1)
CatchWeightConversionFactor nsA:CatchWeightConversionFactor 0 (1)
ActualTemperature nsA:ActualTemperature 0 unbounded
ProductionOrderReference nsA:ProductionOrderReference 0 unbounded
SalesOrderReference nsA:SalesOrderReference 0 unbounded
DocumentReference nsA:DocumentReference 0 unbounded
Attachment nsA:Attachment 0 unbounded
UserArea nsA:UserArea 0 (1)
<xs:group> nsA:InventoryTransactionGroup (1) (1)
<xs:group> nsA:ItemInstanceGroup (1) (1)
<xs:group> nsA:ReferencesGroup 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:InventoryBalance