<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:TEMA="http://rep.oio.dk/kms.dk/miniMAKS/TEMA/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/TEMA/xml/schemas/yyyy/mm/dd/" schemaLocation="TEMA_SFEregistreringstype.xsd"/>
    <element name="TemaRegSFEOpdatStruktur" type="FSPEC:TemaRegSFEOpdatStrukturType"/>
    <complexType name="TemaRegSFEOpdatStrukturType">
        <sequence>
            <element ref="TEMA:SFEregistreringstype"/>
        </sequence>
        <attribute name="Forandringskommando" type="FSPEC:TemaRegSFEOpdatOperationskodeType" use="required"/>
    </complexType>
    <simpleType name="TemaRegSFEOpdatOperationskodeType">
		<restriction base="string">
			<enumeration value="slet"/>
			<enumeration value="ret"/>
			<enumeration value="indsaet"/>
		</restriction>
	</simpleType> 
</schema>