<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">

    <!--
    /**
     * VĮ Registrų centro BROKER paslaugos #750 PARAMETRŲ XSD failas
     * @author A.Krikščiūnas, a.kriksciunas@registrucentras.lt
     * @version V.2203-09
     */

    -->

    <xs:element name="args">
        <xs:annotation><xs:documentation>parametrai paslaugai 750</xs:documentation></xs:annotation>
        <xs:complexType mixed="true">
            <xs:choice maxOccurs="unbounded">

                <xs:element minOccurs="0" maxOccurs="1" name="tnr" type="xs:long">
                    <xs:annotation><xs:documentation>registro tarnybos nr [ntr311.registrai.reg_tarn_nr]</xs:documentation></xs:annotation>
                </xs:element>

                <xs:element minOccurs="0" maxOccurs="1" name="rnr" type="xs:long">
                    <xs:annotation><xs:documentation>registro numeris tarnyboje [ntr311.registrai.reg_nr]</xs:documentation></xs:annotation>
                </xs:element>

		<xs:element name="fmt" minOccurs="1" maxOccurs="1">
		  <xs:simpleType>
		    <xs:restriction base="xs:string">
		      <xs:enumeration value="xml"/>
		    </xs:restriction>
		  </xs:simpleType>
		</xs:element>

            </xs:choice>

        </xs:complexType>
    </xs:element>

</xs:schema>
