ItemValue
Identifies the cost or value of the item.
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: ItemValueType
Properties: Global, Qualified, ID: oagis-id-9aa89d380f094c698f14a88af10f1dce
Content
- Sequence [1..1]
- UnitValue [0..1]
- CostingMethodCode [0..1] 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.
- ValueClassification [0..1] 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.
- GLEntityID [0..1] A G/L entity is the smallest organizational unit for which individual financial statements must be drawn up according to relevant commercial law. It is normally the primary balancing segment of the GL Account structure. Typically, this is the owning entity for the transaction. Synonyms are Business Unit, Fund, G/L Company, Joint Venture, Non-Profit Association Name
- EffectiveTimePeriod [0..1] A time period in which an associated object is effective.
- Description [0..*]
- Note [0..*]
- Extension [0..1] Allows the user of OAGIS to extend the specification in order to provide additional information that is not captured in OAGIS.This is done by defining the additional information in XML Schema and referencing the new schema in the xml instance document through the use of namespaces. Once this is done the additional information defined there can be carried in the BOD XML instance document.The Open Applications Group will make best efforts to quickly consider all proposed submissions.The Extension is always the last element in all components, except where the component has been extended inline.
from type IdentificationTypefrom type ItemValueBaseTypefrom group FreeFormTextGroup
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type IdentificationType | |
actionCode | [0..1] | ActionCodeContentType | from type IdentificationType |
Used in
- Type ItemMasterBaseType via extension of ItemMasterLocationBaseType
- Type ItemMasterLocationBaseType
- Type ItemMasterType via extension of ItemMasterLocationBaseType (Element ItemMaster)
- Type LocationItemMasterBaseType via extension of ItemMasterLocationBaseType
- Type LocationItemMasterType via extension of ItemMasterLocationBaseType (Element LocationItemMaster)
Sample instance
<ItemValue> <ID/> <IDSet> <ID/> </IDSet> <UnitValue> <ID/> <IDSet> <ID/> </IDSet> <ChargeAmount/> <BasisQuantity>1.0</BasisQuantity> <NetPriceIndicator>true</NetPriceIndicator> <ChargeAmountRange> <MinimumAmount/> <MaximumAmount/> </ChargeAmountRange> <QuantityRange> <MinimumQuantity>1.0</MinimumQuantity> <MaximumQuantity>1.0</MaximumQuantity> </QuantityRange> <UnitAmount/> <TimePeriod> <InclusiveIndicator>true</InclusiveIndicator> <StartDateTime></StartDateTime> <StartTime>token</StartTime> <Duration>P1Y2M3DT10H</Duration> <EndDateTime></EndDateTime> <EndTime>token</EndTime> </TimePeriod> <Description/> <Note/> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </UnitValue> <CostingMethodCode>normalizedString</CostingMethodCode> <ValueClassification> <ID/> <IDSet> <ID/> </IDSet> <UNSPSCCode>normalizedString</UNSPSCCode> <Codes> <Code/> </Codes> <Description/> <Note/> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </ValueClassification> <GLEntityID>normalizedString</GLEntityID> <EffectiveTimePeriod> <InclusiveIndicator>true</InclusiveIndicator> <StartDateTime></StartDateTime> <StartTime>token</StartTime> <Duration>P1Y2M3DT10H</Duration> <EndDateTime></EndDateTime> <EndTime>token</EndTime> </EffectiveTimePeriod> <Description/> <Note/> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </ItemValue>