cac:MeterReading
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:MeterReadingType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1]An identifier for this meter reading.
- cbc:MeterReadingType [0..1]The type of this meter reading, expressed as text.
- cbc:MeterReadingTypeCode [0..1]The type of this meter reading, expressed as a code.
- cbc:PreviousMeterReadingDate [1..1]The date of the previous meter reading.
- cbc:PreviousMeterQuantity [1..1]The quantity of the previous meter reading.
- cbc:LatestMeterReadingDate [1..1]The date of the latest meter reading.
- cbc:LatestMeterQuantity [1..1]The quantity of the latest meter reading.
- cbc:PreviousMeterReadingMethod [0..1]The method used for the previous meter reading, expressed as text.
- cbc:PreviousMeterReadingMethodCode [0..1]The method used for the previous meter reading, expressed as a code.
- cbc:LatestMeterReadingMethod [0..1]The method used for the latest meter reading, expressed as text.
- cbc:LatestMeterReadingMethodCode [0..1]The method used for the latest meter reading, expressed as a code.
- cbc:MeterReadingComments [0..*]Text containing comments on this meter reading.
- cbc:DeliveredQuantity [1..1]Consumption in the period from PreviousMeterReadingDate to LatestMeterReadingDate.
Attributes
None
Used in
- Type cac:MeterType (Elements cac:Meter, cac:UtilityMeter)
Sample instance
(Auto-generated)
<cac:MeterReading> <cbc:ID>normalizedString</cbc:ID> <cbc:MeterReadingType>string</cbc:MeterReadingType> <cbc:MeterReadingTypeCode>normalizedString</cbc:MeterReadingTypeCode> <cbc:PreviousMeterReadingDate>2000-01-01</cbc:PreviousMeterReadingDate> <cbc:PreviousMeterQuantity>1.0</cbc:PreviousMeterQuantity> <cbc:LatestMeterReadingDate>2000-01-01</cbc:LatestMeterReadingDate> <cbc:LatestMeterQuantity>1.0</cbc:LatestMeterQuantity> <cbc:PreviousMeterReadingMethod>string</cbc:PreviousMeterReadingMethod> <cbc:PreviousMeterReadingMethodCode>normalizedString</cbc:PreviousMeterReadingMethodCode> <cbc:LatestMeterReadingMethod>string</cbc:LatestMeterReadingMethod> <cbc:LatestMeterReadingMethodCode>normalizedString</cbc:LatestMeterReadingMethodCode> <cbc:MeterReadingComments>string</cbc:MeterReadingComments> <cbc:DeliveredQuantity>1.0</cbc:DeliveredQuantity> </cac:MeterReading>