﻿<?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="region.xsd" />
	
	<element name="regioner" type="dk:regionertype" />
	
	<complexType name="regionertype">
		<sequence>
			<element name="region" type="dk:regiontype" minOccurs="0" maxOccurs="unbounded" />
		</sequence>
		<attribute name="timestamp" type="time" />
	</complexType>
	
</schema>
