﻿<?xml version="1.0" encoding="utf-8"?>
<schema
    targetNamespace="http://itst.dk/schemas/danmarkservice"
    elementFormDefault="qualified"
    xmlns:dk="http://itst.dk/schemas/danmarkservice"
    xmlns="http://www.w3.org/2001/XMLSchema"
		xmlns:dkcc="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/"
>
	<include schemaLocation="adresser.xsd" />
	<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/DKCC_PostCodeIdentifier.xsd" />
	<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/DKCC_DistrictName.xsd" />

	<element name="postdistrikt" type="dk:postdistrikttype" />

	<complexType name="postdistrikttype">
		<sequence>
			<element name="nr" type="dkcc:PostCodeIdentifierType"  minOccurs="0"/>
			<element name ="navn" type="dkcc:DistrictNameType" minOccurs="0"/>
			<element name ="adresser" type="dk:adressertype" minOccurs="0" />
		</sequence>
		<attribute name="ref" type="anyURI" />
	</complexType>
</schema>
