<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:SAG="http://rep.oio.dk/kms.dk/miniMAKS/SAG/xml/schemas/yyyy/mm/dd/"
    xmlns:FESD="http://rep.oio.dk/fesd.dk/xml/schemas/2005/04/20/"
    targetNamespace="http://rep.oio.dk/kms.dk/miniMAKS/SAG/xml/schemas/yyyy/mm/dd/"
    elementFormDefault="qualified" attributeFormDefault="qualified" xml:lang="DA">
    <include schemaLocation="SAG_IndsenderIdentifikator.xsd"/>
    <!--import namespace="http://rep.oio.dk/fesd.dk/xml/schemas/2005/04/20/" schemaLocation="http://rep.oio.dk/fesd.dk/xml/schemas/2005/04/20/FESD_Contact.xsd"/-->
    <!-- Person og Adresse er udeladt pga. problemer med FESD skemaet! -->
    <element name="IndsenderStruktur" type="SAG:IndsenderStrukturType"/>
	<complexType name="IndsenderStrukturType">
		<sequence>
			<element ref="SAG:IndsenderIdentifikator"/>
            <!--element ref="FESD:Person" minOccurs="0"/-->
            <!--element ref="FESD:AddressStructure" minOccurs="0"/-->
		</sequence>
	</complexType>
</schema>