<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified">
    <xs:annotation>
        <xs:documentation xml:lang="ru">Структура данных</xs:documentation>
    </xs:annotation>

    <xs:element type="ElementList" name="elementList"/>

    <xs:complexType name="ElementList">
        <xs:annotation>
            <xs:documentation xml:lang="ru">Наименования органов исполнительной власти субъектов Российской Федерации, осуществляющих переданные полномочия Российской Федерации в области образования</xs:documentation>
        </xs:annotation>

        <xs:sequence>
            <xs:element type="Item" name="item" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>

    <xs:complexType name="Item">
        <xs:annotation>
            <xs:documentation xml:lang="ru">Описание структуры полей.</xs:documentation>
        </xs:annotation>

        <xs:sequence>

            <xs:element type="xs:string" name="elementList">
                <xs:annotation>
                    <xs:documentation xml:lang="ru">Список элементов</xs:documentation>
                </xs:annotation>
            </xs:element>

            <xs:element type="xs:string" name="item">
                <xs:annotation>
                    <xs:documentation xml:lang="ru">Элемент</xs:documentation>
                </xs:annotation>
            </xs:element>

            <xs:element type="xs:string" name="id">
                <xs:annotation>
                    <xs:documentation xml:lang="ru">Идентификатор</xs:documentation>
                </xs:annotation>
            </xs:element>

            <xs:element type="xs:string" name="rayon">
                <xs:annotation>
                    <xs:documentation xml:lang="ru">Район</xs:documentation>
                </xs:annotation>
            </xs:element>

            <xs:element type="xs:string" name="full_name_isorg">
                <xs:annotation>
                    <xs:documentation xml:lang="ru">Полное наименовани</xs:documentation>
                </xs:annotation>
            </xs:element>

            <xs:element type="xs:string" name="fio_ruk">
                <xs:annotation>
                    <xs:documentation xml:lang="ru">ФИО руководителя</xs:documentation>
                </xs:annotation>
            </xs:element>

            <xs:element type="xs:string" name="small_name_isorg">
                <xs:annotation>
                    <xs:documentation xml:lang="ru">Краткое наименование</xs:documentation>
                </xs:annotation>
            </xs:element>

            <xs:element type="xs:string" name="fio_zam">
                <xs:annotation>
                    <xs:documentation xml:lang="ru">ФИО заместителя руководителя</xs:documentation>
                </xs:annotation>
            </xs:element>

            <xs:element type="xs:string" name="zadachi">
                <xs:annotation>
                    <xs:documentation xml:lang="ru">zadachi</xs:documentation>
                </xs:annotation>
            </xs:element>

            <xs:element type="xs:string" name="postadres">
                <xs:annotation>
                    <xs:documentation xml:lang="ru">Почтовый адрес</xs:documentation>
                </xs:annotation>
            </xs:element>

            <xs:element type="xs:string" name="kladr">
                <xs:annotation>
                    <xs:documentation xml:lang="ru">Юридический адрес</xs:documentation>
                </xs:annotation>
            </xs:element>

            <xs:element type="xs:string" name="email">
                <xs:annotation>
                    <xs:documentation xml:lang="ru">Адрес электронной почты</xs:documentation>
                </xs:annotation>
            </xs:element>

            <xs:element type="xs:string" name="phone_sprav">
                <xs:annotation>
                    <xs:documentation xml:lang="ru">Телефон</xs:documentation>
                </xs:annotation>
            </xs:element>

            <xs:element type="xs:string" name="phone_other">
                <xs:annotation>
                    <xs:documentation xml:lang="ru">Дополнительный телефон</xs:documentation>
                </xs:annotation>
            </xs:element>

        </xs:sequence>
    </xs:complexType>
</xs:schema>
