<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://rep.oio.dk/uvm.dk/xml/schemas/2004/12/03/" xmlns:uvm="http://rep.oio.dk/uvm.dk/xml/schemas/2004/12/03/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cvr="http://rep.oio.dk/cvr.dk/xml/schemas/2002/06/28/" elementFormDefault="qualified" attributeFormDefault="unqualified">
   <xs:import namespace="http://rep.oio.dk/cvr.dk/xml/schemas/2002/06/28/" schemaLocation="http://rep.oio.dk/cvr.dk/xml/schemas/2002/06/28/CVR_LegalUnitName.xsd"/>
   <xs:include schemaLocation="UVM_InstitutionIdentifier.xsd"/>
   <xs:element name="Institution" type="uvm:InstitutionType">
      <xs:annotation>
         <xs:documentation xml:lang="en-uk">Institution</xs:documentation>
         <xs:documentation xml:lang="da-dk">Institution</xs:documentation>
      </xs:annotation>
   </xs:element>
   <xs:complexType name="InstitutionType">
      <xs:annotation>
         <xs:documentation xml:lang="en-uk">Institution</xs:documentation>
         <xs:documentation xml:lang="da-dk">Institution</xs:documentation>
      </xs:annotation>
      <xs:sequence>
         <xs:element ref="cvr:LegalUnitName">
            <xs:annotation>
               <xs:documentation>Name of institution</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element ref="uvm:InstitutionIdentifier"/>
      </xs:sequence>
   </xs:complexType>
</xs:schema>
