<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:SAG="http://rep.oio.dk/kms.dk/miniMAKS/SAG/xml/schemas/yyyy/mm/dd/"
    targetNamespace="http://rep.oio.dk/kms.dk/miniMAKS/SAG/xml/schemas/yyyy/mm/dd/"
    elementFormDefault="qualified" attributeFormDefault="qualified" xml:lang="DA">
    <include schemaLocation="SAG_AfgiftfritagleseSamling.xsd"/>
    <include schemaLocation="SAG_Kommentar.xsd"/>
    <include schemaLocation="SAG_RekvirentRefIndentifikator.xsd"/>
    <include schemaLocation="SAG_Sagskategori.xsd"/>
    <include schemaLocation="SAG_RefTilTidligereSag.xsd"/>
    <include schemaLocation="SAG_Tidsfrist.xsd"/>
    <include schemaLocation="SAG_Prioritet.xsd"/>
    <element name="FoelgeseddelStruktur" type="SAG:FoelgeseddelStrukturType"/>
	<complexType name="FoelgeseddelStrukturType">
		<sequence>
			<element ref="SAG:Kommentar" minOccurs="0" />
			<element ref="SAG:RekvirentRefIdentifikator"/>
			<element ref="SAG:Sagskategori"/>
			<element ref="SAG:RefTilTidligereSag" minOccurs="0"/>
			<element ref="SAG:AfgiftfritagelseSamling" minOccurs="0"/>
			<element ref="SAG:Tidsfrist" minOccurs="0" />
			<element ref="SAG:Prioritet"/>
		</sequence>
	</complexType>
</schema>