<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:FSPEC="http://rep.oio.dk/kms.dk/miniMAKS/FSPEC/xml/schemas/yyyy/mm/dd/"
    xmlns:GEO="http://rep.oio.dk/kms.dk/miniMAKS/GEO/xml/schemas/yyyy/mm/dd/"
    targetNamespace="http://rep.oio.dk/kms.dk/miniMAKS/FSPEC/xml/schemas/yyyy/mm/dd/"
    elementFormDefault="qualified" attributeFormDefault="qualified" xml:lang="DA">
    <include schemaLocation="FSPEC_Delnummer.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/GEO/xml/schemas/yyyy/mm/dd/" schemaLocation="GEO_Point.xsd"/>
    <element name="DelnummerStruktur" type="FSPEC:DelnummerStrukturType"/>
    <complexType name="DelnummerStrukturType">
        <sequence>
            <element ref="FSPEC:Delnummer"/>
            <element ref="GEO:Point" minOccurs="0" />
        </sequence>
    </complexType>
</schema>