<?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">
    <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_PunktIdentifikator.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_Prodmetode.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_Indlaegningstype.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_Punktklasse.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_SupplerendeMaalingsSagsIdentifikator.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/GEO/xml/schemas/yyyy/mm/dd/" schemaLocation="GEO_Point.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_TransformationsIdentifikator.xsd"/>
    <element name="SkelpunktStruktur" type="BASIS:SkelpunktStrukturType"/>
	<complexType name="SkelpunktStrukturType">
        <sequence>
            <element ref="KMS:PunktIdentifikator" minOccurs="0"/>
            <element ref="KMS:Loebenr" minOccurs="0"/>
            <element ref="KMS:OprindelsesIdentifikator" minOccurs="0"/>
            <element ref="BASIS:Gyldighedsperiode" minOccurs="0"/>
            <element ref="KMS:Prodmetode"/>
            <element ref="KMS:Indlaegningstype"/>
            <element ref="KMS:Punktklasse"/>
            <element ref="KMS:SupplerendeMaalingsSagsIdentifikator" minOccurs="0"/>
            <element ref="GEO:Point"/>
            <element ref="KMS:TransformationsIdentifikator" minOccurs="0"/>
        </sequence>
	</complexType>
</schema>