<?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/"
    targetNamespace="http://rep.oio.dk/kms.dk/miniMAKS/BASIS/xml/schemas/yyyy/mm/dd/"
    elementFormDefault="qualified" attributeFormDefault="qualified" xml:lang="DA">
    <include schemaLocation="BASIS_FaelleslodAndeleStruktur.xsd"/>
    <element name="FaelleslodAndeleSamling" type="BASIS:FaelleslodAndeleSamlingType"/>
	<complexType name="FaelleslodAndeleSamlingType">
		<sequence>
			<element ref="BASIS:FaelleslodAndeleStruktur" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
</schema>