<?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/"
    targetNamespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/"
    elementFormDefault="qualified" attributeFormDefault="qualified" xml:lang="DA">
    <include schemaLocation="KMS_Areal.xsd"/>
    <include schemaLocation="KMS_Vejarealberegningstype.xsd"/>
    <element name="VejarealStruktur" type="KMS:VejarealStrukturType"/>
	<complexType name="VejarealStrukturType">
        <sequence>
            <element ref="KMS:Areal"/>
            <element ref="KMS:Vejarealberegningstype"/>
        </sequence>
	</complexType>
</schema>