<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
    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">
    <include schemaLocation="FSPEC_ArealtypeOpdatArealtype.xsd"/>
    <element name="ArealtypeOpdatStruktur" type="FSPEC:ArealtypeOpdatStrukturType"/>
	<complexType name="ArealtypeOpdatStrukturType">
		<sequence>
			<element ref="FSPEC:ArealtypeOpdatArealtype"/>
		</sequence>
		<attribute name="Forandringskommando" type="FSPEC:ArealtypeOpdatForandringskommandoType"/>
	</complexType>
    <simpleType name="ArealtypeOpdatForandringskommandoType">
		<restriction base="string">
			<enumeration value="slet"/>
			<enumeration value="indsaet"/>
		</restriction>
	</simpleType>
</schema>