<?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cpr="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/" xmlns:cpr2="http://rep.oio.dk/cpr.dk/xml/schemas/core/2006/01/10/" xmlns:dkcc="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/" xmlns:fesd="http://rep.oio.dk/fesd.dk/generiskIntegration/xml.schema/" xmlns:xkom="http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/fesd.dk/generiskIntegration/xml.schema/" xml:lang="DA">
	<import namespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/" schemaLocation="http://digitaliser.dk/resource/6540/artefact/CPR_MunicipalityCode.xsd"/>
	<import namespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/" schemaLocation="http://digitaliser.dk/resource/1222/artefact/CPR_StreetCode.xsd"/>
	<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/" schemaLocation="http://digitaliser.dk/resource/3166/artefact/DKCC_CountryIdentificationCode.xsd"/>
	<import namespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2006/01/10/" schemaLocation="http://digitaliser.dk/resource/434/artefact/CPR_CompletePostalLabel.xsd"/>
	<import namespace="http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/" schemaLocation="http://digitaliser.dk/resource/1081/artefact/XKOM_AddressPostal.xsd"/>
	<element name="AdresseStruktur" type="fesd:AdresseStrukturType"/>
	<complexType name="AdresseStrukturType">
		<sequence>
			<sequence>
				<element minOccurs="0" ref="dkcc:CountryIdentificationCode"/>
				<element minOccurs="0" ref="cpr:MunicipalityCode"/>
				<element minOccurs="0" ref="cpr:StreetCode"/>
			</sequence>
			<choice>
				<element ref="xkom:AddressPostal"/>
				<element ref="cpr2:CompletePostalLabel"/>
			</choice>	
		</sequence>
	</complexType>
</schema>