<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
	<!--
/**
  * RC BROKER PARAMETRŲ XSD failas
  * @author  D.Gužauskas, d.guzauskas@registrucentras.lt
  * @version 2021-02-19
  */
-->
	<xs:element name="args">
		<xs:annotation>
			<xs:documentation>Parametrai paslaugai „Per pranesimaiNTRWS pateikto pranešimo, būsenos ataskaita“ (veiksmo_tipas=734)</xs:documentation>
		</xs:annotation>
		<xs:complexType mixed="true">
			<xs:all>
				<xs:element name="frm_kodas" minOccurs="1" maxOccurs="1">
					<xs:annotation>
						<xs:documentation>Pranešimo tipo formos mnemo [NTR_PRANESIMAI.KL_PRANESIMU_TIPAI.klpt_formos_kodas]. Pvz.: ESERT, VTPSI_UNR, VTPSI_DOK, VTPSI_DKT</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
							<xs:maxLength value="20"/>
							<xs:whiteSpace value="collapse"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="frm_versija" default="0" minOccurs="1" maxOccurs="1">
					<xs:annotation>
						<xs:documentation>Pranešimo tipo pasikeitimų versija [NTR_PRANESIMAI.KL_PRANESIMU_TIPAI.klpt_formos_versija]. Numatytoji reikšmė – 0</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:integer"/>
					</xs:simpleType>
				</xs:element>
				<xs:element name="pranesimo_nr" minOccurs="1" maxOccurs="1">
					<xs:annotation>
						<xs:documentation>To paties tipo pranešimams TEIKĖJO sistemoje suteiktas unikalus ID [NTR_PRANESIMAI.PRANESIMAI.pra_nr]</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
							<xs:maxLength value="20"/>
							<xs:whiteSpace value="collapse"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="fmt" minOccurs="1" maxOccurs="1">
					<xs:annotation>
						<xs:documentation>Pageidaujamas atsakymo formatas</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="xml"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
			</xs:all>
		</xs:complexType>
	</xs:element>
</xs:schema>
