UnitValue
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: PriceType
Properties: Global, Qualified, ID: oagis-id-969013dd6a014a3ca2db869ccefdaa6a
Content
- Sequence [1..1]
- ChargeAmount [0..1] The monetary value of the object in which the amount is associated
- BasisQuantity [0..1] Is the base quantityfrom which the charge/allowance is derived.
- NetPriceIndicator [0..1]
- ChargeAmountRange [0..1]
- QuantityRange [0..1]
- UnitAmount [0..1]
- TimePeriod [0..1] An explicit period of time for the bucket.
- Description [0..*]
- Note [0..*]
- Extension [0..1]
from type IdentificationTypefrom type PriceABIETypefrom 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 ItemValueBaseType
- Type ItemValueType via extension of ItemValueBaseType (Element ItemValue)
- Type ReceiveItemLineBaseType
- Type ReceiveItemLineType via extension of ReceiveItemLineBaseType (Element ReceiveItemLine)
Sample instance
<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>