Проект

Общее

Профиль

GetOKATORefs » OKATO.xsd

Николай Власов, 28.02.2014 14:44

 
1
<?xml version="1.0" encoding="utf-8"?>
2
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3
	<xs:element name="OKATO">
4
		<xs:complexType>
5
			<xs:sequence>
6
				<xs:element maxOccurs="unbounded" name="ZAP">
7
					<xs:complexType>
8
						<xs:sequence>
9
							<xs:element name="KOD_TF" type="xs:string" >
10
								<xs:annotation><xs:documentation>Код ТФОМС</xs:documentation></xs:annotation>
11
							</xs:element>
12
							<xs:element name="KOD_OKATO" type="xs:string" >
13
								<xs:annotation><xs:documentation>Код по ОКАТО (Приложение А O003)</xs:documentation></xs:annotation>
14
							</xs:element>
15
							<xs:element name="SUBNAME" type="xs:string" >
16
								<xs:annotation><xs:documentation>Наименование субъекта РФ</xs:documentation></xs:annotation>
17
							</xs:element>
18
							<xs:element name="KOD_OK" type="xs:unsignedInt" >
19
								<xs:annotation><xs:documentation>Код федерального округа</xs:documentation></xs:annotation>
20
							</xs:element>
21
							<xs:element minOccurs="0" name="DATEBEG" type="xs:date" >
22
								<xs:annotation><xs:documentation>Дата начала действия записи</xs:documentation></xs:annotation>
23
							</xs:element>
24
							<xs:element minOccurs="0" name="DATEEND" type="xs:date" >
25
								<xs:annotation><xs:documentation>Дата окончания действия записи</xs:documentation></xs:annotation>
26
							</xs:element>
27
						</xs:sequence>
28
					</xs:complexType>
29
				</xs:element>
30
			</xs:sequence>
31
		</xs:complexType>
32
	</xs:element>
33
</xs:schema>
    (1-1/1)