<?xml version="1.0" encoding="windows-1251"?>
<!-- edited with XMLSpy v2013 (http://www.altova.com) by  () -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:usch="http://www.unisoftware.ru/schematron-extensions" xmlns:sql="urn:schemas-microsoft-com:mapping-schema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="Файл">
		<xs:annotation>
			<!---***********************************************************************************************************************************************************************-->
			<xs:appinfo>
				<sch:pattern name="Проверка имени файла на соответствие значению атрибута @ИдФайл">
					<sch:rule context="Файл">
						<!-- Проверка имени файла на соответствие ИдФайл  -->
						<sch:assert test="usch:getFileName() = @ИдФайл">
							<usch:error code="0400400007" path="@ИдФайл" value-of-select="@ИдФайл" doc-id-path="usch:getFileName()" doc-id-caption="Файл">Имя файла обмена "<usch:value-of select="usch:getFileName()"/>" не совпадает со значением элемента ИдФайл "<usch:value-of select="@ИдФайл"/>"</usch:error>
						</sch:assert>
					</sch:rule>
				</sch:pattern>
			</xs:appinfo>
			<!---***********************************************************************************************************************************************************************-->
			<xs:documentation>Файл обмена</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Документ">
					<xs:annotation>
						<!---***********************************************************************************************************************************************************************-->
						<xs:appinfo>
							<sch:pattern name="Проверка наличия элемента УвОказУслФЛ (Листов 2,3) при ПрПост=1">
								<sch:rule context="Документ">
									<!--              Обязательность присутствия  элемента УвОказУслФЛ (Листов 2,3) при ПрПост=1         -->
									<sch:assert test="(@ПрПост=2 ) or ( @ПрПост=1 and УвОказУслФЛ)">
										<usch:error code="0400300003">
                                                        Отсутствует элемент УвОказУслФЛ (Лист 2,3) при ПрПост=1
                                            </usch:error>
									</sch:assert>
								</sch:rule>
							</sch:pattern>
						</xs:appinfo>
						<!---***********************************************************************************************************************************************************************-->
						<xs:documentation>Состав и структура документа</xs:documentation>
						<!---***********************************************************************************************************************************************************************-->
						<xs:appinfo>
							<sch:pattern name="Проверка наличия элемента УвОказУслФЛ (Листов 2,3) при ПрПост=2 и отсутствии ИННФЛ">
								<sch:rule context="Документ">
									<!--             Обязательность присутствия  элемента УвОказУслФЛ (Листов 2,3) при ПрПост=2 и отсутствии ИННФЛ       -->
									<sch:assert test="(@ПрПост=1 ) or ( @ПрПост=2 and not(СвНП/@ИННФЛ) and УвОказУслФЛ) or ( @ПрПост=2 and СвНП/@ИННФЛ)">
										<usch:error code="0400300003">
                                                        Отсутствует элемент УвОказУслФЛ (Лист 2,3) при ПрПост=2 и отстутствии элемента СвНП/@ИННФЛ
                                            </usch:error>
									</sch:assert>
								</sch:rule>
							</sch:pattern>
						</xs:appinfo>
						<!---***********************************************************************************************************************************************************************-->
						<!---***********************************************************************************************************************************************************************-->
						<xs:appinfo>
							<sch:pattern name="Проверка отсутствия элемента УвОказУслФЛ (Листов 2,3) при ПрПост=2 и наличиии ИННФЛ ">
								<sch:rule context="Документ">
									<!--              Обязательность отсутствия  элемента УвОказУслФЛ (Листов 2,3) при ПрПост=2 и наличиии ИННФЛ        -->
									<sch:assert test="(@ПрПост=1 ) or ( @ПрПост=2 and СвНП/@ИННФЛ and not(УвОказУслФЛ)) or ( @ПрПост=2 and not(СвНП/@ИННФЛ))">
										<usch:error code="0400300003">
                                                        Присутствует элемент УвОказУслФЛ (Лист 2,3) при ПрПост=2 и наличии элемента СвНП/@ИННФЛ
                                            </usch:error>
									</sch:assert>
								</sch:rule>
							</sch:pattern>
						</xs:appinfo>
						<!---***********************************************************************************************************************************************************************-->
						<!---*******************************************************************************************************************************************************-->
						<xs:appinfo>
							<sch:pattern name="Проверка наличия ВидУслуг">
								<sch:rule context="Документ">
									<!--             Обязательность присутствия ВидУслуг при ПрПост=1        -->
									<sch:assert test="(@ПрПост=2 and not(УвОказУслФЛ/ВидУслуг)) or (@ПрПост=1 and УвОказУслФЛ/ВидУслуг) ">
										<usch:error code="0400300003" path="@ПрПост" value-of-select="@ПрПост">
                                                        Не выполнено условие присутствия (отсутствие) элемента Файл/Документ/УвОказУслФЛ/ВидУслуг при значении элемента ПрПост, равном "<usch:value-of select="@ПрПост"/>".
                                                        </usch:error>
									</sch:assert>
								</sch:rule>
							</sch:pattern>
						</xs:appinfo>
						<!---*******************************************************************************************************************************************************-->
						<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="ФИО" type="ФИОТип">
											<xs:annotation>
												<xs:documentation>Фамилия, имя, отчество физического лица</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
									<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:appinfo>
										<sch:pattern name="Присутствие сведений о представителе в  зависимости  от  значения  ПрПодп">
											<sch:rule context="Подписант">
												<!-- Контроль обязательности присутствия Сведений о представителе налогоплательщика в зависимости от значения ПрПодп -->
												<sch:assert test="usch:iif(@ПрПодп=4, count(СвПред)!=0, (count(СвПред)!=0 or count(СвПред)=0))">
													<usch:error code="0400300003" path="@ПрПодп" value-of-select="@ПрПодп">Не выполнено условие присутствия (отсутствия) элемента Файл/Документ/Подписант/СвПред при значении элемента ПрПодп, равном "<usch:value-of select="@ПрПодп"/>".</usch:error>
												</sch:assert>
											</sch:rule>
										</sch:pattern>
									</xs:appinfo>
									<!---*******************************************************************************************************************************************************-->
									<!---*******************************************************************************************************************************************************-->
									<xs:appinfo>
										<sch:pattern name="Проверка наличия ФИО представителя при ПрПодп=4">
											<sch:rule context="Подписант">
												<!-- Контроль обязательности присутствия ФИО представителя в зависимости от значения ПрПодп -->
												<sch:assert test="(ФИО and @ПрПодп=4 )or( @ПрПодп=3)">
													<usch:error code="0400300003">
                                                        Не выполнено условие присутствия элемента Файл/Документ/Подписант/ФИО при значении элемента ПрПодп, равном "4".
                                            </usch:error>
												</sch:assert>
											</sch:rule>
										</sch:pattern>
									</xs:appinfo>
									<!---*******************************************************************************************************************************************************-->
									<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:annotation>
											<xs:complexType>
												<xs:attribute name="ИННПред" type="ИННФЛТип" 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:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="120"/>
														</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:length value="1"/>
												<xs:enumeration value="3"/>
												<xs:enumeration value="4"/>
											</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="20"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:attribute>
								</xs:complexType>
							</xs:element>
							<xs:element name="УвОказУслФЛ" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Уведомление физического лица об осуществлении (о прекращении) деятельности по оказанию услуг физическому лицу для личных, домашних и (или) иных подобных нужд</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="ВидУслуг" minOccurs="0">
											<xs:annotation>
												<!---*******************************************************************************************************************************************************-->
												<xs:appinfo>
													<sch:pattern name="Проверка наличия ИнфИныхУслуг">
														<sch:rule context="ВидУслуг">
															<!--             Обязательность присутствия ИнфИныхУслуг при ПрИныхУслуг=1        -->
															<sch:assert test="(@ПрИныхУслуг=0 and not(ИнфИныхУслуг)) or (@ПрИныхУслуг=1 and ИнфИныхУслуг) ">
																<usch:error code="0400300003" path="@ПрИныхУслуг" value-of-select="@ПрИныхУслуг">
                                                        Не выполнено условие присутствия (отсутствие) элемента Файл/Документ/УвОказУслФЛ/ВидУслуг/ИнфИныхУслуг при значении элемента ПрИныхУслуг, равном "<usch:value-of select="@ПрИныхУслуг"/>".
                                                        </usch:error>
															</sch:assert>
														</sch:rule>
													</sch:pattern>
												</xs:appinfo>
												<!---*******************************************************************************************************************************************************-->
												<xs:documentation>Виды оказываемых услуг</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ИнфИныхУслуг" minOccurs="0" 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:attribute name="КодРегион" use="required">
																			<xs:annotation>
																				<xs:documentation>Код региона</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="CCРФТип"/>
																			</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:string">
																					<xs:minLength value="1"/>
																					<xs:maxLength value="37"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:complexType>
																</xs:element>
																<xs:element name="НаимУслуг" maxOccurs="unbounded">
																	<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:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="ПрУход" use="required">
													<xs:annotation>
														<xs:documentation>Признак услуги по присмотру и уходу за детьми, больными лицами, лицами, достигшими возраста 80 лет, а также иными лицами,
нуждающимися в постоянном постороннем уходе по заключению медицинской организации </xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:length value="1"/>
															<xs:enumeration value="0"/>
															<xs:enumeration 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:length value="1"/>
															<xs:enumeration value="0"/>
															<xs:enumeration 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:length value="1"/>
															<xs:enumeration value="0"/>
															<xs:enumeration 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:length value="1"/>
															<xs:enumeration value="0"/>
															<xs:enumeration value="1"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<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: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="25"/>
														</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="255"/>
														</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:length value="7"/>
															<xs:pattern value="[0-9]{3}-[0-9]{3}"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="ДатаДок" type="ДатаТип" use="required">
													<xs:annotation>
														<xs:documentation>Дата выдачи документа, удостоверяющего личность</xs:documentation>
													</xs:annotation>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="АдрРФ" type="АдрРФТип">
											<xs:annotation>
												<xs:documentation>Адрес в Российской Федерации</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДокРегРФ" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения о документе, подтверждающем регистрацию по месту жительства в Российской Федерации (для иностранного гражданина
или лица без гражданства; для гражданина Российской Федерации, представившего документ, удостоверяющий личность, отличный от паспорта
гражданина Российской Федерации), или регистрации по месту пребывания (при отсутствии места жительства)</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:complexContent>
													<xs:extension base="УдЛичнФЛТип">
														<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="СерНомДок" use="required">
															<xs:annotation>
																<xs:documentation>Серия и номер документа</xs:documentation>
															</xs:annotation>
															<xs:simpleType>
																<xs:restriction base="xs:string">
																	<xs:minLength value="1"/>
																	<xs:maxLength value="25"/>
																</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="255"/>
																</xs:restriction>
															</xs:simpleType>
														</xs:attribute>
														<xs:attribute name="ДатаДок" type="ДатаТип" use="required">
															<xs:annotation>
																<xs:documentation>Дата выдачи документа</xs:documentation>
															</xs:annotation>
														</xs:attribute>
													</xs:extension>
												</xs:complexContent>
											</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:length value="1"/>
												<xs:enumeration value="1"/>
												<xs:enumeration value="2"/>
											</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="МестоРожд" use="required">
										<xs:annotation>
											<xs:documentation>Место рождения</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:minLength value="1"/>
												<xs:maxLength value="128"/>
											</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="1"/>
												<xs:enumeration value="1"/>
												<xs:enumeration value="2"/>
											</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="ПрАдрРФ" use="required">
										<xs:annotation>
											<xs:documentation>Адрес в Российской Федерации</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="ДатаРег" type="ДатаТип" use="required">
										<xs:annotation>
											<xs:documentation>Дата регистрации по адресу места жительства (места пребывания)</xs:documentation>
										</xs:annotation>
									</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:enumeration value="1112541"/>
								</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="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="1"/>
									<xs:enumeration value="1"/>
									<xs:enumeration value="2"/>
								</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="255"/>
					</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="40"/>
					</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: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:complexType name="УдЛичнФЛТип">
		<xs:annotation>
			<xs:documentation>Сведения о документе, удостоверяющем личность</xs:documentation>
		</xs:annotation>
	</xs:complexType>
	<xs:complexType name="АдрРФТип">
		<xs:annotation>
			<xs:documentation>Адрес в Российской Федерации</xs:documentation>
		</xs:annotation>
		<xs:attribute name="Индекс" use="optional">
			<xs:annotation>
				<xs:documentation>Почтовый индекс</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="6"/>
					<xs:pattern value="[0-9]{6}"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="КодРегион" use="required">
			<xs:annotation>
				<xs:documentation>Код региона</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="CCРФТип"/>
			</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="50"/>
				</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:maxLength value="50"/>
					<xs:minLength value="1"/>
				</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="50"/>
				</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="50"/>
				</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="20"/>
				</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="20"/>
				</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="20"/>
				</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="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="3"/>
			<xs:pattern value="[0-9]{3}"/>
		</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>Дата в формате ДД.ММ.ГГГГ (01.01.1900 - 31.12.2099)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="10"/>
			<xs:pattern value="((((0[1-9]{1}|1[0-9]{1}|2[0-8]{1})\.(0[1-9]{1}|1[0-2]{1}))|((29|30)\.(01|0[3-9]{1}|1[0-2]{1}))|(31\.(01|03|05|07|08|10|12)))\.((19|20)[0-9]{2}))|(29\.02\.((19|20)(((0|2|4|6|8)(0|4|8))|((1|3|5|7|9)(2|6)))))"/>
		</xs:restriction>
	</xs:simpleType>
	<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="2"/>
			<xs:pattern value="[0-9]{2}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CCРФТип">
		<xs:annotation>
			<xs:documentation>Код из Справочника субъекта Российской Федерации </xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:pattern value="[0-9]{2}"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
