<?xml version="1.0"?>
<xs:schema xmlns="http://www.registrucentras.lt/namespaces/jar" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.registrucentras.lt/namespaces/jar" elementFormDefault="qualified" vc:minVersion="1.1">
	<!-- Išplėstinis be istorijos išrašas v.2023-12-05 -->
	<xs:element name="DOKUMENTAI">
		<xs:annotation>
			<xs:documentation> Juridiniai dokumentai. Atribut&#x173; reik&#x161;m&#x117;s: 
			DOK_ID - Dokumento identifikatorius (dirbtinis). 
			DOK_NR - Dokumento numeris. 
			DOK_DATA - Dokumento data. 
			DOK_PATEIKIMO_DATA - Dokumento pateikimo registrui data. 
			DOK_REG_DATA - Dokumento registravimo data. DOK_NOTARO_REG_NR - Notarinio registro Nr. 
			DOK_TEISES_AKTAS - Teis&#x117;s akto, pagal kur&#x12F; veikia JA, pavadinimas, pri&#x117;mimo data, Valstyb&#x117;s &#x17E;ini&#x173; Nr., paskelbimo Valstyb&#x117;s &#x17E;iniose data. 
			DOK_PASTABOS - Pastabos. 
			DOK_ANUL - Anuliavimo po&#x17E;ymis: 1 - neanuliuota, 0 - anuliuota. 
			DOKP_POTIPIS - Dokumento potipis. 
			DOKT_TIPAS - Dokumento tipas. 
			FIZ_ID - Asmuo, pateikes dokument&#x105;. 
			DOKI_KODAS - Dirbtinis identifikatorius. 
			KVO - kolegialus vadymo organas
			
		</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="DOK_ID" type="xs:int" use="required"/>
			<xs:attribute name="DOK_NR">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="40"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="DOK_DATA" type="xs:string" use="required"/>
			<xs:attribute name="DOK_PATEIKIMO_DATA" type="xs:string"/>
			<xs:attribute name="DOK_REG_DATA" type="xs:string" use="required"/>
			<xs:attribute name="DOK_NOTARO_REG_NR">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="20"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="DOK_TEISES_AKTAS">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="2000"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="DOK_PASTABOS">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="DOK_ANUL">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="DOKP_POTIPIS" type="xs:int"/>
			<xs:attribute name="DOKT_TIPAS" type="xs:int"/>
			<xs:attribute name="FIZ_ID">
				<xs:simpleType>
					<xs:restriction base="xs:int"/>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="DOKI_KODAS" type="xs:int"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="FAKTAI">
		<xs:annotation>
			<xs:documentation> Juridiniai faktai. Atribut&#x173; reik&#x161;m&#x117;s: 
			FAK_PRADZIOS_DATA - Fakto &#x12E;registravimo data. 
			FAK_PABAIGOS_DATA - Fakto i&#x161;registravimo data. 
			FAK_TERMINAS_NUO - Fakto galiojimo data nuo. 
			FAK_TERMINO_IKI - Fakto galiojimo data iki. 
			FAK_APRASYMAS - Apra&#x161;ymas. 
			FAK_PASTABOS - Pastabos. 
			FAK_ANUL - Anuliavimo po&#x17E;ymis: 1 - neanuliuota, 0 - anuliuota 
			FAKP_POTIPIS - fakto potipiai i&#x161; klasifikatoriaus FAKTU_POTIPIAI. 
			FAKT_TIPAS - fakto tipas i&#x161; klasifikatoriaus FAKTU_TIPAI.
			KAT_FAKTAI - kiekybiniame atstovavime dalyvaujan&#x10D;i&#x173; fakt&#x173; s&#x105;ra&#x161;as.
			FAK_ID_PRIKLAUSO - ID Priklausantis nurodytam faktui.
			PROKUROS_NR	- Su dokumentu susijusios prok&#x16B;ros numeris (identifikavimo kodas).	
			FAK_KVO - Po&#x17E;ymis, kad faktas juridiniame asmenyje yra valdymo organu.
			KAT_ID - Nurodoma tiems fakt&#x173; potipiams, kuriems taikomos kiekybinio atstovavimo taisykl&#x117;s.	
			FAK_PROKURA - po&#x17E;ymis, kad to fakto naudotojas gali registruoti prok&#x16B;r&#x105;.
			FAK_IGAL - po&#x17E;ymis, kad to fakto nauotojas gali suteikti &#x12F;galiojim&#x105;.
			 
		</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="FAKTU_NAUDOTOJAI" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="KAT_FAKTAI" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="FAKTU_DOKUMENTAI" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attribute name="FAK_PRADZIOS_DATA" type="xs:string" use="required"/>
			<xs:attribute name="FAK_PABAIGOS_DATA" type="xs:string"/>
			<xs:attribute name="FAK_TERMINAS_NUO" type="xs:string"/>
			<xs:attribute name="FAK_TERMINO_IKI" type="xs:string"/>
			<xs:attribute name="FAK_APRASYMAS">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="2000"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FAK_PASTABOS">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="255"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FAK_ANUL">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FAKP_POTIPIS" type="xs:int" use="required"/>
			<xs:attribute name="FAKT_TIPAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="3"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FAK_ID_PRIKLAUSO" type="xs:int"/>
			<xs:attribute name="PROKUROS_NR">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="22"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FAK_KVO">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="KAT_ID">
			
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="3"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FAK_PROKURA" type="xs:string"/>
			<xs:attribute name="FAK_IGAL" type="xs:string"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="FAKTU_DOKUMENTAI">
		<xs:annotation>
			<xs:documentation> Faktas be dokumento negali b&#x16B;ti &#x12F;registruotas. Kiekvienam faktui priskiriamas dokumentas. Tas pats dokumentas gali b&#x16B;ti priskirtas prie keliu faktu. Prie vieno fakto gali b&#x16B;ti prikabinti keli dokumentai. Atribut&#x173; reik&#x161;m&#x117;s: 
			DOK_ID - Dokumento identifikatorius (dirbtinis). 
			FDO_POZ - Po&#x17E;ymis (2-kei&#x10D;ia fakt&#x105; ar jo naudotojus, 1-&#x12E;registruoja fakt&#x105;, 0-i&#x161;registruoja fakt&#x105;) 
			FAKT_TIPAS - Fakto tipo numeris
			FAKP_POTIPIS - Fakto potipio numeris			
			</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="DOK_ID" type="xs:int" use="required"/>
			<xs:attribute name="FDO_POZ">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:element name="KAT_FAKTAI">
		<xs:complexType>
			<xs:attribute name="FAKT_TIPAS" type="xs:int" use="required"/>
			<xs:attribute name="FAKP_POTIPIS" type="xs:int" use="required"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="FAKTU_NAUDOTOJAI">
		<xs:annotation>
			<xs:documentation> Asmenys veikiantys fakte. Ry&#x161;ys su dokumentu lentele nurodo, kokiu dokumentu asmuo &#x12F;registruotas ar i&#x161;registruotas. Jei faktas neturi veikian&#x10D;i&#x173; asmen&#x173;, &#x12F;ra&#x161;as lentel&#x117;je nekuriamas. 
			OBA_ID - Dirbtinis identifikatorius FNA_KAPITALAS - Steig&#x117;jo &#x12E;d&#x117;tas kapitalas. 
			FNA_JUNGT_NUOSAVYBE - Po&#x17E;ymis ar &#x16B;kini&#x173; bendrij&#x173; nari&#x173; &#x12F;na&#x161;ai bei PI savininko turtas priklauso jungtines nuosavybes teise. -1(minus 1) - nenurodytas, 0 - nepriklauso, 1 - priklauso. 
			FNA_APRASYMAS - Apra&#x161;ymas. 
			FNA_DATA_NUO - Asmens &#x12E;registravimo fakte data. 
			FNA_DATA_IKI - &#x12E;ra&#x161;o galiojimo pabaigos data: asmens i&#x161;registravimo fakte data. Asmuo i&#x161;registruojamas kitu dokumentu, tai, &#x12F;registravus kit&#x105; dokument&#x105; ir asmens i&#x161;registravim&#x105;, ir suk&#x16B;rus nauj&#x105; &#x12E;ra&#x161;&#x105; &#x161;ioje lentel&#x117;je, SYSDATE &#x12F;ra&#x161;oma ir ankstesnio galiojusio &#x12E;ra&#x161;o lauke 
			FNA_DATA_IKI. 
			PAR_KODAS NUMBER(2) - Naudotojo tipas 
			VALI_TRIRAIDIS_KODAS - Triraidis valiutos kodas.Valiuta, kuria &#x12F;d&#x117;tas kapitalas. 
			FNA_PRADZIOS_DATA - Paskyrimo(i&#x161;rinkimo) data. 
			FNA_PABAIGOS_DATA - Pabaigos data. 
			FNA_KVO_NARYS - Ar fakt&#x173; naudotojas yra kvo narys.	
			FNA_PROKURA - po&#x17E;ymis, kad tas fakto naudotojas gali registruoti prok&#x16B;r&#x105;.
			FNA_IGAL - po&#x17E;ymis, kad tas fakto nauotojas gali suteikti &#x12F;galiojim&#x105;.
			
			</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="NAUDOTOJU_DOKUMENTAI" minOccurs="0" maxOccurs="unbounded">
					<xs:complexType>
						<xs:attribute name="DOK_ID" type="xs:int"/>
						<xs:attribute name="NDO_POZ" type="xs:int"/>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="OBA_ID" type="xs:int" use="required"/>
			<xs:attribute name="FNA_KAPITALAS">
				<xs:simpleType>
					<xs:restriction base="xs:long">
						<xs:totalDigits value="11"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FNA_JUNGT_NUOSAVYBE">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FNA_APRASYMAS">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FNA_DATA_NUO" type="xs:string"/>
			<xs:attribute name="FNA_DATA_IKI" type="xs:string"/>
			<xs:attribute name="PAR_KODAS" type="xs:int"/>
			<xs:attribute name="VALI_TRIRAIDIS_KODAS">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="3"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FNA_PRADZIOS_DATA" type="xs:string"/>
			<xs:attribute name="FNA_PABAIGOS_DATA" type="xs:string"/>
			<xs:attribute name="FNA_KVO_NARYS">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FNA_PROKURA" type="xs:string"/>
			<xs:attribute name="FNA_IGAL" type="xs:string"/>			
		</xs:complexType>
	</xs:element>
	<xs:element name="FINANSINE_ATSKAITOMYBE">
		<xs:annotation>
			<xs:documentation> Juridinio asmens finansines atskaitomybes pateikimo informacija. Atribut&#x173; reik&#x161;m&#x117;s: FIN_LAIKOTARPIS_NUO - Laikotarpio data nuo. FIN_LAIKOTARPIS_IKI - Laikotarpio data iki. FIN_PATEIK_DATA - Finansin&#x117;s atskaitomyb&#x117;s pateikimo data. </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="FIN_LAIKOTARPIS_NUO" type="xs:string"/>
			<xs:attribute name="FIN_LAIKOTARPIS_IKI" type="xs:string"/>
			<xs:attribute name="FIN_PATEIK_DATA" type="xs:string"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="FIZINIAI_ASMENYS">
		<xs:annotation>
			<xs:documentation> Fiziniai asmenys. Atribut&#x173; reik&#x161;m&#x117;s: 
				FIZ_ID - Fizinio asmens dirbtinis identifikatorius. 
				FIZ_KODAS - Fizinio asmens kodas. 
				FIZ_GIMIMO_DATA - Gimimo data. 
				FIZ_GIMIMO_DATOS_POZ - Gimimo datos netikslumo po&#x17E;ymis (1-metai, 2--m&#x117;nuo, 3-diena). 
				FIZ_MIRTIES_DATA - Asmens mirties data. 
				FIZ_UZSIENIO_KODAS - U&#x17E;sienie&#x10D;io asmens kodas. 
				FIZ_GYVENTOJU_ID - Nuoroda &#x12F; i&#x161;orin&#x12F; identifikatori&#x173; (gyventoj&#x173; registro replika). 
				FIZ_PASTABOS - Pastabos. 
				FIZ_ANUL - Anuliavimo po&#x17E;ymis: 1 - neanuliuota, 0 - anuliuota. 
				FIZ_SAL_KODAS - Skaitmeninis &#x161;alies kodas FAV_PAVARDE - Pavard&#x117;. 
				FAV_VARDAS - Vardas. 
				
			</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="FIZINIU_ADRESAI" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation> Fiziniai asmen&#x173; adresai. Atribut&#x173; reik&#x161;m&#x117;s:
					ASM_ADRESAS - Asmens tekstinis adresas. 
					SAL_KODAS - Adreso &#x161;alies kodas.                                        	
					ARO_KODAS - Juridinio asmens aktualaus adreso kodas. 
					ADR_BUS - Adreso b&#x16B;sena. Reik&#x161;m&#x117;s: 1 - adresas u&#x17E;registruotas adres&#x173; registre, 0 - Adreso Adres&#x173; registre n&#x117;ra arba jis negaliojantis. 
					</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:attribute name="ASM_ADRESAS">
							<xs:simpleType>
								<xs:restriction base="xs:string"/>
							</xs:simpleType>
						</xs:attribute>
						<xs:attribute name="SAL_KODAS" type="xs:int"/>
						<xs:attribute name="ARO_KODAS" type="xs:int"/>
						<xs:attribute name="ADR_BUS"/>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="FIZ_ID" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:int"/>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FIZ_KODAS">
				<xs:simpleType>
					<xs:restriction base="xs:long">
						<xs:totalDigits value="11"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FIZ_GIMIMO_DATA" type="xs:string"/>
			<xs:attribute name="FIZ_GIMIMO_DATOS_POZ">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FIZ_MIRTIES_DATA" type="xs:string"/>
			<xs:attribute name="FIZ_UZSIENIO_KODAS">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="30"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FIZ_GYVENTOJU_ID" type="xs:int"/>
			<xs:attribute name="FIZ_PASTABOS">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FIZ_ANUL" type="xs:int"/>
			<xs:attribute name="FIZ_SAL_KODAS" type="xs:int"/>
			<xs:attribute name="FAV_PAVARDE" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="50"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FAV_VARDAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="50"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FIZ_ILTU_KODAS">
				<xs:simpleType>
					<xs:restriction base="xs:long">
						<xs:totalDigits value="11"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:element name="FIZINIAI_ASMENYS_NEID">
		<xs:annotation>
			<xs:documentation> Neidentifikuoti fiziniai asmenys. Atribut&#x173; reik&#x161;m&#x117;s: 	
				NEID_FIZ_ID - Neidentifikuoto fizinio asmens dirbtinis identifikatorius. 
				FIZ_SAL_KODAS - &#x160;alies kodas. 
				FIZ_PASTABOS - Pastabos. 
				FIZ_GIMIMO_DATA - Gimimo data. 
				FAV_VARDAS - Vardas. 
				FAV_PAVARDE - Pavard&#x117;. 
				ASM_ADRESAS - Adresas. 
				ARO_KODAS - Juridinio asmens aktualaus adreso kodas. 
				ADR_BUS - Adreso b&#x16B;sena. Reik&#x161;m&#x117;s: 1 - adresas u&#x17E;registruotas adres&#x173; registre, 0 - Adreso Adres&#x173; registre n&#x117;ra arba jis negaliojantis. 			
			</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="NEID_FIZ_ID" type="xs:int" use="required"/>
			<xs:attribute name="FIZ_SAL_KODAS" type="xs:short"/>
			<xs:attribute name="FIZ_PASTABOS">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FIZ_GIMIMO_DATA" type="xs:date"/>
			<xs:attribute name="FAV_VARDAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="50"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FAV_PAVARDE" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="50"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="ASM_ADRESAS">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="ARO_KODAS" type="xs:int"/>
			<xs:attribute name="ADR_BUS"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="UZSIENIO_STEIGEJAI">
		<xs:annotation>
			<xs:documentation> U&#x17E;sienio steig&#x117;jai. Atribut&#x173; reik&#x161;m&#x117;s: STE_KODAS - &#x12E;registravimo u&#x17E;sienio valstyb&#x117;s Registre numeris (kodas). STE_PAVAD - U&#x17E;sienio steig&#x117;jo pavadinimas. STE_TEISINIS_STATUSAS - Steig&#x117;jo teisinis statusas. STE_VEIKLA - Steig&#x117;jo veikla. STE_TEISINE_FORMA - Steig&#x117;jo teisin&#x117; forma. STE_ADRESAS - Steig&#x117;jo buvein&#x117;s adresas. STE_REG_DATA - &#x12E;registravimo u&#x17E;sienio registre data. STE_REGISTRAS - U&#x17E;sienio valstyb&#x117;s registras, &#x12F;registrav&#x119;s steig&#x117;j&#x105;. STE_PASTABA - Pastaba. STE_KAPITALAS - Steig&#x117;jo &#x12E;statinis (pasira&#x161;ytas) kapitalas. STE_FMETAI_NUO - Steig&#x117;jo finansiniai metai: nuo. VALI_TRIRAIDIS_KODAS - Triraidis valiutos kodas. SAL_KODAS - Skaitmeninis steig&#x117;jo &#x161;alies kodas i&#x161; klasifikatoriaus SALYS. </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence minOccurs="0">
				<xs:element ref="UZSIENIO_PAVADINIMAI" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="UZSIENIO_ADRESAI" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="UZSIENIO_STATUSAI" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attribute name="STE_ID" type="xs:int" use="required"/>
			<xs:attribute name="STE_KODAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="30"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="STE_PAVAD" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="200"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="STE_TEISINIS_STATUSAS">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="100"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="STE_STATUSO_DATA" type="xs:date"/>
			<xs:attribute name="STE_VEIKLA">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="STE_TEISINE_FORMA" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="100"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="STE_ADRESAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="STE_REG_DATA" type="xs:date"/>
			<xs:attribute name="STE_REGISTRAS">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="200"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="STE_PASTABA">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="2000"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="STE_KAPITALAS" type="xs:decimal"/>
			<xs:attribute name="STE_FMETAI_NUO">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="50"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="VALI_TRIRAIDIS_KODAS">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="3"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="SAL_KODAS" type="xs:short" use="required"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="UZSIENIO_STATUSAI">
		<xs:annotation>
			<xs:documentation> U&#x17E;sienio steig&#x117;jo status&#x173; istorija. Atribut&#x173; reik&#x161;m&#x117;s: UST_STATUSAS - U&#x17E;sienio JA teisinis statusas. UST_STATUSO_DATA - Teisinio statuso &#x12F;gijimo data. UST_DATA_NUO - Galioja nuo. UST_DATA_IKI - Galioja iki. </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="UST_STATUSAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="100"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="UST_STATUSO_DATA" type="xs:date"/>
			<xs:attribute name="UST_DATA_NUO" type="xs:date" use="required"/>
			<xs:attribute name="UST_DATA_IKI" type="xs:date"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="UZSIENIO_PAVADINIMAI">
		<xs:annotation>
			<xs:documentation> U&#x17E;sienio steig&#x117;jo pavadinim&#x173; istorija. Atribut&#x173; reik&#x161;m&#x117;s: UPA_PAVAD - U&#x17E;sienio JA pavadinimas. UPA_DATA_NUO - Galioja nuo. UPA_DATA_IKI - Galioja iki. </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="UPA_PAVAD" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="200"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="UPA_DATA_NUO" type="xs:date" use="required"/>
			<xs:attribute name="UPA_DATA_IKI" type="xs:date"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="UZSIENIO_ADRESAI">
		<xs:annotation>
			<xs:documentation> U&#x17E;sienio steig&#x117;jo adres&#x173; istorija. Atribut&#x173; reik&#x161;m&#x117;s: UAD_ADRESAS - U&#x17E;sienio JA buvein&#x117;s adresas. UAD_DATA_NUO - Galioja nuo. UAD_DATA_IKI - Galioja iki. </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="UAD_ADRESAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="UAD_DATA_NUO" type="xs:date" use="required"/>
			<xs:attribute name="UAD_DATA_IKI" type="xs:date"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="ISRASAI">
		<xs:annotation>
			<xs:documentation> I&#x161;duoti i&#x161;ra&#x161;ai - registravimo pa&#x17E;ym&#x117;jimai. Atribut&#x173; reik&#x161;m&#x117;s: ISR_DATA_PARUOSE - I&#x161;ra&#x161;o data. ISR_DATA_PATVIRTINO - I&#x161;ra&#x161;o patvirtinimo data. ITIP_TIPAS - I&#x161;ra&#x161;o tipas i&#x161; klasifikatoriaus ISRASAI. ITIP_PAV_I - I&#x161;ra&#x161;o tipo pavadinimas. </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="ISR_DATA_PARUOSE" type="xs:string"/>
			<xs:attribute name="ISR_DATA_PATVIRTINO" type="xs:string"/>
			<xs:attribute name="ITIP_TIPAS" type="xs:int" use="required"/>
			<xs:attribute name="ITIP_PAV_I" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="100"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:element name="JA_ADRESAI">
		<xs:annotation>
			<xs:documentation> &#x12E;mon&#x117;s adresai. Atribut&#x173; reik&#x161;m&#x117;s: 
				JAD_DATA_NUO - Juridinio asmens buvein&#x117;s adreso galiojimo prad&#x17E;ios data. 
				JAD_TEKSTAS - Tekstinis adresas. 
				JAD_DATA_IKI - Juridinio asmens buvein&#x117;s adreso galiojimo pabaigos data 
				JAD_NTR_SUTAMPA - Po&#x17E;ymis ar adreso buto laukas buvo papildytas 
				JAR: 0 - nepapildytas, 1 - papildytas (naudojamas, kai JAD_TIPAS=1, t.y. kai nurodytas NTR kodas; kai JAD_TIPAS=0, &#x12E;ra&#x161;oma reik&#x161;m&#x117; 0). 
				ARO_KODAS - Juridinio asmens aktualaus adreso kodas. 
				ADR_BUS - Adreso b&#x16B;sena. Reik&#x161;m&#x117;s: 1 - adresas u&#x17E;registruotas adres&#x173; registre, 0 - Adreso Adres&#x173; registre n&#x117;ra arba jis negaliojantis. 			
			</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="JAD_DATA_NUO" type="xs:string" use="required"/>
			<xs:attribute name="JAD_TEKSTAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="JAD_DATA_IKI" type="xs:string"/>
			<xs:attribute name="JAD_NTR_SUTAMPA">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="ARO_KODAS" type="xs:int"/>
			<xs:attribute name="ADR_BUS" use="required"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="JA_FORMOS">
		<xs:annotation>
			<xs:documentation> Juridinio asmens teisin&#x117;s formos. JAF_DATA_NUO - Data, nuo kurios galiojo teisin&#x117; forma JAF_DATA_IKI - Data, iki kurios galiojo teisin&#x117; forma JAF_ANUL - Anuliavimo po&#x17E;ymis: 1 - neanuliuota, 0 - anuliuota FORM_KODAS - Teisin&#x117;s formos kodas </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="JAF_DATA_NUO" type="xs:string" use="required"/>
			<xs:attribute name="JAF_DATA_IKI" type="xs:string"/>
			<xs:attribute name="JAF_ANUL">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FORM_KODAS" type="xs:int" use="required"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="JA_PAVADINIMAI">
		<xs:annotation>
			<xs:documentation> Juridinio asmens pavadinimai. Atribut&#x173; reik&#x161;m&#x117;s: PAV_DATA_NUO - Pavadinimas galioja nuo. PAV_PAV - Juridinio asmens pavadinimas. PAV_REG_NR - Pavadinimo registravimo numeris. PAV_REG_DATA - Pavadinimo registravimo data registravusioje &#x12E;staigoje - iki 2004.01.01. Po 2004.01.01 - Pra&#x161;ymo registravimo data. PAV_TERMINAS - Laikino pavadinimo rezervavimo pabaigos data. PAV_DATA_IKI - Pavadinimas galioja iki. PAV_ANUL - Anuliavimo po&#x17E;ymis: 1 - neanuliuota, 0 - anuliuota PTIP_KODAS - Pavadinimo tipas: normalus, laikinas (rezervuotas), trumpasis, angl&#x173; kalba. </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="PAV_DATA_NUO" type="xs:string" use="required"/>
			<xs:attribute name="PAV_PAV" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="PAV_REG_NR">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="15"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="PAV_REG_DATA" type="xs:string"/>
			<xs:attribute name="PAV_TERMINAS" type="xs:string"/>
			<xs:attribute name="PAV_DATA_IKI" type="xs:string"/>
			<xs:attribute name="PAV_ANUL">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="PTIP_KODAS" type="xs:int"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="JA_STATUSAI">
		<xs:annotation>
			<xs:documentation> Teisiniai statusai. Atribut&#x173; reik&#x161;m&#x117;s: JST_DATA_NUO - Statuso galiojimo data NUO. JST_IGIJIMO_DATA - Statuso &#x12E;gijimo data. JST_DATA_IKI - Statuso galiojimo data IKI. JST_NETEKIMO_DATA - Statuso netekimo data. JST_ANUL - Anuliavimo po&#x17E;ymis: 1 - neanuliuota, 0 - anuliuota STAT_STATUSAS - Teisinio statuso kodas i&#x161; klasifikatoriaus STATUSAI. ISPR_KODAS - I&#x161;registravimo prie&#x17E;asties kodas i&#x161; klasifikatoriaus I&#x160;REG_PRIEZASTYS. </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="JST_DATA_NUO" type="xs:string" use="required"/>
			<xs:attribute name="JST_IGIJIMO_DATA" type="xs:string"/>
			<xs:attribute name="JST_DATA_IKI" type="xs:string"/>
			<xs:attribute name="JST_NETEKIMO_DATA" type="xs:string"/>
			<xs:attribute name="JST_ANUL" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="STAT_STATUSAS" type="xs:int" use="required"/>
			<xs:attribute name="ISPR_KODAS" type="xs:int"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="JA_STEIGEJAI">
		<xs:complexType>
			<xs:attribute name="JAST_GALIOJA_IKI" type="xs:string"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="JA_VEIKLOS">
		<xs:annotation>
			<xs:documentation> Juridinio asmens veiklos r&#x16B;&#x161;ys. Atribut&#x173; reik&#x161;m&#x117;s: VEI_DATA_NUO - Veiklos galiojimo data NUO. VEI_DATA_IKI - Veiklos galiojimo data IKI. VEIK_KODAS - Veiklos kodas i&#x161; klasifikatoriaus VEIKLOS. VEIK_VERSIJA - Veiklos versija i&#x161; klasifikatoriaus VEIKLOS. </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="VEI_DATA_NUO" type="xs:string" use="required"/>
			<xs:attribute name="VEI_DATA_IKI" type="xs:string"/>
			<xs:attribute name="VEIK_KODAS" type="xs:int"/>
			<xs:attribute name="VEIK_VERSIJA" type="xs:short"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="JAR">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="OBJEKTAI"/>
				<xs:element ref="DOKUMENTAI" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="FIZINIAI_ASMENYS" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="FIZINIAI_ASMENYS_NEID" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="UZSIENIO_STEIGEJAI" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="BUSIMAS_JA" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="NTR_OBJEKTAI">
		<xs:annotation>
			<xs:documentation> Nekilnojamojo turto registro objekt&#x173;, kuriuose yra JA buvein&#x117;, kodai. Atribut&#x173; reik&#x161;m&#x117;s: NTR_DATA_NUO - Kodo galiojimo data NUO. NTR_KODAS - Buvein&#x117;s kodas nekilnojamojo turto registre. NTR_DATA_IKI - Kodo galiojimo data IKI. </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="NTR_DATA_NUO" type="xs:string" use="required"/>
			<xs:attribute name="NTR_KODAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:long">
						<xs:totalDigits value="16"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="NTR_DATA_IKI" type="xs:string"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="OBJEKTAI">
		<xs:annotation>
			<xs:documentation> Pagrindiniai juridinio asmens duomenys. Atribut&#x173; reik&#x161;m&#x117;s: OBJ_ID - Juridinio asmens identifikatorius (dirbtinis). OBJ_KODAS - 9 skaitmen&#x173; juridinio asmens kodas. OBJ_REJESTRO_KODAS - 7 skaitmen&#x173; juridinio asmens kodas. JA_E_PRIST_DEZUTES_ADR - 9 skaitmen&#x173; elektroninio pristatymo d&#x117;&#x17E;ut&#x117;s adresas. OBJ_PAV - Juridinio asmens pavadinimas. FORM_KODAS - Teisin&#x117;s formos kodas i&#x161; klasifikatoriaus FORMOS. OBJ_EILNR - Juridinio asmens (filialo ar atstovyb&#x117;s) eil&#x117;s numeris registre. OBJ_NTR_KODAS - NTR objekto kodas, kuriame &#x12F;registruota juridinio asmens buvein&#x117;. OBJ_REG_DATA - Juridinio asmens &#x12E;registravimo registre data OBJ_STEIGIMO_DATA - Steigimo data OBJ_ISREG_DATA - Juridinio asmens i&#x161;registravimo data OBJ_PASTABOS - pastabos OBJ_KOMENTARAS - komentaras OBJ_ANUL - Anuliavimo po&#x17E;ymis: 1 - ne anuliuotas, 0 - anuliuotas OBJ_ID_PRIKLAUSO - Nuoroda &#x12F; kit&#x105; juridin&#x12F; asmen&#x12F;: filialo ar atstovyb&#x117;s auk&#x161;tesn&#x119; institucij&#x105; OBJ_TIKSLAI - Juridinio asmens veiklos tikslai PAGR_OBJ_KODAS - Pagrindinio juridinio asmens 9 skaitmen&#x173; kodas (tik filialui, atstovybei) PAGR_OBJ_REJESTRO_KODAS - Pagrindinio juridinio asmens 7 skaitmen&#x173; kodas (tik filialui, atstovybei) PAGR_OBJ_PAV - Pagrindinio juridinio asmens pavadinimas (filialui, atstovybei) DBUK_KODAS - Juridinio asmens duomen&#x173; b&#x16B;kl&#x117; i&#x161; klasifikatoriaus DUOMENU_BUKLES OBJ_PAGRINDINIS - Juridinio asmens po&#x17E;ymis: 0 - pagrindinis, 1 - filialas, 2 - atstovyb&#x117; VER_DATA_NUO - Versijos data VER_VERSIJA - Versijos nr TARN_NR - Juridini&#x173; asmen&#x173; registro tvarkytojo registravimo tarnybos numeris TARN_PAV_I - Registravimo tarnybos pavadinimas </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="JA_FORMOS" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="OBJEKTU_ATRIBUTAI" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="JA_STEIGEJAI" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="JA_STATUSAI" maxOccurs="unbounded"/>
				<xs:element ref="JA_VEIKLOS" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="JA_PAVADINIMAI" maxOccurs="unbounded"/>
				<xs:element ref="JA_ADRESAI" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="ISRASAI" minOccurs="0" maxOccurs="2"/>
				<xs:element ref="TEKSTINIAI_DUOMENYS" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="NTR_OBJEKTAI" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="OBJEKTU_ASMENYS" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="OBJEKTU_DOKUMENTAI" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="FAKTAI" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="FINANSINE_ATSKAITOMYBE" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="FILIALAI" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attribute name="OBJ_ID" type="xs:int" use="required"/>
			<xs:attribute name="OBJ_KODAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="9"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="OBJ_REJESTRO_KODAS">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="7"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="JA_E_PRIST_DEZUTES_ADR" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="9"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="OBJ_PAV" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
						<xs:minLength value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FORM_KODAS" type="xs:int"/>
			<xs:attribute name="OBJ_EILNR">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="4"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="OBJ_NTR_KODAS">
				<xs:simpleType>
					<xs:restriction base="xs:long">
						<xs:totalDigits value="16"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="OBJ_REG_DATA" type="xs:string" use="required"/>
			<xs:attribute name="OBJ_STEIGIMO_DATA" type="xs:string"/>
			<xs:attribute name="OBJ_ISREG_DATA" type="xs:string"/>
			<xs:attribute name="OBJ_PASTABOS">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="2000"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="OBJ_KOMENTARAS">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="2000"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="OBJ_ANUL">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="OBJ_ID_PRIKLAUSO" type="xs:int"/>
			<xs:attribute name="OBJ_TIKSLAI" type="xs:string"/>
			<xs:attribute name="PAGR_OBJ_KODAS" type="xs:int"/>
			<xs:attribute name="PAGR_OBJ_REJESTRO_KODAS" type="xs:int"/>
			<xs:attribute name="PAGR_OBJ_PAV" type="xs:string"/>
			<xs:attribute name="DBUK_KODAS" type="xs:int" use="required"/>
			<xs:attribute name="OBJ_PAGRINDINIS" type="xs:int" use="required"/>
			<xs:attribute name="OTIP_KODAS" type="xs:int"/>
			<xs:attribute name="VER_DATA_NUO" type="xs:string"/>
			<xs:attribute name="VER_VERSIJA" type="xs:int"/>
			<!--  JIRA JAR-1422  -->
			<!--  /JIRA JAR-1422  -->
		</xs:complexType>
	</xs:element>
	<xs:element name="OBJEKTU_ASMENYS">
		<xs:annotation>
			<xs:documentation> Asmenys, veikiantys fakte. Ne kiekvienas faktas gali tur&#x117;ti asmenis (teisinio statuso suteikimas). Fakte gali b&#x16B;ti daug asmen&#x173; (valdyba, steb&#x117;toj&#x173; taryba...) Atribut&#x173; reik&#x161;m&#x117;s: 
			OBA_ID - Dirbtinis identifikatorius. 
			FIZ_ID - Asmen&#x173; identifikatorius (dirbtinis) - fizinis asmuo, dalyvaujantis objekte. Nuoroda &#x12F; element&#x105; 
			FIZINIAI_ASMENYS. OBJ_ID_ASM - &#x12E;mon&#x117;s identifikatorius (dirbtinis) - juridinis asmuo, dalyvaujantis objekte. 
			OBJ_KODAS - 9 &#x17E;enkl&#x173; &#x12F;mon&#x117;s kodas - juridinis asmuo, dalyvaujantis objekte. 
			OBJ_REJESTRO_KODAS - 7 &#x17E;enkl&#x173; &#x12F;mon&#x117;s kodas - juridinis asmuo, dalyvaujantis objekte. 
			OBJ_PAV -Juridinio asmens pavadinimas - juridinis asmuo, dalyvaujantis objekte. 
			JAD_TEKSTAS - Juridinio asmens adresas. 
			STE_ID - U&#x17E;sienio juridinio asmens dirbtinis identifikatorius. Nuoroda &#x12F; element&#x105; 
			UZSIENIO_STEIGEJAI. 
			NJA_ID - Nejuridinio asmens identifikatorius (dirbtinis) - organizacija, nejuridinis asmuo, dalyvaujanti objekte. Pvz. savivaldyb&#x117;. 
			NEID_FIZ_ID - Neidentifikuoto fizinio asmens dirbtinis identifikatorius. Nuoroda &#x12F; element&#x105; FIZINIAI_ASMENYS_NEID. 
			OBJ_ID_NTR - Turto objekto identifikatorius (dirbtinis) 
			NTR_OBJ_KODAS - Unikalus objekto kodas nekilnojamo turto registre 
			ADRESAS - Tekstinis adresas. 

			SAL_KODAS - Adreso &#x161;alies kodas.					
			ARO_KODAS - Juridinio asmens aktualaus adreso kodas. 
			ADR_BUS - Adreso b&#x16B;sena. Reik&#x161;m&#x117;s: 1 - adresas u&#x17E;registruotas adres&#x173; registre, 0 - Adreso Adres&#x173; registre n&#x117;ra arba jis negaliojantis.
			BJA_ID - B&#x16B;simo juridinio asmens duomenys. 
			
			</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="OBA_ID" type="xs:int" use="required"/>
			<xs:attribute name="FIZ_ID">
				<xs:simpleType>
					<xs:restriction base="xs:int"/>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="OBJ_ID_ASM">
				<xs:simpleType>
					<xs:restriction base="xs:int"/>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="OBJ_KODAS">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="9"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="OBJ_REJESTRO_KODAS">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="7"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="OBJ_PAV">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="1"/>
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="JAD_TEKSTAS" type="xs:string"/>
			<xs:attribute name="STE_ID" type="xs:int"/>
			<xs:attribute name="NJA_ID" type="xs:int"/>
			<xs:attribute name="NEID_FIZ_ID" type="xs:int"/>
			<xs:attribute name="OBJ_ID_NTR" type="xs:long"/>
			<xs:attribute name="NTR_OBJ_KODAS" type="xs:string"/>
			<xs:attribute name="ADRESAS">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="ARO_KODAS" type="xs:int"/>
			<xs:attribute name="ADR_BUS"/>
			<xs:attribute name="BJA_ID" type="xs:int"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="OBJEKTU_ATRIBUTAI">
		<xs:annotation>
			<xs:documentation> Juridinio asmens atributai i(akcij&#x173; skai&#x10D;ius, steb&#x117;toj&#x173; tarybos nari&#x173; skai&#x10D;ius ir t.t.). Atribut&#x173; reik&#x161;m&#x117;s: ATR_DATA_NUO - Atributo galiojimo data NUO. ATRI_KODAS - Atributo kodas i&#x161; klasifikatoriaus ATRIBUTAI. ATR_REIKSME - Atributo reik&#x161;m&#x117;. ATR_DATA_IKI - Atributo galiojimo data IKI. VIEN_KODAS - Matavimo vieneto kodas i&#x161; klasifikatoriaus MATAVIMU_VIENETAI. </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="ATR_DATA_NUO" type="xs:string"/>
			<xs:attribute name="ATRI_KODAS">
				<xs:simpleType>
					<xs:restriction base="xs:int">
						<xs:totalDigits value="3"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="ATR_REIKSME">
				<xs:simpleType>
					<xs:restriction base="xs:decimal">
						<xs:totalDigits value="14"/>
						<xs:fractionDigits value="2"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="ATR_DATA_IKI" type="xs:string"/>
			<xs:attribute name="VIEN_KODAS" type="xs:int"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="OBJEKTU_DOKUMENTAI">
		<xs:complexType>
			<xs:attribute name="DOK_ID" type="xs:int" use="required"/>
			<xs:attribute name="JST_ID" type="xs:int"/>
			<xs:attribute name="JAF_ID" type="xs:int"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="TEKSTINIAI_DUOMENYS">
		<xs:annotation>
			<xs:documentation> Tekstiniai juridinio asmens duomenys (telefonai, email ir pan). Atribut&#x173; reik&#x161;m&#x117;s: TXD_DATA_NUO - Tekstinio duomens galiojimo data NUO. TXD_TEKSTAS - Tekstinis duomuo TXD_GALIOJA_IKI - Tekstinio duomens galiojimo data IKI. TATR_KODAS - Tekstinio atributo kodas i&#x161; klasifikatoriaus TEKSTINIAI_ATRIBUTAI </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="TXD_DATA_NUO" type="xs:string" use="required"/>
			<xs:attribute name="TXD_TEKSTAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="TXD_GALIOJA_IKI" type="xs:string"/>
			<xs:attribute name="TATR_KODAS" type="xs:int"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="FILIALAI">
		<xs:annotation>
			<xs:documentation> Juridinio asmens filialai. Atribut&#x173; reik&#x161;m&#x117;s: FIL_OBJ_KODAS - Filialo juridino asmens kodas. FIL_OBJ_PAV - Filialo pavadinimas. FIL_OBJ_STEIGIMO_DATA - Filialo &#x12F;steigimo data. FIL_OBJ_REG_DATA - Filialo &#x12F;registravimo data. FIL_OBJ_ISREG_DATA - Filialo i&#x161;registravimo data. </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="FIL_OBJ_KODAS" type="xs:int"/>
			<xs:attribute name="FIL_OBJ_PAV" type="xs:string"/>
			<xs:attribute name="FIL_OBJ_STEIGIMO_DATA" type="xs:string"/>
			<xs:attribute name="FIL_OBJ_REG_DATA" type="xs:string"/>
			<xs:attribute name="FIL_OBJ_ISREG_DATA" type="xs:string"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="KLAIDA" type="xs:string">
		<xs:annotation>
			<xs:documentation>Klaidos pranesimas</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="BUSIMAS_JA">
		<xs:annotation>
			<xs:documentation> B&#x16B;simo juridinio asmens duomenys. Atribut&#x173; reik&#x161;m&#x117;s: 
				BJA_ID - B&#x16B;simo juridinio asmens duomenys. 
				BJA_PAVADINIMAS - B&#x16B;simojo juridinio asmens pavadinimas. 
				SAL_KODAS - B&#x16B;simojo juridinio asmens &#x161;alies kodas. 
				BJA_ADRESAS - B&#x16B;simojo juridinio asmens adresas. 
				BJA_TEISINE_FORMA - B&#x16B;simojo juridinio asmens teisn&#x117; forma. 
				REGB_ID- B&#x16B;simojo juridinio asmens registro tvarkytojo duomenys. 
				BJA_REG_TVARKYTOJAS - B&#x16B;simojo juridinio asmens tvarkytojas. 
				BJA_REG_TVARK_ADRESAS - B&#x16B;simojo juridinio asmens adresas. 
			</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="OBA_ID" type="xs:long" use="required"/>
			<xs:attribute name="BJA_ID" type="xs:int" use="required"/>
			<xs:attribute name="BJA_PAVADINIMAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="200"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="SAL_KODAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:integer">
						<xs:totalDigits value="3"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="BJA_SAL_PAVADINIMAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="200"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="BJA_ADRESAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="BJA_TEISINE_FORMA" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="100"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="BJA_REGB_PAV" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="REGB_ID">
				<xs:simpleType>
					<xs:restriction base="xs:integer">
						<xs:totalDigits value="3"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="BJA_REG_TVARKYTOJAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="BJA_REG_TVARK_ADRESAS" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="250"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
</xs:schema>
