﻿<?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">
	<import namespace="http://rep.oio.dk/cvr.dk/xml/schemas/2005/03/22/" schemaLocation="CVR_CVRnumberIdentifier.xsd"/>
	<include schemaLocation="EnergyDeliveryLocationIdentifier.xsd"/>
	<include schemaLocation="EnergySupplyTypeIdentifier.xsd"/>
	<include schemaLocation="EnergyConsumptionStartDate.xsd"/>
	<element name="EnergyConsumptionKeys" type="bbr:EnergyConsumptionKeysType"/>
	<complexType name="EnergyConsumptionKeysType">
		<sequence>
			<element ref="cvr:CVRnumberIdentifier"/>
			<element ref="bbr:EnergyDeliveryLocationIdentifier"/>
			<element ref="bbr:EnergySupplyTypeIdentifier"/>
			<element ref="bbr:EnergyConsumptionStartDate"/>
		</sequence>
	</complexType>
</schema>
