<!-- edited with XMLSpy v2006 sp2 U (http://www.altova.com) by Jurijs Kornijenko (SIA ABC software) -->
<xs:schema xmlns="http://ivis.eps.gov.lv/XMLSchemas/100006/LandRegister/v1-1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:restate="http://ivis.eps.gov.lv/XMLSchemas/100006/LandRegister/v1-1" xmlns:cadastre="http://ivis.eps.gov.lv/XMLSchemas/100007/CadastreRegistry/v1-0" xmlns:cadastre_v1_1="http://ivis.eps.gov.lv/XMLSchemas/100007/CadastreRegistry/v1-1" targetNamespace="http://ivis.eps.gov.lv/XMLSchemas/100006/LandRegister/v1-1" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1" id="LandRegister.xsd">
  <xs:annotation>
    <xs:appinfo>
      <Metadata xmlns="http://ivis.eps.gov.lv/XMLSchemas/100001/IVIS/v1-0">
        <Contributor CodeListCodeValue="100006" Href="http://www.zemesgramata.lv">VALSTS KASE (BUDŽETA MAKSĀJUMI)</Contributor>
        <Creator CodeListCodeValue="100006" Href="http://www.zemesgramata.lv">VALSTS KASE (BUDŽETA MAKSĀJUMI)</Creator>
        <Date>
          <Created>2009-07-28Z</Created>
          <Modified>2020-04-26Z</Modified>
        </Date>
        <Description>
          <Default>LandRegister</Default>
        </Description>
        <Format>
          <Default>text/xml</Default>
        </Format>
        <Identifier Scheme="URN">URN:IVIS:100001:XSD-LandRegister-LandRegister-v1-1</Identifier>
        <Language>LV</Language>
        <Publisher CodeListCodeValue="100001">Valsts informācijas sistēmu savietotājs (VISS)</Publisher>
        <Relation>
          <ConformsTo Href="URN:IVIS:100001:DOC-FR-XML">XML shēmu izstrādes vadlīnijas</ConformsTo>
        </Relation>
        <Status>
          <Default>PUBLISHED</Default>
          <Version>1.1</Version>
        </Status>
        <Subject>
          <Keyword>adrese</Keyword>
          <Keyword>Kadastra numurs</Keyword>
          <Keyword>nekustamais īpašums</Keyword>
        </Subject>
        <Title>
          <Default>LandRegister</Default>
        </Title>
      </Metadata>
    </xs:appinfo>
  </xs:annotation>
  <xs:import namespace="http://ivis.eps.gov.lv/XMLSchemas/100007/CadastreRegistry/v1-0" schemaLocation="http://ivis.eps.gov.lv/XMLSchemas/100007/CadastreRegistry/v1-0/Cadastre.xsd" />
  <xs:import namespace="http://ivis.eps.gov.lv/XMLSchemas/100007/CadastreRegistry/v1-1" schemaLocation="http://ivis.eps.gov.lv/XMLSchemas/100007/CadastreRegistry/v1-1/EstateObject.xsd" />
  <xs:complexType name="FolioStructure">
    <xs:annotation>
      <xs:documentation xml:lang="lv">Nodalījuma struktūra</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="FolioID" type="FolioIDType">
        <xs:annotation>
          <xs:documentation xml:lang="lv">Nodalījuma unikālais identifikators</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FolioNr" type="FolioNrType">
        <xs:annotation>
          <xs:documentation xml:lang="lv">Nodalījuma numurs</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:simpleType name="FolioIDType">
    <xs:annotation>
      <xs:documentation xml:lang="lv">Nodalījuma ID kods</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:normalizedString" />
  </xs:simpleType>
  <xs:simpleType name="FolioNrType">
    <xs:annotation>
      <xs:documentation xml:lang="lv">Nodalījuma numurs</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:normalizedString" />
  </xs:simpleType>
  <xs:complexType name="RealEstateStructure">
    <xs:annotation>
      <xs:documentation xml:lang="lv">Nekustamā īpašuma struktūra</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="CadastreNr" type="cadastre:CadastreNrStructure">
        <xs:annotation>
          <xs:documentation xml:lang="lv">Kadastra numurs</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Folio" type="FolioStructure">
        <xs:annotation>
          <xs:documentation xml:lang="lv">Nodalījums</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Address" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation xml:lang="lv">Adrese</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EstateObjectList" type="cadastre_v1_1:EstateObjectListStructure" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="lv">Īpašuma objektu saraksts</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="RealEstateListStructure">
    <xs:annotation>
      <xs:documentation xml:lang="lv">Nekustamo īpašumu saraksta struktūra</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="RealEstate" type="RealEstateStructure" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation xml:lang="lv">Nekustamais īpašums</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RealEstateList" type="RealEstateListStructure">
    <xs:annotation>
      <xs:documentation xml:lang="lv">Nekustamo īpašumu saraksts</xs:documentation>
    </xs:annotation>
  </xs:element>
</xs:schema>