<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:KMS="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/"
    xmlns:GEO="http://rep.oio.dk/kms.dk/miniMAKS/GEO/xml/schemas/yyyy/mm/dd/"
    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">
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/GEO/xml/schemas/yyyy/mm/dd/" schemaLocation="GEO_PunktSamling.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/GEO/xml/schemas/yyyy/mm/dd/" schemaLocation="GEO_RammepunktSamling.xsd"/>
    <include schemaLocation="SAG_Dokumentnavn.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_Koordinatsystem.xsd"/>
    <element name="MaalebladStruktur" type="SAG:MaalebladStrukturType"/>
	<complexType name="MaalebladStrukturType">
		<sequence>
			<element ref="KMS:Koordinatsystem"/>
			<element ref="GEO:PunktSamling"/>
			<element ref="GEO:RammepunktSamling"/>
            <element ref="SAG:Dokumentnavn"/>
		</sequence>
	</complexType>
</schema>