<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>
|