<?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: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">
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_CentroideIdentifikator.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_JordstykkeIdentifikator.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/GEO/xml/schemas/yyyy/mm/dd/" schemaLocation="GEO_Point.xsd"/>
    <element name="CentroideOpdatStruktur" type="FSPEC:CentroideOpdatStrukturType"/>
	<complexType name="CentroideOpdatStrukturType">
		<sequence>
			<element ref="KMS:CentroideIdentifikator"/>
			<element ref="KMS:JordstykkeIdentifikator"/>
            <element ref="GEO:Point" minOccurs="0"/>
		</sequence>
		<attribute name="Forandringskommando" type="FSPEC:CentroideOpdatForandringskommandoType" use="required"/>
	</complexType>
    <simpleType name="CentroideOpdatForandringskommandoType">
		<restriction base="string">
			<enumeration value="slet"/>
			<enumeration value="ret"/>
			<enumeration value="indsaet"/>
		</restriction>
	</simpleType>
</schema>