﻿<?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"
>
	<include schemaLocation="postdistrikt.xsd" />

	<element name="postdistrikter" type="dk:postdistriktertype" />

	<complexType name="postdistriktertype">
		<sequence>
			<element name="postdistrikt" type="dk:postdistrikttype" minOccurs="0" maxOccurs="unbounded" />
		</sequence>
		<attribute name="timestamp" type="time" />
		<attribute name="ref" type="anyURI" />
	</complexType>

</schema>
