﻿<?xml version="1.0" encoding="utf-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:bbr="urn:oio:bbr:1.0.0" xmlns:kmd="http://rep.oio.dk/kmd.dk/social/xml/schemas/2008/02/04/" xmlns:bbr2="urn:oio:bbr:1.0.0" targetNamespace="urn:oio:bbr:1.0.0" elementFormDefault="qualified" attributeFormDefault="unqualified" xml:lang="EN">
	<import namespace="http://rep.oio.dk/kmd.dk/social/xml/schemas/2008/02/04/" schemaLocation="KMD_ReturnMessage.xsd"/>
	<include schemaLocation="BuildingReference.xsd"/>
	<include schemaLocation="SiteReference.xsd"/>
	<include schemaLocation="BuildingUnitReference.xsd"/>
	<include schemaLocation="EnergyConsumptionKeys.xsd"/>
	<element name="EnergyConsumptionCompletedStructure" type="bbr:EnergyConsumptionCompletedStructureType"/>
	<complexType name="EnergyConsumptionCompletedStructureType">
		<sequence>
			<element ref="bbr:EnergyConsumptionKeys"/>
			<element ref="kmd:ReturnMessage" maxOccurs="unbounded"/>
			<choice minOccurs="0">
				<element ref="bbr2:SiteReference"/>
				<element ref="bbr2:BuildingReference"/>
				<element ref="bbr2:BuildingUnitReference"/>
			</choice>
		</sequence>
	</complexType>
</schema>
