<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:TEMA="http://rep.oio.dk/kms.dk/miniMAKS/TEMA/xml/schemas/yyyy/mm/dd/"
    xmlns:KMS="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/"
    targetNamespace="http://rep.oio.dk/kms.dk/miniMAKS/TEMA/xml/schemas/yyyy/mm/dd/"
    elementFormDefault="qualified" attributeFormDefault="qualified" xml:lang="DA">
    <include schemaLocation="TEMA_AbstractJSRegistreringStruktur.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_Prodmetode.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_Vejbredde.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_Vejtype.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_TransformationsIdentifikator.xsd"/>
    <element name="IkkeUdskiltVejStruktur" type="TEMA:IkkeUdskiltVejStrukturType"/>
	<complexType name="IkkeUdskiltVejStrukturType">
		<complexContent>
			<extension base="TEMA:AbstractJSRegistreringStrukturType">
				<sequence>
					<element ref="KMS:Prodmetode"/>
                    <element ref="KMS:Vejbredde" minOccurs="0"/>
                    <element ref="KMS:Vejtype" minOccurs="0"/>
                    <element ref="KMS:TransformationsIdentifikator" minOccurs="0"/>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
</schema>