﻿<?xml version="1.0" encoding="utf-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:bbr="urn:oio:bbr:1.0.0" targetNamespace="urn:oio:bbr:1.0.0" elementFormDefault="qualified" attributeFormDefault="unqualified" xml:lang="EN">
	<include schemaLocation="EnergyConsumptionInsertStructure.xsd"/>
	<include schemaLocation="EnergyConsumptionDeleteStructure.xsd"/>
	<include schemaLocation="EnergyReportUniversalIdentifier.xsd"/>
	<element name="EnergyConsumptionReportRequestStructure" type="bbr:EnergyConsumptionReportRequestStructureType"/>
	<complexType name="EnergyConsumptionReportRequestStructureType">
		<sequence>
			<choice maxOccurs="unbounded">
				<element ref="bbr:EnergyConsumptionInsertStructure"/>
				<element ref="bbr:EnergyConsumptionDeleteStructure"/>
			</choice>
			<element ref="bbr:EnergyReportUniversalIdentifier"/>
		</sequence>
	</complexType>
</schema>
