<?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="0710105"/>
								</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>Отчет о движении имущества, составляющего пенсионные резервы и пенсионные накопления негосударственного пенсионного фонда (форма 5-НПФ)</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="ОстНачОтч" minOccurs="0">
								<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:element name="СтрахРез" type="ДанТекПред">
											<xs:annotation>
												<xs:documentation>Страховой резерв</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДопНаим" type="ДанТекПредДоп" minOccurs="0" maxOccurs="unbounded">
											<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:element>
							<xs:element name="Направлено" minOccurs="0">
								<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: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:element name="ПенсРезСтрах" type="ДанТекПред">
														<xs:annotation>
															<xs:documentation>Доход от размещения пенсионных резервов, направленный на пополнение страхового резерва</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ДопНаим" type="ДанТекПредДоп" minOccurs="0" maxOccurs="unbounded">
														<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:element>
										<xs:element name="ЦелСред" type="ДанТекПред">
											<xs:annotation>
												<xs:documentation>Целевые средства, направленные на формирование страхового резерва</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ОбеспУстДеят" type="ДанТекПред">
											<xs:annotation>
												<xs:documentation>Средства для обеспечения уставной деятельности фонда, направленные на формирование страхового резерва</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДопНаим" type="ДанТекПредДоп" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Дополнительно по наименованиям</xs:documentation>
											</xs:annotation>
										</xs:element>
										<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: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:element>
							<xs:element name="Израсходовано" minOccurs="0">
								<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:element name="ВыкупСумПрав" type="ДанТекПред">
											<xs:annotation>
												<xs:documentation>Выкупные суммы и выплаты правопреемникам</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДопНаим" type="ДанТекПредДоп" minOccurs="0" maxOccurs="unbounded">
											<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:element>
							<xs:element name="ОстКонОтч" minOccurs="0">
								<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:element name="СтрахРез" type="ДанТекПред">
											<xs:annotation>
												<xs:documentation>Страховой резерв</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДопНаим" type="ДанТекПредДоп" minOccurs="0" maxOccurs="unbounded">
											<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: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="ДанБух" 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:element name="ДопНаим" type="ДанБухДоп" minOccurs="0" maxOccurs="unbounded">
											<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: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: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:complexType>
							</xs:element>
							<xs:element name="ФинВлож" minOccurs="0">
								<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="ВклУстКап" 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:element name="Прочее" type="ДанБух" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Прочие</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДопНаим" type="ДанБухДоп" minOccurs="0" maxOccurs="unbounded">
											<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: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: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:complexType>
							</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="ДанТекПред" 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="ПенсФондРФ" type="ДанТекПред">
											<xs:annotation>
												<xs:documentation>Из Пенсионного фонда Российской Федерации</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ПредСтрах" type="ДанТекПред">
											<xs:annotation>
												<xs:documentation>От предыдущих страховщиков (фондов)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДохИнвест" type="ДанТекПред">
											<xs:annotation>
												<xs:documentation>Доход от инвестирования пенсионных накоплений</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДопНаим" type="ДанТекПредДоп" minOccurs="0" maxOccurs="unbounded">
											<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:element>
							<xs:element name="Направлено" minOccurs="0">
								<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:element name="ВыплПрав" type="ДанТекПред">
											<xs:annotation>
												<xs:documentation>На выплаты правопреемникам  застрахованных лиц</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ПенсФондРФ" type="ДанТекПред">
											<xs:annotation>
												<xs:documentation>В Пенсионный фонд Российской Федерации </xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ПенсФондНегос" type="ДанТекПред">
											<xs:annotation>
												<xs:documentation>В другой негосударственный пенсионный фонд</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДопНаим" type="ДанТекПредДоп" minOccurs="0" maxOccurs="unbounded">
											<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:element>
							<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="ДвижИмущНакоп" 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="ДанБухФВ" 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: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:element name="БанкВл" type="ДанБухФВ" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Банковские вклады (депозиты)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ДопНаим" type="ДанБухДоп" minOccurs="0" maxOccurs="unbounded">
											<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: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: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:complexType>
							</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:complexType>
				</xs:element>
				<xs:element name="Справка" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Справка к разделам I и III</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="ОстатокПред" type="ДанОстат" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Остаток на конец предыдущего отчетного года</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</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="384"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="ДанОстат">
		<xs:annotation>
			<xs:documentation>Данные по остатку на конец года</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ОстВсего" type="ДанПок5П">
				<xs:annotation>
					<xs:documentation>Остаток, всего</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ВложМатЦен" type="ДанПок5К">
				<xs:annotation>
					<xs:documentation>Доходные вложения в материальные ценности</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ФинВлож" type="ДанПок5К">
				<xs:annotation>
					<xs:documentation>Финансовые вложения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ОтложНалАктив" type="ДанПок5Р">
				<xs:annotation>
					<xs:documentation>Отложенные налоговые активы</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ДенСредств">
				<xs:annotation>
					<xs:documentation>Денежные средства </xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="ДенСрВсего" type="ДанПок5П">
							<xs:annotation>
								<xs:documentation>Денежные средства, всего</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="ДенСрКасса" type="ДанПок5П">
							<xs:annotation>
								<xs:documentation>Денежные средства, в том числе касса</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="ДенСрРасСч" type="ДанПок5П">
							<xs:annotation>
								<xs:documentation>Денежные средства, в том числе расчетные счета</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="ДенСрВалСч" type="ДанПок5П">
							<xs:annotation>
								<xs:documentation>Денежные средства, в том числе валютные счета</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="ДенСрПроч" type="ДанПок5П">
							<xs:annotation>
								<xs:documentation>Денежные средства, в том числе прочие денежные средства</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="ДопНаим" type="ДанПокДоп5П" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Дополнительно по наименованиям</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="ДебитЗадолж" type="ДанПок5К">
				<xs:annotation>
					<xs:documentation>Дебиторская  задолженность</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ПрочОбАктив" type="ДанПок5К">
				<xs:annotation>
					<xs:documentation>Прочие оборотные активы</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ОтлНалОбяз" type="ДанПок5Р">
				<xs:annotation>
					<xs:documentation>Отложенные налоговые обязательства</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="КредЗадолж">
				<xs:annotation>
					<xs:documentation>Кредиторская задолженность </xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="КредЗадолжВс" type="ДанПок5К">
							<xs:annotation>
								<xs:documentation>Кредиторская задолженность</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="КредЗадолжНал" type="ДанПок5К">
							<xs:annotation>
								<xs:documentation>Кредиторская задолженность, в том числе  по налогам и сборам</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="ДопНаим" type="ДанПокДоп5П" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Дополнительно по наименованиям</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="ПрочОбяз" type="ДанПок5К">
				<xs:annotation>
					<xs:documentation>Прочие обязательства</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Отчислен" type="ДанПок5К">
				<xs:annotation>
					<xs:documentation>Величина отчислений на формирование имущества, предназначенного для обеспечения уставной деятельности, и покрытие расходов, связанных с обеспечением уставной деятельности</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ДанПок5П">
		<xs:annotation>
			<xs:documentation>Данные по показателю, полные</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ПенсРезерв" type="ПенсРез5">
				<xs:annotation>
					<xs:documentation>Пенсионные резервы</xs:documentation>
				</xs:annotation>
			</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:integer">
								<xs:totalDigits value="12"/>
							</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="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:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ДанПокДоп5П">
		<xs:annotation>
			<xs:documentation>Данные по показателю дополнительно по наименованию, полные</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ПенсРезерв" type="ПенсРез5">
				<xs:annotation>
					<xs:documentation>Пенсионные резервы</xs:documentation>
				</xs:annotation>
			</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:integer">
								<xs:totalDigits value="12"/>
							</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="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: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:complexType>
	<xs:complexType name="ДанПок5К">
		<xs:annotation>
			<xs:documentation>Данные по показателю, краткие</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ПенсРезерв" type="ПенсРез5">
				<xs:annotation>
					<xs:documentation>Пенсионные резервы</xs:documentation>
				</xs:annotation>
			</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:integer">
								<xs:totalDigits value="12"/>
							</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:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ДанПок5Р">
		<xs:annotation>
			<xs:documentation>Данные по показателю, по пенсионным резервам</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ПенсРезерв" type="ПенсРез5">
				<xs:annotation>
					<xs:documentation>Пенсионные резервы</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ПенсРез5">
		<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="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="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: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: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: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: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="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: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: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:complexType>
	<xs:complexType name="ДанБухФВ">
		<xs:annotation>
			<xs:documentation>Данные по движению имущества (финансовые вложения)</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Долгосроч" type="ДанБух">
				<xs:annotation>
					<xs:documentation>Долгосрочные</xs:documentation>
				</xs:annotation>
			</xs:element>
			<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: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: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: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: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="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="ФИОТип">
		<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>
