<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:TEMA="http://rep.oio.dk/kms.dk/miniMAKS/TEMA/xml/schemas/yyyy/mm/dd/"
    xmlns:SAG="http://rep.oio.dk/kms.dk/miniMAKS/SAG/xml/schemas/yyyy/mm/dd/"
    xmlns:BASIS="http://rep.oio.dk/kms.dk/miniMAKS/BASIS/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">
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/BASIS/xml/schemas/yyyy/mm/dd/" schemaLocation="BASIS_SamletfastejendomSamling.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/BASIS/xml/schemas/yyyy/mm/dd/" schemaLocation="BASIS_JordstykkeSamling.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/BASIS/xml/schemas/yyyy/mm/dd/" schemaLocation="BASIS_GeometriSamling.xsd"/>
    <element name="SagsekstraktStruktur" type="SAG:SagsekstraktStrukturType"/>
	<complexType name="SagsekstraktStrukturType">
		<sequence>
			<element ref="BASIS:SamletfastejendomSamling" minOccurs="0"/>
			<element ref="BASIS:JordstykkeSamling" minOccurs="0"/>
			<element ref="BASIS:GeometriSamling" minOccurs="0"/>
		</sequence>
	</complexType>
</schema>