<?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:FSPEC="http://rep.oio.dk/kms.dk/miniMAKS/FSPEC/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_SFEnr.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_LoebenrSFEjd.xsd"/>
    <include schemaLocation="FSPEC_VurdEjdOpdatStruktur.xsd"/>
    <include schemaLocation="FSPEC_FaelleslodAndeleOpdatSamling.xsd"/>
    <include schemaLocation="FSPEC_TemaRegSFEOpdatSamling.xsd"/>
    <element name="SFEOpdatStruktur" type="FSPEC:SFEOpdatStrukturType"/>
	<complexType name="SFEOpdatStrukturType">
		<sequence>
			<element ref="KMS:SFEnr" minOccurs="0"/>
			<element ref="KMS:LoebenrSFEjd" minOccurs="0"/>
			<element ref="FSPEC:VurdEjdOpdatStruktur" minOccurs="0"/>
			<element ref="FSPEC:FaelleslodAndeleOpdatSamling" minOccurs="0"/>
			<element ref="FSPEC:TemaRegSFEOpdatSamling" minOccurs="0"/>
		</sequence>
		<attribute name="Forandringskommando" type="FSPEC:SFEOpdatOperationskodeType" use="required"/>
	</complexType>
    <simpleType name="SFEOpdatOperationskodeType">
		<restriction base="string">
			<enumeration value="slet"/>
			<enumeration value="ret"/>
			<enumeration value="indsaet"/>
		</restriction>
	</simpleType>
</schema>