cac:ConsumptionHistory
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:ConsumptionHistoryType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:MeterNumber [0..1]A text identifier for the meter measuring the consumption.
- cbc:Quantity [1..1]The quantity consumed.
- cbc:Amount [0..1]The monetary amount to be charged for the quantity consumed.
- cbc:ConsumptionLevelCode [0..1]The consumption level, expressed as a code used explain the consumption quantity, e.g.. diversion from the normal.
- cbc:ConsumptionLevel [0..1]The consumption level, expressed as text, used explain the consumption quantity, e.g.. diversion from the normal.
- cbc:Description [0..*]Text describing the consumption itself.
- cac:Period [1..1]The period during which the consumption took place.
Attributes
None
Used in
- Type cac:ConsumptionReportType (Element cac:ConsumptionReport)
Sample instance
(Auto-generated)
<cac:ConsumptionHistory>
<cbc:MeterNumber>string</cbc:MeterNumber>
<cbc:Quantity>1.0</cbc:Quantity>
<cbc:Amount currencyID="normalizedString">1.0</cbc:Amount>
<cbc:ConsumptionLevelCode>normalizedString</cbc:ConsumptionLevelCode>
<cbc:ConsumptionLevel>string</cbc:ConsumptionLevel>
<cbc:Description>string</cbc:Description>
<cac:Period>
<cbc:StartDate>2000-01-01</cbc:StartDate>
<cbc:StartTime>12:00:00</cbc:StartTime>
<cbc:EndDate>2000-01-01</cbc:EndDate>
<cbc:EndTime>12:00:00</cbc:EndTime>
<cbc:DurationMeasure unitCode="normalizedString">1.0</cbc:DurationMeasure>
<cbc:DescriptionCode>normalizedString</cbc:DescriptionCode>
<cbc:Description>string</cbc:Description>
</cac:Period>
</cac:ConsumptionHistory>


