Price
Specifies details of an actual price such as what is is, how it was calculated and why it was applied
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: PriceType
Properties: Global, Qualified, ID: oagis-id-79ac36ececc54a9fa2865add57fc577f
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 DiscountAllowancePricingBaseType via extension of PricingBaseType
- Type DiscountAllowancePricingType via extension of PricingBaseType (Elements DiscountAllowancePricing, ServicesDiscountAllowancePricing)
- Type PricingBaseType
- Type PricingType via extension of PricingBaseType (Element Pricing)
- Type SubletBaseType
- Type SubletType via extension of SubletBaseType (Element Sublet)
- Type WarrantyClaimHeaderBaseType
- Type WarrantyClaimHeaderType via extension of WarrantyClaimHeaderBaseType (Element WarrantyClaimHeader)
- Type WarrantyClaimLineBaseType
- Type WarrantyClaimLineType via extension of WarrantyClaimLineBaseType (Element WarrantyClaimLine)
Sample instance
<Price> <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> </Price>