Фамилия, Имя, Отчество (ФИОТип)
Наименование элемента | Сокращенное наименование (код) элемента | Признак типа элемента | Формат элемента | Признак обязатель- | Дополнительная информация |
Фамилия | Фамилия | A | T(1-60) | О |
|
Имя | Имя | A | T(1-60) | О |
|
Отчество | Отчество | A | T(1-60) | Н |
|
<?xml version="1.0" encoding="windows-1251"?> | ||||||||||||||||||||||
<!-- edited with XMLSpy v2007 sp2 (http://www.altova.com) by VI (GNIVC FNS RF) --> | ||||||||||||||||||||||
<!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by Home (Home) --> | ||||||||||||||||||||||
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||||||||||||||||||||||
- <xs:element name="Файл"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Файл обмена</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:complexType> | ||||||||||||||||||||||
- <xs:sequence> | ||||||||||||||||||||||
- <xs:element name="Документ"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Состав и структура документа</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:complexType> | ||||||||||||||||||||||
- <xs:sequence> | ||||||||||||||||||||||
- <xs:element name="СвНП"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Сведения о налогоплательщике</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:complexType> | ||||||||||||||||||||||
- <xs:choice> | ||||||||||||||||||||||
- <xs:element name="НПЮЛ"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Налогоплательщик - юридическое лицо</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:complexType> | ||||||||||||||||||||||
- <xs:attribute name="НаимОрг" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Полное наименование организации</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||||||||
<xs:minLength value="1"/> | ||||||||||||||||||||||
<xs:maxLength value="1000"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="ИННЮЛ" type="ИННЮЛТип" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>ИНН организации</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="КПП" type="КППТип" use="optional"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>КПП</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
</xs:complexType> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
- <xs:element name="НПФЛ"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Налогоплательщик - физическое лицо</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:complexType> | ||||||||||||||||||||||
- <xs:sequence> | ||||||||||||||||||||||
- <xs:element name="ФИО" type="ФИОТип"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Фамилия, имя, отчество физического лица</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
</xs:sequence> | ||||||||||||||||||||||
- <xs:attribute name="ИННФЛ" type="ИННФЛТип" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>ИНН физического лица</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
</xs:complexType> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
</xs:choice> | ||||||||||||||||||||||
- <xs:attribute name="ОКВЭД" type="ОКВЭДТип" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Код по ОКВЭД </xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="Тлф" use="optional"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Номер контактного телефона</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||||||||
<xs:minLength value="1"/> | ||||||||||||||||||||||
<xs:maxLength value="20"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
</xs:complexType> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
- <xs:element name="Подписант"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Сведения о лице, подписавшем документ</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:complexType> | ||||||||||||||||||||||
- <xs:sequence> | ||||||||||||||||||||||
- <xs:element name="ФИО" type="ФИОТип" minOccurs="0"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Фамилия, Имя, Отчество</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
- <xs:element name="СвПред" minOccurs="0"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Сведения о представителе налогоплательщика</xs:documentation> | ||||||||||||||||||||||
<xs:documentation>Обязательно для "ПрПодп"=2</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:complexType> | ||||||||||||||||||||||
- <xs:attribute name="НаимДок" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
- <xs:documentation> Наименование документа, подтверждающего полномочия представителя налогоплательщика</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||||||||
<xs:minLength value="1"/> | ||||||||||||||||||||||
<xs:maxLength value="120"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="НаимОрг" use="optional"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Наименование организации </xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||||||||
<xs:minLength value="1"/> | ||||||||||||||||||||||
<xs:maxLength value="1000"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
</xs:complexType> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
</xs:sequence> | ||||||||||||||||||||||
- <xs:attribute name="ПрПодп" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Признак лица, подписавшего документ</xs:documentation> | ||||||||||||||||||||||
- <xs:documentation> Принимает значение: 1 - налогоплательщик | 2 - представитель налогоплательщика</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||||||||
<xs:length value="1"/> | ||||||||||||||||||||||
<xs:enumeration value="1"/> | ||||||||||||||||||||||
<xs:enumeration value="2"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
</xs:complexType> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
- <xs:element ref="ЗемНалАв"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
- <xs:documentation>Налоговый расчет по авансовым платежам по земельному налогу</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
</xs:sequence> | ||||||||||||||||||||||
- <xs:attribute name="КНД" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Код формы отчетности по КНД</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="КНДТип"> | ||||||||||||||||||||||
<xs:enumeration value="1153003"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="ДатаДок" type="ДатаТип" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Дата формирования документа</xs:documentation> | ||||||||||||||||||||||
<xs:documentation>Дата в формате ДД.ММ.ГГГГ</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="Период" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Период (код)</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||||||||
<xs:length value="2"/> | ||||||||||||||||||||||
<xs:enumeration value="21"/> | ||||||||||||||||||||||
<xs:enumeration value="22"/> | ||||||||||||||||||||||
<xs:enumeration value="23"/> | ||||||||||||||||||||||
<xs:enumeration value="51"/> | ||||||||||||||||||||||
<xs:enumeration value="54"/> | ||||||||||||||||||||||
<xs:enumeration value="55"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="ОтчетГод" type="xs:gYear" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Отчетный год</xs:documentation> | ||||||||||||||||||||||
<xs:documentation>Год в формате ГГГГ</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="КодНО" type="СОНОТип" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Код налогового органа</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="НомКорр" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Номер корректировки</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||||||||
<xs:minLength value="1"/> | ||||||||||||||||||||||
<xs:maxLength value="3"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="ПоМесту" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Код места, по которому представляется документ</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||||||||
<xs:length value="3"/> | ||||||||||||||||||||||
<xs:enumeration value="213"/> | ||||||||||||||||||||||
<xs:enumeration value="250"/> | ||||||||||||||||||||||
<xs:enumeration value="270"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
</xs:complexType> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
</xs:sequence> | ||||||||||||||||||||||
- <xs:attribute name="ИдФайл" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Идентификатор файла</xs:documentation> | ||||||||||||||||||||||
<xs:documentation>Повторяет имя передаваемого файла (без расширения)</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||||||||
<xs:minLength value="1"/> | ||||||||||||||||||||||
<xs:maxLength value="100"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="ВерсПрог" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Версия передающей программы</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||||||||
<xs:maxLength value="40"/> | ||||||||||||||||||||||
<xs:minLength value="1"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="ВерсФорм" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Версия формата</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||||||||
<xs:minLength value="1"/> | ||||||||||||||||||||||
<xs:maxLength value="5"/> | ||||||||||||||||||||||
<xs:enumeration value="5.01"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
</xs:complexType> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
- <xs:element name="ЗемНалАв"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
- <xs:documentation>Налоговый расчет по авансовому платежу по земельному налогу</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:complexType> | ||||||||||||||||||||||
- <xs:sequence> | ||||||||||||||||||||||
- <xs:element name="СумНалПУ"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
- <xs:documentation>Сумма авансового платежа по земельному налогу, подлежащая уплате в бюджет по данным налогоплательщика</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:complexType> | ||||||||||||||||||||||
- <xs:sequence> | ||||||||||||||||||||||
- <xs:element name="СумПУ" maxOccurs="unbounded"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
- <xs:documentation>Сумма авансового платежа по земельному налогу, подлежащая уплате в бюджет</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:complexType> | ||||||||||||||||||||||
- <xs:sequence> | ||||||||||||||||||||||
- <xs:element name="РасчПлатЗН" maxOccurs="unbounded"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
- <xs:documentation>Расчет налоговой базы и суммы авансового платежа по земельному налогу</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:complexType> | ||||||||||||||||||||||
- <xs:sequence> | ||||||||||||||||||||||
- <xs:element name="ОпрНалБаза"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Определение налоговой базы</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:complexType> | ||||||||||||||||||||||
- <xs:sequence> | ||||||||||||||||||||||
- <xs:element name="Льгот387_2Сум" | ||||||||||||||||||||||
type="СумНеОбл" minOccurs="0"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Не облагаемая налогом сумма (п.2 ст.387 НК РФ)</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
- <xs:element name="Льгот391_5" | ||||||||||||||||||||||
type="СумНеОбл" minOccurs="0"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Не облагаемая налогом сумма (п. 5 ст.391 НК РФ)</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
- <xs:element name="Льгот387_2Пл" | ||||||||||||||||||||||
minOccurs="0"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
- <xs:documentation>Доля не облагаемой площади земельного участка (п.2 ст.387 НК РФ)</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:complexType> | ||||||||||||||||||||||
- <xs:attribute name="КодНалЛьгот" | ||||||||||||||||||||||
use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Код налоговой льготы</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction | ||||||||||||||||||||||
base="xs:string"> | ||||||||||||||||||||||
<xs:length value="7"/> | ||||||||||||||||||||||
<xs:pattern value="[0-9]{7}"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="ДоляПлЗУ" | ||||||||||||||||||||||
type="ПростДроб21" | ||||||||||||||||||||||
use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Доля не облагаемой площади земельного участка</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
</xs:complexType> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
- <xs:element name="Льгот387_2Осв" | ||||||||||||||||||||||
type="СумЛьгот" minOccurs="0"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
- <xs:documentation>Сумма налоговой льготы (п.2 ст.387 НК РФ) (льгота в виде освобождения от налогообложения) | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
- <xs:element name="Льгот395" type="СумЛьгот" | ||||||||||||||||||||||
minOccurs="0"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
- <xs:documentation>Сумма налоговой льготы (ст.395 НК РФ) (льгота в виде освобождения от налогообложения) | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
</xs:sequence> | ||||||||||||||||||||||
- <xs:attribute name="КолМесЛьгот" use="optional"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Количество полных месяцев использования льготы</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="xs:integer"> | ||||||||||||||||||||||
<xs:totalDigits value="2"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="К1" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Коэффициент К1</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="xs:decimal"> | ||||||||||||||||||||||
<xs:totalDigits value="5"/> | ||||||||||||||||||||||
<xs:fractionDigits value="4"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="НалБаза" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Налоговая база</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="xs:integer"> | ||||||||||||||||||||||
<xs:totalDigits value="15"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
</xs:complexType> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
- <xs:element name="СумНалИсчисл"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
- <xs:documentation>Исчисление суммы авансового платежа по земельному налогу</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:complexType> | ||||||||||||||||||||||
- <xs:sequence> | ||||||||||||||||||||||
- <xs:element name="Льгот387_2УмСум" | ||||||||||||||||||||||
type="СумЛьгот" minOccurs="0"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
- <xs:documentation>Сумма налоговой льготы (п.2 ст.387 НК РФ) (льгота в виде уменьшения исчисленной суммы налога)</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
- <xs:element name="Льгот387_2СнСтав" | ||||||||||||||||||||||
type="СумЛьгот" minOccurs="0"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
- <xs:documentation>Сумма налоговой льготы (п.2 ст.387 НК РФ) (льгота в виде снижения налоговой ставки)</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
</xs:element> | ||||||||||||||||||||||
</xs:sequence> | ||||||||||||||||||||||
- <xs:attribute name="КолМесВлЗУ" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
- <xs:documentation>Количество полных месяцев владения земельным участком в течение отчетного периода</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="xs:integer"> | ||||||||||||||||||||||
<xs:totalDigits value="2"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="К2" use="required"> | ||||||||||||||||||||||
- <xs:annotation> | ||||||||||||||||||||||
<xs:documentation>Коэффициент К2</xs:documentation> | ||||||||||||||||||||||
</xs:annotation> | ||||||||||||||||||||||
- <xs:simpleType> | ||||||||||||||||||||||
- <xs:restriction base="xs:decimal"> | ||||||||||||||||||||||
<xs:totalDigits value="5"/> | ||||||||||||||||||||||
<xs:fractionDigits value="4"/> | ||||||||||||||||||||||
</xs:restriction> | ||||||||||||||||||||||
</xs:simpleType> | ||||||||||||||||||||||
</xs:attribute> | ||||||||||||||||||||||
- <xs:attribute name="СумАвИсчисл" use="required"> | ||||||||||||||||||||||
- <xs:annotation> |
<xs:documentation>Сумма исчисленного авансового платежа</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
- <xs:restriction base="xs:integer"> | |||||||||||||||||||
<xs:totalDigits value="15"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
- <xs:attribute name="СумАвУплат" use="required"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
- <xs:documentation>Сумма авансового платежа, подлежащая уплате за отчетный период</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
- <xs:restriction base="xs:integer"> | |||||||||||||||||||
<xs:totalDigits value="15"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
</xs:complexType> | |||||||||||||||||||
</xs:element> | |||||||||||||||||||
</xs:sequence> | |||||||||||||||||||
- <xs:attribute name="НомКадастрЗУ" use="required"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Кадастровый номер земельного участка</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:minLength value="1"/> | |||||||||||||||||||
<xs:maxLength value="100"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
- <xs:attribute name="КатегорЗем" use="required"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Категория земель (код)</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:length value="12"/> | |||||||||||||||||||
<xs:pattern value="[0-9]{12}"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
- <xs:attribute name="ПерСтр" use="optional"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Период строительства (1-3 года, 2 - свыше 3 лет)</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:length value="1"/> | |||||||||||||||||||
<xs:enumeration value="1"/> | |||||||||||||||||||
<xs:enumeration value="2"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
- <xs:attribute name="СтКадастрЗУ" use="required"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
- <xs:documentation>Кадастровая стоимость (доля кадастровой стоимости) земельного участка</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
- <xs:restriction base="xs:decimal"> | |||||||||||||||||||
<xs:totalDigits value="15"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
- <xs:attribute name="ДоляЗУ" type="ПростДроб21" | |||||||||||||||||||
use="optional"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
- <xs:documentation>Доля налогоплательщика в праве на земельный участок</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
- <xs:attribute name="НалСтав" use="required"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Налоговая ставка</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
- <xs:restriction base="xs:decimal"> | |||||||||||||||||||
<xs:totalDigits value="5"/> | |||||||||||||||||||
<xs:fractionDigits value="4"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
</xs:complexType> | |||||||||||||||||||
</xs:element> | |||||||||||||||||||
</xs:sequence> | |||||||||||||||||||
- <xs:attribute name="КБК" use="required"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Код бюджетной классификации</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
<xs:restriction base="КБКТип"/> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
- <xs:attribute name="ОКАТО" type="ОКАТОТип" use="required"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Код по ОКАТО</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
- <xs:attribute name="НалПУ" use="required"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
- <xs:documentation>Сумма авансового платежа по земельному налогу, подлежащая уплате в бюджет</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
- <xs:restriction base="xs:integer"> | |||||||||||||||||||
<xs:totalDigits value="15"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
</xs:complexType> | |||||||||||||||||||
</xs:element> | |||||||||||||||||||
</xs:sequence> | |||||||||||||||||||
- <xs:attribute name="НаимСРП" use="optional"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
- <xs:documentation>Наименование соглашения о разделе продукции (для участков недр, предоставленных в пользование на условиях СРП)</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:minLength value="1"/> | |||||||||||||||||||
<xs:maxLength value="160"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
</xs:complexType> | |||||||||||||||||||
</xs:element> | |||||||||||||||||||
</xs:sequence> | |||||||||||||||||||
</xs:complexType> | |||||||||||||||||||
</xs:element> | |||||||||||||||||||
- <xs:complexType name="СумНеОбл"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Льгота в виде не облагаемой налогом суммы</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:attribute name="КодНалЛьгот" use="required"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Код налоговой льготы</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:length value="7"/> | |||||||||||||||||||
<xs:pattern value="[0-9]{7}"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
- <xs:attribute name="СумНеОбл" use="required"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Не облагаемая налогом сумма</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
- <xs:restriction base="xs:integer"> | |||||||||||||||||||
<xs:totalDigits value="15"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
</xs:complexType> | |||||||||||||||||||
- <xs:complexType name="СумЛьгот"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Льгота в виде суммы налоговой льготы</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:attribute name="КодНалЛьгот" use="required"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Код налоговой льготы</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:length value="7"/> | |||||||||||||||||||
<xs:pattern value="[0-9]{7}"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
- <xs:attribute name="СумЛьг" use="required"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Сумма налоговой льготы</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
- <xs:restriction base="xs:integer"> | |||||||||||||||||||
<xs:totalDigits value="15"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
</xs:complexType> | |||||||||||||||||||
- <xs:complexType name="ФИОТип"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Фамилия, Имя, Отчество</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:attribute name="Фамилия" use="required"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Фамилия</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:minLength value="1"/> | |||||||||||||||||||
<xs:maxLength value="60"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
- <xs:attribute name="Имя" use="required"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Имя</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:minLength value="1"/> | |||||||||||||||||||
<xs:maxLength value="60"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
- <xs:attribute name="Отчество" use="optional"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Отчество</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:simpleType> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:minLength value="1"/> | |||||||||||||||||||
<xs:maxLength value="60"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:attribute> | |||||||||||||||||||
</xs:complexType> | |||||||||||||||||||
- <xs:simpleType name="ИННФЛТип"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Идентификационный номер налогоплательщика - физического лица</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:length value="12"/> | |||||||||||||||||||
<xs:pattern value="([0-9]{1}[1-9]{1}|[1-9]{1}[0-9]{1})[0-9]{10}"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
- <xs:simpleType name="ИННЮЛТип"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Идентификационный номер налогоплательщика - юридического лица</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:length value="10"/> | |||||||||||||||||||
<xs:pattern value="([0-9]{1}[1-9]{1}|[1-9]{1}[0-9]{1})[0-9]{8}"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
- <xs:simpleType name="КППТип"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Код причины постановки на учет (КПП)</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:length value="9"/> | |||||||||||||||||||
<xs:pattern value="([0-9]{1}[1-9]{1}|[1-9]{1}[0-9]{1})[0-9]{7}"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
- <xs:simpleType name="КНДТип"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Код из Классификатора налоговой документации</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:length value="7"/> | |||||||||||||||||||
<xs:pattern value="[0-9]{7}"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
- <xs:simpleType name="КБКТип"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Код из Классификатора бюджетной классификации</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:length value="20"/> | |||||||||||||||||||
<xs:pattern value="[0-9]{20}"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
- <xs:simpleType name="ОКАТОТип"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Коды из Классификатора объектов административно-территориального деления</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:length value="11"/> | |||||||||||||||||||
<xs:pattern value="[0-9]{11}"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
- <xs:simpleType name="ОКВЭДТип"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Код из Общероссийского классификатора видов экономической деятельности</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:maxLength value="8"/> | |||||||||||||||||||
<xs:minLength value="2"/> | |||||||||||||||||||
<xs:pattern value="[0-9]{2}\.[0-9]{2}\.[0-9]{2}"/> | |||||||||||||||||||
<xs:pattern value="[0-9]{2}"/> | |||||||||||||||||||
<xs:pattern value="[0-9]{2}\.[0-9]{1}"/> | |||||||||||||||||||
<xs:pattern value="[0-9]{2}\.[0-9]{2}"/> | |||||||||||||||||||
<xs:pattern value="[0-9]{2}\.[0-9]{2}\.[0-9]{1}"/> | |||||||||||||||||||
<xs:pattern value="[0-9]{2}\.[0-9]{2}\.[0-9]{2}"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
- <xs:simpleType name="СОНОТип"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Коды из Классификатора системы обозначений налоговых органов</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:length value="4"/> | |||||||||||||||||||
<xs:pattern value="[0-9]{4}"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
- <xs:simpleType name="ДатаТип"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Дата в формате ДД.ММ.ГГГГ</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:length value="10"/> | |||||||||||||||||||
<xs:pattern value="(0[1-9]{1}|[1-2]{1}[0-9]{1}|3[0-1]{1})\.(0[1-9]{1}|1[0-2]{1})\.(1[0-9]{3}|20[0-9]{2})"/> | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
- <xs:simpleType name="ПростДроб21"> | |||||||||||||||||||
- <xs:annotation> | |||||||||||||||||||
<xs:documentation>Простая дробь в формате: (от 1 до 10 знаков)/(от 1 до 10 знаков), где ведущие нули в числителе и знаменателе недопустимы</xs:documentation> | |||||||||||||||||||
</xs:annotation> | |||||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||||
<xs:minLength value="3"/> | |||||||||||||||||||
<xs:maxLength value="21"/> | |||||||||||||||||||
<xs:pattern value="([1-9]{1}|[1-9]{1}[0-9]{1}|[1-9]{1}[0-9]{0,2}|[1-9]{1}[0-9]{0,3}|[1-9]{1}[0-9]{0,4}| | |||||||||||||||||||
</xs:restriction> | |||||||||||||||||||
</xs:simpleType> | |||||||||||||||||||
</xs:schema> |