﻿<?xml version="1.0" encoding="utf-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:bbr="urn:oio:bbr:1.0.0" xmlns:cvr="http://rep.oio.dk/cvr.dk/xml/schemas/2005/03/22/" targetNamespace="urn:oio:bbr:1.0.0" elementFormDefault="qualified" attributeFormDefault="unqualified" xml:lang="EN">
	<include schemaLocation="EnergyConsumptionTotalQuantity.xsd"/>
	<include schemaLocation="EnergyConsumptionCompletedOkQuantity.xsd"/>
	<include schemaLocation="EnergyConsumptionCompletedErrorQuantity.xsd"/>
	<element name="EnergyReportProgressStatistics" type="bbr:EnergyReportProgressStatisticsType"/>
	<complexType name="EnergyReportProgressStatisticsType">
		<sequence>
			<element ref="bbr:EnergyConsumptionTotalQuantity"/>
			<element ref="bbr:EnergyConsumptionCompletedOkQuantity"/>
			<element ref="bbr:EnergyConsumptionCompletedErrorQuantity"/>
		</sequence>
	</complexType>
</schema>
