<?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:BASIS="http://rep.oio.dk/kms.dk/miniMAKS/BASIS/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">
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/"  schemaLocation="KMS_Kommentar.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_PermanentVersion.xsd"/>
    <element name="GulseddelStruktur" type="BASIS:GulseddelStrukturType"/>
	<complexType name="GulseddelStrukturType">
		<sequence>
			<element ref="KMS:Kommentar"/>
            <element ref="KMS:PermanentVersion" minOccurs="0"/>
		</sequence>
	</complexType>
</schema>