<?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: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="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="required">
													<xs:annotation>
														<xs:documentation>КПП</xs:documentation>
													</xs:annotation>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
									<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="ОКФС" 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="Подписант" maxOccurs="2">
								<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="ПрПодп" use="required">
										<xs:annotation>
											<xs:documentation>Признак лица, подписавшего документ</xs:documentation>
											<xs:documentation>Принимает значение:
3 – руководитель   |
4 – главный бухгалтер</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:length value="1"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:attribute>
								</xs:complexType>
							</xs:element>
							<xs:element ref="ДвижениеДенНПФ"/>
						</xs:sequence>
						<xs:attribute name="КНД" use="required">
							<xs:annotation>
								<xs:documentation>Код формы отчетности по КНД</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="КНДТип">
									<xs:enumeration value="0710104"/>
								</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:documentation>Принимает значение: 34 – год</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:length value="2"/>
								</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: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>Отчет о движении денежных средств негосударственного пенсионного фонда (форма 4-НПФ)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ОстНач" type="ДанПок4П" 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:sequence>
							<xs:element name="Приход" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Денежные средства, поступившие</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="СрПост" type="ДанПок4П" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Денежные средства, поступившие - всего</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ПенсВзнос" type="ДанПок4_36" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Пенсионные взносы (за исключением суммы, направляемой на формирование имущества, предназначенного для обеспечения уставной деятельности, и покрытие административных расходов  (не более 3 % суммы взноса))</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ПенсВзносУД" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Часть сумм пенсионных взносов, направляемая на формирование имущества, предназначенного для обеспечения уставной деятельности, и покрытие административных расходов (не более 3 % суммы взноса)</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:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="ПенсНакопПФРФ" type="ДанПок4_46" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Пенсионные накопления, поступившие из Пенсионного фонда Российской Федерации </xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ПенсНакопНПФ" type="ДанПок4_46" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Пенсионные накопления, поступившие от других негосударственных пенсионных фондов</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="СрДоверУпр" type="ДанПок4П" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Денежные средства, поступившие от доверительного управляющего</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="СовВкладУчр" type="ДанПок4_56" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Денежные средства, поступившие в совокупный вклад учредителей</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ЦелВзносВкл" type="ДанПок4П" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Целевые взносы вкладчиков</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="БлаготвВзнос" type="ДанПок4П" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Благотворительные взносы</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="Прочее" type="ДанПок4П" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Прочие поступления</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДопНаим" type="ДанПокДоп4П" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Дополнительно по наименованиям</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="Расход" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Денежные средства, направленные </xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="СрНапр" type="ДанПок4П" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Денежные средства, направленные - всего</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ВыплНегосПенс" type="ДанПок4_36" minOccurs="0">
											<xs:annotation>
												<xs:documentation>На выплаты негосударственных пенсий и выкупных сумм</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ВыплНакПенс" type="ДанПок4_46" minOccurs="0">
											<xs:annotation>
												<xs:documentation>На выплаты накопительной части трудовой пенсии</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ВыплПравпрм" type="ДанПок4_346" minOccurs="0">
											<xs:annotation>
												<xs:documentation>На выплаты правоприемникам</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ПенсФондРФ" type="ДанПок4_46" minOccurs="0">
											<xs:annotation>
												<xs:documentation>В Пенсионный фонд Российской Федерации </xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="НегосПенсФонд" type="ДанПок4_346" minOccurs="0">
											<xs:annotation>
												<xs:documentation>В другие негосударственные пенсионные фонды</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДоверУпр" type="ДанПок4П" minOccurs="0">
											<xs:annotation>
												<xs:documentation>В доверительное управление</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ОплОбАктив" type="ДанПок4_56" minOccurs="0">
											<xs:annotation>
												<xs:documentation>На оплату  работ, услуг, материалов и иных оборотных активов</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ОплТруд" type="ДанПок4_56" minOccurs="0">
											<xs:annotation>
												<xs:documentation>На оплату труда</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="РасхУстДеят" type="ДанПок4_56" minOccurs="0">
											<xs:annotation>
												<xs:documentation>На другие расходы на обеспечение уставной деятельности</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="Налоги" type="ДанПок4П" minOccurs="0">
											<xs:annotation>
												<xs:documentation>На расчеты по налогам и сборам </xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="Прочее" type="ДанПок4П" minOccurs="0">
											<xs:annotation>
												<xs:documentation>На прочие выплаты</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДопНаим" type="ДанПокДоп4П" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Дополнительно по наименованиям</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ЧистСр" type="ДанПок4П" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Чистые денежные средства от текущей деятельности</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</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:documentation>Денежные средства, поступившие</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="СрПост" type="ДанПок4_356" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Денежные средства, поступившие - всего</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ВырПродАктив" type="ДанПок4_356" minOccurs="0">
											<xs:annotation>
												<xs:documentation>От продажи объектов основных средств, доходных вложений в материальные ценности, нематериальных активов</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ВырПродЦБ" type="ДанПок4_356" minOccurs="0">
											<xs:annotation>
												<xs:documentation>От продажи ценных бумаг и иных финансовых вложений</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ПолучДив" type="ДанПок4_356" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Полученные дивиденды</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ПолучПроц" type="ДанПок4_356" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Полученные проценты </xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ПогашЗайм" type="ДанПок4_56" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Поступления от погашения займов и кредитов, предоставленных другим организациям</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДопНаим" type="ДанПокДоп4П" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Дополнительно по наименованиям</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="Расход" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Денежные средства, направленные</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="СрНапр" type="ДанПок4_356" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Денежные средства, направленные - всего</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ПриобрАктив" type="ДанПок4_356" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Денежные средства, направленные на приобретение объектов основных средств, доходных вложений в материальные ценности, нематериальных активов</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ПриобрЦБ" type="ДанПок4_356" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Денежные средства, направленные на приобретение ценных бумаг и иных финансовых вложений</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ПредЗайм" type="ДанПок4_56" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Займы, предоставленные другим организациям</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ВознагрУК" type="ДанПок4_356" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Денежные средства, направленные на вознаграждение управляющей компании</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ВознагрСпДепоз" type="ДанПок4_356" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Денежные средства, направленные на вознаграждение спецдепозитарию</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="Налоги" type="ДанПок4_356" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Денежные средства, направленные на расчеты по налогам и сборам </xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДопНаим" type="ДанПокДоп4П" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Дополнительно по наименованиям</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ЧистСр" type="ДанПок4_356" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Чистые денежные средства от  инвестиционной деятельности</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</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:documentation>Денежные средства, поступившие</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="СрПост" type="ДанПок4_56" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Денежные средства, поступившие - всего</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ПолучКред" type="ДанПок4_56" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Полученные кредиты и займы</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДопНаим" type="ДанПокДоп4П" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Дополнительно по наименованиям</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="Расход" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Денежные средства, направленные</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="СрНапр" type="ДанПок4_56" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Денежные средства, направленные - всего</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ПогашКред" type="ДанПок4_56" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Погашение займов и кредитов</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДопНаим" type="ДанПокДоп4П" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Дополнительно по наименованиям</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ЧистСр" type="ДанПок4_56" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Чистые денежные средства от финансовой деятельности</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="ОстКон" type="ДанПок4_56" minOccurs="0">
					<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="384"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="ДанПок4П">
		<xs:annotation>
			<xs:documentation>Данные по показателю, полные</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ДеятНПО" type="ДанТекПред" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Деятельность по негосударственному пенсионному обеспечению</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ДеятОПС" type="ДанТекПред" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Деятельность по обязательному пенсионному страхованию</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ДеятУстИн" type="ДанТекПред" minOccurs="0">
				<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:integer">
					<xs:totalDigits value="12"/>
				</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:integer">
					<xs:totalDigits value="12"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ДанПокДоп4П">
		<xs:annotation>
			<xs:documentation>Данные по дополнительному показателю, полные</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ДеятНПО" type="ДанТекПред" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Деятельность по негосударственному пенсионному обеспечению</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ДеятОПС" type="ДанТекПред" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Деятельность по обязательному пенсионному страхованию</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ДеятУстИн" type="ДанТекПред" minOccurs="0">
				<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: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:integer">
					<xs:totalDigits value="12"/>
				</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:integer">
					<xs:totalDigits value="12"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ДанПок4_56">
		<xs:annotation>
			<xs:documentation>Данные по показателю, по графам 5, 6, 9, 10</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ДеятУстИн" type="ДанТекПред" minOccurs="0">
				<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:integer">
					<xs:totalDigits value="12"/>
				</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:integer">
					<xs:totalDigits value="12"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ДанПок4_356">
		<xs:annotation>
			<xs:documentation>Данные по показателю, по графам 3, 5, 6, 7, 9, 10</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ДеятНПО" type="ДанТекПред" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Деятельность по негосударственному пенсионному обеспечению</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ДеятУстИн" type="ДанТекПред" minOccurs="0">
				<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:integer">
					<xs:totalDigits value="12"/>
				</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:integer">
					<xs:totalDigits value="12"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ДанПок4_346">
		<xs:annotation>
			<xs:documentation>Данные по показателю, по графам 3, 4, 6, 7, 8, 10</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ДеятНПО" type="ДанТекПред" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Деятельность по негосударственному пенсионному обеспечению</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ДеятОПС" type="ДанТекПред" minOccurs="0">
				<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:integer">
					<xs:totalDigits value="12"/>
				</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:integer">
					<xs:totalDigits value="12"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ДанПок4_36">
		<xs:annotation>
			<xs:documentation>Данные по показателю, по графам 3, 6, 7, 10</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ДеятНПО" type="ДанТекПред" minOccurs="0">
				<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:integer">
					<xs:totalDigits value="12"/>
				</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:integer">
					<xs:totalDigits value="12"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ДанПок4_46">
		<xs:annotation>
			<xs:documentation>Данные по показателю, по графам 4, 6, 8, 10</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ДеятОПС" type="ДанТекПред" minOccurs="0">
				<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:integer">
					<xs:totalDigits value="12"/>
				</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:integer">
					<xs:totalDigits value="12"/>
				</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:integer">
					<xs:totalDigits value="12"/>
				</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:integer">
					<xs:totalDigits value="12"/>
				</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]{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="10"/>
			<xs:pattern value="([0-9]{1}[1-9]{1}|[1-9]{1}[0-9]{1})([0-9]{1}[1-9]{1}|[1-9]{1}[0-9]{1})[0-9]{6}"/>
		</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]{1}[1-9]{1}|[1-9]{1}[0-9]{1})([0-9]{1}[1-9]{1}|[1-9]{1}[0-9]{1})[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>Дата в формате ДД.ММ.ГГГГ</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="ОКВЭДТип">
		<xs:annotation>
			<xs:documentation>Код из Общероссийского классификатора видов экономической деятельности</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="8"/>
			<xs:minLength value="1"/>
			<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="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="2"/>
			<xs:pattern value="[0-9]{2}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ОКПОТип">
		<xs:annotation>
			<xs:documentation>Код из Общероссийского классификатора предприятий и организаций</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="8"/>
			<xs:maxLength value="10"/>
			<xs:pattern value="[0-9]{8}"/>
			<xs:pattern value="[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: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:length value="4"/>
			<xs:pattern value="[0-9]{4}"/>
		</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>
