TimePeriod
An explicit period of time for the bucket.
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: TimePeriodType
Properties: Global, Qualified, ID: oagis-id-81af243644784dcda3bd5de5eefc3a54
Content
- InclusiveIndicator [0..1] The InclusiveIndicator element is used to identify whether the SearchValue should be an included or excluded component of the result set. For example, if a user was looking for ballpoint pens, but NOT red ballpoint pens, the transaction would contain two instances of the SearchTerm data type one containing a SearchValue of ‘Ballpoint’ and an SearchValueInclusive of 'Inclusive' and one containing a SearchValue of ‘Red’ and an SearchValueInclusive of 'Exclusive'
- StartDateTime [0..1] Start timestamp indicating the starting point of the event.
- StartTime [0..1] Starting time of some event or action
- Duration [0..1] Indicates the duration of time as represented by ISO 8601. Where the value space is a six dimensional space where the coordinates designate the Gregorian year, month, day, hour, minute, and second. The number of seconds can include decimal digits to arbitary pecision.
- EndDateTime [0..1] Is the ending timestamp of the event.
- EndTime [0..1] Ending time of some event or action
from type TimePeriodABIEType
Attributes
None
Used in
- Type AllowanceBaseType via extension of AllowanceChargeABIEType
- Type AllowanceChargeABIEType
- Type AllowanceType via extension of AllowanceChargeABIEType (Element Allowance)
- Type ChargeBaseType via extension of AllowanceChargeABIEType
- Type ChargeType via extension of AllowanceChargeABIEType (Element Charge)
- Type DistributeChargeBaseType via extension of AllowanceChargeABIEType
- Type DistributeChargeType via extension of AllowanceChargeABIEType (Element DistributeCharge)
- Type EngineeringActivityBaseType via extension of ProjectABIEType
- Type EngineeringActivityType via extension of ProjectABIEType (Element EngineeringActivity)
- Type FlexibleBucketBaseType
- Type FlexibleBucketType via extension of FlexibleBucketBaseType (Element Bucket)
- Type InvoiceAllowanceChargeBaseType via extension of AllowanceChargeABIEType
- Type InvoiceAllowanceChargeType via extension of AllowanceChargeABIEType (Elements InvoiceCharge, InvoiceAllowance)
- Type ItemQuantityBucketBaseType via extension of FlexibleBucketBaseType
- Type ItemQuantityBucketType via extension of FlexibleBucketBaseType (Element ItemQuantityBucket)
- Type PriceABIEType
- Type PriceBaseType via extension of PriceABIEType
- Type PriceType via extension of PriceABIEType (Elements UnitCost, UnitPrice, Price, UnitValue)
- Type ProjectABIEType
- Type ProjectAccountingBaseType via extension of ProjectABIEType
- Type ProjectAccountingType via extension of ProjectABIEType (Element ProjectAccounting)
- Type ProjectActivityBaseType via extension of ProjectABIEType
- Type ProjectActivityType via extension of ProjectABIEType (Element ProjectActivity)
- Type ProjectMasterBaseType via extension of ProjectABIEType
- Type ProjectMasterType via extension of ProjectABIEType (Element ProjectMaster)
- Type ProjectReferenceBaseType via extension of ProjectABIEType
- Type ProjectReferenceType via extension of ProjectABIEType (Element ProjectReference)
Sample instance
<TimePeriod> <InclusiveIndicator>true</InclusiveIndicator> <StartDateTime></StartDateTime> <StartTime>token</StartTime> <Duration>P1Y2M3DT10H</Duration> <EndDateTime></EndDateTime> <EndTime>token</EndTime> </TimePeriod>