﻿<?xml version="1.0" encoding="utf-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:bbr="urn:oio:bbr:1.0.0" xmlns:dkcc3="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" xmlns:dkcc="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/" xmlns:cpr="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/" targetNamespace="urn:oio:bbr:1.0.0" elementFormDefault="qualified" attributeFormDefault="unqualified" xml:lang="EN">
	<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" schemaLocation="DKCC_PostCodeIdentifier.xsd"/>
	<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" schemaLocation="DKCC_StreetName.xsd"/>
	<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/" schemaLocation="DKCC_StreetBuildingIdentifier.xsd"/>
	<import namespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/" schemaLocation="CPR_StreetCode.xsd"/>
	<import namespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/" schemaLocation="CPR_MunicipalityCode.xsd"/>
	<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/" schemaLocation="DKCC_FloorIdentifier.xsd"/>
	<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/" schemaLocation="DKCC_SuiteIdentifier.xsd"/>
	<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" schemaLocation="DKCC_DistrictSubdivisionIdentifier.xsd"/>
	<element name="EnergyDeliveryAddress" type="bbr:EnergyDeliveryAddressType"/>
	<complexType name="EnergyDeliveryAddressType">
		<sequence>
			<choice>
				<sequence>
					<element ref="dkcc3:PostCodeIdentifier"/>
					<element ref="dkcc3:StreetName"/>
					<element ref="dkcc:StreetBuildingIdentifier"/>
				</sequence>
				<sequence>
					<element ref="cpr:MunicipalityCode"/>
					<element ref="cpr:StreetCode"/>
					<element ref="dkcc:StreetBuildingIdentifier"/>
				</sequence>
			</choice>
			<element ref="dkcc3:DistrictSubdivisionIdentifier" minOccurs="0"/>
			<element ref="dkcc:FloorIdentifier" minOccurs="0"/>
			<element ref="dkcc:SuiteIdentifier" minOccurs="0"/>
		</sequence>
	</complexType>
</schema>
