<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:BASIS="http://rep.oio.dk/kms.dk/miniMAKS/BASIS/xml/schemas/yyyy/mm/dd/"
    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/"
    targetNamespace="http://rep.oio.dk/kms.dk/miniMAKS/BASIS/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_LineString.xsd"/>
    <include schemaLocation="BASIS_Gyldighedsperiode.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_Loebenr.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_SkelIdentifikator.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_OprindelsesIdentifikator.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_HoejreJordstykkeIdentifikator.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_VenstreJordstykkeIdentifikator.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_FraPunktIdentifikator.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_TilPunktIdentifikator.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_Skeltype.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_SkelforretningsSagsIdentifikator.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_Prodmetode.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_TransformationsIdentifikator.xsd"/>
    <element name="MatrikelskelStruktur" type="BASIS:MatrikelskelStrukturType"/>
	<complexType name="MatrikelskelStrukturType">
        <sequence>
            <element ref="KMS:SkelIdentifikator" minOccurs="0"/>
            <element ref="KMS:Loebenr" minOccurs="0"/>
            <element ref="KMS:OprindelsesIdentifikator" minOccurs="0"/>
            <element ref="BASIS:Gyldighedsperiode" minOccurs="0"/>
            <element ref="KMS:HoejreJordstykkeIdentifikator" minOccurs="0"/>
            <element ref="KMS:VenstreJordstykkeIdentifikator" minOccurs="0"/>
            <element ref="KMS:FraPunktIdentifikator"/>
            <element ref="KMS:TilPunktIdentifikator"/>
            <element ref="KMS:Skeltype"/>
            <element ref="KMS:SkelforretningsSagsIdentifikator" minOccurs="0"/>
            <element ref="KMS:Prodmetode"/>
            <element ref="GEO:LineString"/>
            <element ref="KMS:TransformationsIdentifikator" minOccurs="0"/>
        </sequence>
	</complexType>
</schema>