﻿<?xml version="1.0" encoding="UTF-8"?>
<!-- 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-0" 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-0" xmlns:cadastre="http://ivis.eps.gov.lv/XMLSchemas/100007/CadastreRegistry/v1-0" targetNamespace="http://ivis.eps.gov.lv/XMLSchemas/100006/LandRegister/v1-0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" id="LandRegister.xsd">
  <xs:annotation>
    <xs:appinfo>
      <Metadata xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://ivis.eps.gov.lv/XMLSchemas/100001/IVIS/v1-0">
        <Audience>visiem</Audience>
        <Contributor Href="http://eps.gov.lv" CodeListName="Authority" CodeListID="Authority" CodeListAgencyID="100001" CodeListAgencyName="ĪUMEPLS" CodeListURI="http://ivis.eps.gov.lv/" CodeListSchemeURI="http://ivis.eps.gov.lv/xmlschemas/100001/IVIS/v1-0/Authority.xsd" CodeListLanguageID="lv" CodeListCodeValue="100001">Īpašu uzdevumu ministra e-pārvaldes lietās sekretariāts</Contributor>
        <Contributor Href="http://www.abcsoftware.lv" CodeListName="Authority" CodeListID="Authority" CodeListAgencyID="100001" CodeListAgencyName="ĪUMEPLS" CodeListURI="http://ivis.eps.gov.lv/" CodeListSchemeURI="http://ivis.eps.gov.lv/xmlschemas/100001/IVIS/v1-0/Authority.xsd" CodeListLanguageID="lv" CodeListCodeValue="100000">SIA "ABC Software"</Contributor>
        <Creator Href="http://www.zemesgramata.lv" CodeListName="Authority" CodeListID="Authority" CodeListAgencyID="100001" CodeListAgencyName="ĪUMEPLS" CodeListURI="http://ivis.eps.gov.lv/" CodeListSchemeURI="http://ivis.eps.gov.lv/xmlschemas/100001/IVIS/v1-0/Authority.xsd" CodeListLanguageID="lv" CodeListCodeValue="100006">Zemesgrāmata</Creator>
        <Date>
          <Created>2006-09-20T16:57:28.3879503+03:00</Created>
          <Modified>2006-09-20T16:57:28.3879503+03:00</Modified>
        </Date>
        <Format>
          <Default>text/xml</Default>
        </Format>
        <Identifier>URN:IVIS:100001:XSD-LandRegister-LandRegister-v1-0</Identifier>
        <Language>LV</Language>
        <Publisher CodeListName="Authority" CodeListID="Authority" CodeListAgencyID="100001" CodeListAgencyName="ĪUMEPLS" CodeListURI="http://ivis.eps.gov.lv/" CodeListSchemeURI="http://ivis.eps.gov.lv/xmlschemas/100001/IVIS/v1-0/Authority.xsd" CodeListLanguageID="lv" CodeListCodeValue="100006" Href="http://www.zemesgramata.lv">Zemesgrāmata</Publisher>
        <Relation />
        <Status>
          <Default>EDITED</Default>
          <Version>v1.0</Version>
        </Status>
        <Subject>
          <Keyword>nekustamais īpašums</Keyword>
        </Subject>
        <Title>
          <Default>Nekustamais īpašums</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-0" schemaLocation="http://ivis.eps.gov.lv/XMLSchemas/100007/CadastreRegistry/v1-0/EstateObject.xsd" />
  <xs:complexType name="FolioStructure">
    <xs:sequence>
      <xs:element name="FolioID" type="FolioIDType" />
      <xs:element name="FolioNr" type="FolioNrType" />
    </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:sequence>
      <xs:element name="CadastreNr" type="cadastre:CadastreNrStructure" />
      <xs:element name="Folio" type="FolioStructure" />
      <xs:element name="Address" type="xs:normalizedString" />
      <xs:element name="EstateObjectList" type="cadastre:EstateObjectListStructure" minOccurs="0" />
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="RealEstateListStructure">
    <xs:sequence>
      <xs:element name="RealEstate" type="RealEstateStructure" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RealEstateList" type="RealEstateListStructure" />
</xs:schema>