cac:MeterProperty
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:MeterPropertyType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:Name [0..1] The name of this meter property, expressed as a code.
- cbc:NameCode [0..1] The value of this meter property, expressed as text.
- cbc:Value [0..1] The value of this meter property, expressed as a quantity.
- cbc:ValueQuantity [0..1] The value of this meter property, expressed as a quantity.
- cbc:ValueQualifier [0..*] An additional value to qualify the value of the meter
Attributes
None
Used in
- Type cac:MeterType (Elements cac:Meter, cac:UtilityMeter)
Sample instance
<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>