﻿<?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>
      <ivis:Metadata xmlns:pers="http://ivis.eps.gov.lv/XMLSchemas/100001/Person/v1-0" xmlns:ivis="http://ivis.eps.gov.lv/XMLSchemas/100001/IVIS/v1-0">
        <ivis:Audience>visiem</ivis:Audience>
        <ivis:Contributor Href="http://www.eps.gov.lv" CodeListID="Authority" CodeListAgencyID="100001" CodeListAgencyName="ĪUMEPLS" CodeListLanguageID="lv" CodeListCodeValue="100001">Īpašu uzdevumu ministra e-pārvaldes lietās sekretariāts</ivis:Contributor>
        <ivis:Contributor Href="http://www.abcsoftware.lv" CodeListID="Authority" CodeListAgencyID="100001" CodeListAgencyName="ĪUMEPLS" CodeListLanguageID="lv" CodeListCodeValue="100000">SIA "ABC Software"</ivis:Contributor>
        <ivis: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</ivis:Creator>
        <ivis:Date>
          <ivis:Created>2007-02-23</ivis:Created>
          <ivis:Modified>2007-02-23</ivis:Modified>
        </ivis:Date>
        <ivis:Description>
          <ivis:Default>Nekustama īpašuma registrs</ivis:Default>
        </ivis:Description>
        <ivis:Format>
          <ivis:Default>text/xml</ivis:Default>
        </ivis:Format>
        <ivis:Identifier Scheme="URN">URN:IVIS:100001:XSD-LandRegister-LandRegister-v1-0</ivis:Identifier>
        <ivis:Language>LV</ivis:Language>
        <ivis: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</ivis:Publisher>
        <ivis:Relation>
          <ivis:ConformsTo>XML shemu izstrades vadlinijas</ivis:ConformsTo>
        </ivis:Relation>
        <ivis:Status>
          <ivis:Default>EDITED</ivis:Default>
          <ivis:Version>v1.0</ivis:Version>
        </ivis:Status>
        <ivis:Subject>
          <ivis:Keyword>nekustamais īpašums</ivis:Keyword>
          <ivis:Keyword>kadastra numurs</ivis:Keyword>
          <ivis:Keyword>adrese</ivis:Keyword>
          <ivis:Project>Nekustamais īpašums</ivis:Project>
        </ivis:Subject>
        <ivis:Title>
          <ivis:Default>Nekustamais īpašums</ivis:Default>
        </ivis:Title>
      </ivis: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: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: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" 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>