Просмотр данных - Численность населения, имеющие профессиональное высшее образование (по данным ВПН-2010)
xml
Дата первой публикации набора данных:
12.09.2013
Дата последнего внесения изменений:
12.09.2013
Просмотр структуры данных
Структура открытых данных ?
:
<?xml version="1.0" encoding="utf-8"?> <xs:schema id="data" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xs:element name="data" msdata:IsDataSet="true" msdata:UseCurrentLocale="true"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="measure"> <xs:complexType> <xs:attribute name="index" type="xs:int" use="required" /> <xs:attribute name="name" type="xs:string" use="required" /> <xs:attribute name="key" type="xs:string" use="optional" /> </xs:complexType> </xs:element> <xs:element name="dimension"> <xs:complexType> <xs:sequence> <xs:element name="dimensionElement" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:attribute name="code" type="xs:string" use="required" /> <xs:attribute name="name" type="xs:string" use="required" /> <xs:attribute name="key" type="xs:string" use="optional" /> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="index" type="xs:int" use="required" /> <xs:attribute name="name" type="xs:string" use="required" /> <xs:attribute name="key" type="xs:string" use="optional" /> </xs:complexType> </xs:element> <xs:element name="cell"> <xs:complexType> <xs:attribute name="measure18" type="xs:string" use="optional" /> <xs:attribute name="dimension1" type="xs:string" use="optional" /> <xs:attribute name="dimension2" type="xs:string" use="optional" /> <xs:attribute name="dimension3" type="xs:string" use="optional" /> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> </xs:schema>