cac:UtilityMeter
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:MeterType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:MeterNumber [0..1] The meter number, expressed as text.
- cbc:MeterName [0..1] The name of this meter, which serves as an identifier to distinguish a main meter from a submeter.
- cbc:MeterConstant [0..1] The factor by which readings of this meter must be multiplied to calculate consumption, expressed as text.
- cbc:MeterConstantCode [0..1] A code signifying the formula to be used in applying the meter constant.
- cbc:TotalDeliveredQuantity [0..1] The quantity delivered; the total quantity consumed as calculated from the meter readings.
- cac:MeterReading [0..*] A reading of this meter.
- cac:MeterProperty [0..*] A property of this meter.
Attributes
None
Used in
- Type cac:ConsumptionPointType (Elements cac:ConsumptionPoint, cac:UtilityConsumptionPoint)
Sample instance
<cac:UtilityMeter> <cbc:MeterNumber>string</cbc:MeterNumber> <cbc:MeterName>string</cbc:MeterName> <cbc:MeterConstant>string</cbc:MeterConstant> <cbc:MeterConstantCode>normalizedString</cbc:MeterConstantCode> <cbc:TotalDeliveredQuantity>1.0</cbc:TotalDeliveredQuantity> <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> <cac:MeterProperty> <cbc:Name>string</cbc:Name> <cbc:NameCode>normalizedString</cbc:NameCode> <cbc:Value>string</cbc:Value> <cbc:ValueQuantity>1.0</cbc:ValueQuantity> <cbc:ValueQualifier>string</cbc:ValueQualifier> </cac:MeterProperty> </cac:UtilityMeter>