Pozitivno decimalno število, na eno decimalko natančno Pozitivno decimalno število, na eno decimalko natančno (večje od 0) Pozitivno decimalno število, na dve decimalki natančno Pozitivno decimalno število Pozitivno celo število Pozitivno celo število Pozitivno celo število (lahko je null) Pozitivno celo število (lahko je null) večje od 0 7 mestno pozitivno celo število (lahko je null) 7 ali 13 mestno pozitivno celo število (lahko je null) Leto Leto rojstva Šifra katastarske občine Identifikator vplivov Identifikator tipa stavbe Identifikator materiala nosilne konstrukcije Številka stanovanja Identifikator vrste ogrevanja Identifikator načina temeljenja Identifikator lege Identifikator vrste najema Identifikator vrst talnih oblog Identifikator stenskih oblog Identifikator obdelave stropa Identifikator prostora Identifikator vrst garaz Identifikator izolacij Da / Ne Da Ne Identifikator lastništva Enolastniška Večlastniška Delež Identifikator namenske rabe Identifikator dejanske rabe Identifikator dejanske rabe Tip lastništva Oseba Status zapisa Briši Osnovni podatki o stavbi Osnovni podatki o delu stavbe Podatki o prostorih vezanih na del stavbe Podatki o garažah vezanih na del stavbe. V kolikor ni nobenega zapisa, se za atribut "zagotovljeno parkirno mesto?" avtomatično zapiše N, sicer bo D Podatki o izolaciji na delu stavbe Podatki o vseh lastnikih dela stavbe Stavba Del stavbe Sestavina Seznam sestavin
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:obv2="http://www.maop.si" targetNamespace="http://www.maop.si" elementFormDefault="qualified" version="2.7">
<xsd:simpleType name="decimalType1">
<xsd:annotation>
<xsd:documentation>
Pozitivno decimalno število, na eno decimalko natančno
</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
<xsd:fractionDigits value="1"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="decimalType1Positive">
<xsd:annotation>
<xsd:documentation>
Pozitivno decimalno število, na eno decimalko natančno (večje od 0)
</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:decimal">
<xsd:minExclusive value="0"/>
<xsd:fractionDigits value="1"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="decimalType2">
<xsd:annotation>
<xsd:documentation>
Pozitivno decimalno število, na dve decimalki natančno
</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
<xsd:fractionDigits value="2"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="decimalType">
<xsd:annotation>
<xsd:documentation>Pozitivno decimalno število</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="integerType">
<xsd:annotation>
<xsd:documentation>Pozitivno celo število</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="0"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="positiveIntegerType">
<xsd:annotation>
<xsd:documentation>Pozitivno celo število</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:integer">
<xsd:minExclusive value="0"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="integerNullType">
<xsd:annotation>
<xsd:documentation>Pozitivno celo število (lahko je null)</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="0"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="positiveIntegerNullType">
<xsd:annotation>
<xsd:documentation>Pozitivno celo število (lahko je null) večje od 0</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minExclusive value="0"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="digit7NullType">
<xsd:annotation>
<xsd:documentation>7 mestno pozitivno celo število (lahko je null)</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="7"/>
<xsd:maxLength value="7"/>
<xsd:pattern value="[0-9]+"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="digit7or13NullType">
<xsd:annotation>
<xsd:documentation>
7 ali 13 mestno pozitivno celo število (lahko je null)
</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="7"/>
<xsd:maxLength value="7"/>
<xsd:pattern value="[0-9]+"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="13"/>
<xsd:maxLength value="13"/>
<xsd:pattern value="[0-9]+"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="letoType">
<xsd:annotation>
<xsd:documentation>Leto</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:maxInclusive value="2500"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="letoRojstvaType">
<xsd:annotation>
<xsd:documentation>Leto rojstva</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minExclusive value="1800"/>
<xsd:maxInclusive value="2500"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="koSifkoType">
<xsd:annotation>
<xsd:documentation>Šifra katastarske občine</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="3000"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="idVplivType">
<xsd:annotation>
<xsd:documentation>Identifikator vplivov</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="5"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="idTipStavbeType">
<xsd:annotation>
<xsd:documentation>Identifikator tipa stavbe</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="3"/>
<xsd:maxInclusive value="4"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="idKonstrukcijeType">
<xsd:annotation>
<xsd:documentation>Identifikator materiala nosilne konstrukcije</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="8"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="stevStanType">
<xsd:annotation>
<xsd:documentation>Številka stanovanja</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:minLength value="0"/>
<xsd:maxLength value="4"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="idOgrevanjeType">
<xsd:annotation>
<xsd:documentation>Identifikator vrste ogrevanja</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="4"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="idTemeljenjeType">
<xsd:annotation>
<xsd:documentation>Identifikator načina temeljenja</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="4"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="idLegaType">
<xsd:annotation>
<xsd:documentation>Identifikator lege</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="5"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="idVrNajemaType">
<xsd:annotation>
<xsd:documentation>Identifikator vrste najema</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="5"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="idTalneOblogeType">
<xsd:annotation>
<xsd:documentation>Identifikator vrst talnih oblog</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="11"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="idStenskeOblogeType">
<xsd:annotation>
<xsd:documentation>Identifikator stenskih oblog</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="5"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="idObdelavaStropaType">
<xsd:annotation>
<xsd:documentation>Identifikator obdelave stropa</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="5"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="idProstoraType">
<xsd:annotation>
<xsd:documentation>Identifikator prostora</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="18"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="idVrstaGarazeType">
<xsd:annotation>
<xsd:documentation>Identifikator vrst garaz</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="4"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="idIzolacijeType">
<xsd:annotation>
<xsd:documentation>Identifikator izolacij</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="3"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="idDaNeType">
<xsd:annotation>
<xsd:documentation>Da / Ne</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:enumeration value="1">
<xsd:annotation>
<xsd:documentation>Da</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="0">
<xsd:annotation>
<xsd:documentation>Ne</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="lastnistvoType">
<xsd:annotation>
<xsd:documentation>Identifikator lastništva</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:enumeration value="1">
<xsd:annotation>
<xsd:documentation>Enolastniška</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="2">
<xsd:annotation>
<xsd:documentation>Večlastniška</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="delezType">
<xsd:annotation>
<xsd:documentation>Delež</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="nRabaType">
<xsd:annotation>
<xsd:documentation>Identifikator namenske rabe</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="100000"/>
<xsd:maxInclusive value="600000"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="dejanskaRabaType">
<xsd:annotation>
<xsd:documentation>Identifikator dejanske rabe</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="11"/>
<xsd:maxInclusive value="12"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="dejanskaRabaType2018">
<xsd:annotation>
<xsd:documentation>Identifikator dejanske rabe</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="0"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="0"/>
<xsd:maxExclusive value="1211102"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minExclusive value="1211102"/>
<xsd:maxExclusive value="1273001"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minExclusive value="1273001"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="tipLastType">
<xsd:annotation>
<xsd:documentation>Tip lastništva</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="O">
<xsd:annotation>
<xsd:documentation>Oseba</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="statusZapisaType">
<xsd:annotation>
<xsd:documentation>Status zapisa</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="B">
<xsd:annotation>
<xsd:documentation>Briši</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="stavbaOsnovniInfo">
<xsd:annotation>
<xsd:documentation>Osnovni podatki o stavbi</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="staSid" type="obv2:integerType" use="required"/>
<xsd:attribute name="koSifko" type="obv2:koSifkoType" use="required"/>
<xsd:attribute name="stev" type="obv2:positiveIntegerType" use="required"/>
<xsd:attribute name="stEtaz" type="obv2:positiveIntegerNullType"/>
<xsd:attribute name="stevPritEtaze" type="obv2:positiveIntegerNullType"/>
<xsd:attribute name="letoIzgSta" type="obv2:positiveIntegerNullType"/>
<xsd:attribute name="letoObnStrehe" type="obv2:letoType"/>
<xsd:attribute name="letoObnFasade" type="obv2:letoType"/>
<xsd:attribute name="idKonstrukcije" type="obv2:idKonstrukcijeType"/>
<xsd:attribute name="idOgrevanje" type="obv2:idOgrevanjeType"/>
<!--
<xsd:attribute name="idDvigalo" type="obv2:idDaNeType"/>
-->
<xsd:attribute name="idVodovod" type="obv2:idDaNeType"/>
<xsd:attribute name="idElektrika" type="obv2:idDaNeType"/>
<xsd:attribute name="idKanalizacija" type="obv2:idDaNeType"/>
<xsd:attribute name="idPlin" type="obv2:idDaNeType"/>
<xsd:attribute name="idKabelskaTv" type="obv2:idDaNeType"/>
<xsd:attribute name="idTipStavbe" type="obv2:idTipStavbeType"/>
<xsd:attribute name="idTemeljenje" type="obv2:idTemeljenjeType"/>
<xsd:attribute name="idTehPlin" type="obv2:idDaNeType"/>
<xsd:attribute name="idIndTok" type="obv2:idDaNeType"/>
<xsd:attribute name="idKompZrak" type="obv2:idDaNeType"/>
<xsd:attribute name="idCistNaprava" type="obv2:idDaNeType"/>
</xsd:complexType>
<xsd:complexType name="delStavbeOsnovniInfo">
<xsd:annotation>
<xsd:documentation>Osnovni podatki o delu stavbe</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="dstSid" type="obv2:integerType" use="required"/>
<xsd:attribute name="staSid" type="obv2:integerType" use="required"/>
<xsd:attribute name="stevDst" type="obv2:positiveIntegerType" use="required"/>
<xsd:attribute name="stevStan" type="obv2:stevStanType"/>
<xsd:attribute name="dejanskaRaba" type="obv2:dejanskaRabaType2018"/>
<xsd:attribute name="msUpravnika" type="obv2:digit7NullType"/>
<xsd:attribute name="stEtaze" type="obv2:positiveIntegerNullType"/>
<xsd:attribute name="idDuplex" type="obv2:idDaNeType"/>
<xsd:attribute name="idLega" type="obv2:idLegaType"/>
<xsd:attribute name="stNadstropja" type="obv2:positiveIntegerNullType"/>
<xsd:attribute name="idKuhinja" type="obv2:idDaNeType"/>
<xsd:attribute name="idKopalnica" type="obv2:idDaNeType"/>
<xsd:attribute name="idStranisce" type="obv2:idDaNeType"/>
<xsd:attribute name="stSob" type="obv2:integerNullType"/>
<xsd:attribute name="letoObnOken" type="obv2:letoType"/>
<xsd:attribute name="letoObnInst" type="obv2:letoType"/>
<xsd:attribute name="netoTloriPovDst" type="obv2:decimalType1Positive"/>
<!--
<xsd:attribute name="upoPovStan" type="obv2:decimalType1"/>
-->
<xsd:attribute name="idDvigalo" type="obv2:idDaNeType"/>
<xsd:attribute name="idPocitRaba" type="obv2:idDaNeType"/>
<xsd:attribute name="idTalneObloge" type="obv2:idTalneOblogeType"/>
<xsd:attribute name="idStenskeObloge" type="obv2:idStenskeOblogeType"/>
<xsd:attribute name="idObdelavaStropa" type="obv2:idObdelavaStropaType"/>
<xsd:attribute name="idIzlozbenoOkno" type="obv2:idDaNeType"/>
<xsd:attribute name="idVhodUlica" type="obv2:idDaNeType"/>
<xsd:attribute name="idKlima" type="obv2:idDaNeType"/>
<xsd:attribute name="svetlaVisinaEtaze" type="obv2:decimalType1Positive"/>
<xsd:attribute name="razdaljaMedElti" type="obv2:decimalType1Positive"/>
<xsd:attribute name="prostornina" type="obv2:decimalType1Positive"/>
<xsd:attribute name="idPrijavaDejav" type="obv2:idDaNeType"/>
<xsd:attribute name="stSobDejavnost" type="obv2:positiveIntegerNullType"/>
<xsd:attribute name="povrSobDejavnost" type="obv2:decimalType1Positive"/>
</xsd:complexType>
<xsd:complexType name="delStavbeProstoriInfo">
<xsd:annotation>
<xsd:documentation>Podatki o prostorih vezanih na del stavbe</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="dstSid" type="obv2:integerType" use="required"/>
<xsd:attribute name="idProstora" type="obv2:idProstoraType" use="required"/>
<xsd:attribute name="povrsina" type="obv2:decimalType1"/>
<xsd:attribute name="statusZapisa" type="obv2:statusZapisaType"/>
</xsd:complexType>
<xsd:complexType name="delStavbeGarazeInfo">
<xsd:annotation>
<xsd:documentation>
Podatki o garažah vezanih na del stavbe. V kolikor ni nobenega zapisa, se za atribut "zagotovljeno parkirno mesto?" avtomatično zapiše N, sicer bo D
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="dstSid" type="obv2:integerType" use="required"/>
<xsd:attribute name="idVrstaGaraze" type="obv2:idVrstaGarazeType" use="required"/>
<xsd:attribute name="stParMest" type="obv2:positiveIntegerNullType"/>
<xsd:attribute name="statusZapisa" type="obv2:statusZapisaType"/>
</xsd:complexType>
<xsd:complexType name="delStavbeIzolacijaInfo">
<xsd:annotation>
<xsd:documentation>Podatki o izolaciji na delu stavbe</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="dstSid" type="obv2:integerType" use="required"/>
<xsd:attribute name="idIzolacije" type="obv2:idIzolacijeType" use="required"/>
<xsd:attribute name="statusZapisa" type="obv2:statusZapisaType"/>
</xsd:complexType>
<xsd:complexType name="delStavbeLastInfo">
<xsd:annotation>
<xsd:documentation>Podatki o vseh lastnikih dela stavbe</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="dstSid" type="obv2:integerType" use="required"/>
<xsd:attribute name="emsoMs" type="obv2:digit7or13NullType"/>
<xsd:attribute name="delezStev" type="obv2:integerNullType"/>
<xsd:attribute name="delezImen" type="obv2:positiveIntegerNullType"/>
<xsd:attribute name="tipLast" type="obv2:tipLastType"/>
<xsd:attribute name="ime" type="xsd:string"/>
<xsd:attribute name="naslov" type="xsd:string"/>
<xsd:attribute name="letoRojstva" type="obv2:letoRojstvaType"/>
<xsd:attribute name="statusZapisa" type="obv2:statusZapisaType"/>
</xsd:complexType>
<xsd:complexType name="stavba">
<xsd:annotation>
<xsd:documentation>Stavba</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="stavbaOsnovni" type="obv2:stavbaOsnovniInfo"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="delStavbe">
<xsd:annotation>
<xsd:documentation>Del stavbe</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="delStavbeOsnovni" type="obv2:delStavbeOsnovniInfo"/>
<xsd:element name="delStavbeProstori" type="obv2:delStavbeProstoriInfo" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="delStavbeGaraze" type="obv2:delStavbeGarazeInfo" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="delStavbeIzolacija" type="obv2:delStavbeIzolacijaInfo" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="delStavbeLast" type="obv2:delStavbeLastInfo" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="sestavina">
<xsd:annotation>
<xsd:documentation>Sestavina</xsd:documentation>
</xsd:annotation>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="delStavbe" type="obv2:delStavbe" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="stavba" type="obv2:stavba" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:complexType>
<xsd:element name="seznamSestavin">
<xsd:annotation>
<xsd:documentation>Seznam sestavin</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sestavina" type="obv2:sestavina" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>