cac:ConsumptionReportReference
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:ConsumptionReportReferenceType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ConsumptionReportID [1..1] An identifier for the referenced consumption report.
- cbc:ConsumptionType [0..1] The reported consumption type, expressed as text.
- cbc:ConsumptionTypeCode [0..1] The reported consumption type, expressed as a code.
- cbc:TotalConsumedQuantity [1..1] The total quantity consumed during the period of the referenced report.
- cac:Period [1..1] The period of consumption covered by the referenced report.
Attributes
None
Used in
- Type cac:ConsumptionReportType (Element cac:ConsumptionReport)
Sample instance
<cac:ConsumptionReportReference> <cbc:ConsumptionReportID>normalizedString</cbc:ConsumptionReportID> <cbc:ConsumptionType>string</cbc:ConsumptionType> <cbc:ConsumptionTypeCode>normalizedString</cbc:ConsumptionTypeCode> <cbc:TotalConsumedQuantity>1.0</cbc:TotalConsumedQuantity> <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:ConsumptionReportReference>