Definition Type: ComplexType
Name: ItemValueType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: ItemMaster.xsd
Abstract
Documentation:
Identifies the cost or value of an item.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Note in schema fields_xsd Drilldown into Description in schema fields_xsd Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into EffectiveTimePeriod in schema components_xsd Drilldown into GLEntityID in schema fields_xsd Drilldown into ValueClassification in schema components_xsd Drilldown into CostingMethodCode in schema fields_xsd Drilldown into UnitValue in schema components_xsdXSD Diagram of ItemValueType in schema itemmaster_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="ItemValueType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">Identifies the cost or value of an item.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="UnitValue" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates the value per quantity of the item. Represents the value of the item to the owning organization.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="CostingMethodCode" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">Is the methodology by which the value of an item is determined.

Values are:
 Standard
 Moving Average
 LIFO - For last in first out.
 FIFO - For first in first out.</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="GLEntityID" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates the owning organzation of the item.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="EffectiveTimePeriod" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>This is the time period the item value is valid for.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="FreeFormTextGroup" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UnitValue nsA:UnitValue 0 (1)
CostingMethodCode nsA:CostingMethodCode 0 (1)
ValueClassification nsA:ValueClassification 0 (1)
GLEntityID nsA:GLEntityID 0 (1)
EffectiveTimePeriod nsA:EffectiveTimePeriod 0 (1)
Description nsA:Description 0 unbounded
Note nsA:Note 0 unbounded
UserArea nsA:UserArea 0 (1)
<xs:group> nsA:FreeFormTextGroup (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:ItemValue