<!-- edited with XMLSpy v2006 sp2 U (http://www.altova.com) by Martin Matejka (BIOS Ltd.) -->
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:kv="http://www.volby.cz/kv/" targetNamespace="http://www.volby.cz/kv/" elementFormDefault="unqualified" attributeFormDefault="unqualified">
	<element name="VYSLEDKY">
		<annotation>
			<documentation>Výsledky voleb do zastupitelstev obcí</documentation>
		</annotation>
		<complexType>
			<choice>
				<element ref="kv:CHYBA"/>
				<element ref="kv:TYP_ZASTUP" maxOccurs="2">
					<annotation>
						<documentation>Souhrnné výsledky za typ voleného zastupitelstva (obec, městská část)</documentation>
					</annotation>
				</element>
			</choice>
			<attribute name="DATUM_GENEROVANI" type="string" use="required"/>
			<attribute name="CAS_GENEROVANI" type="string" use="required"/>
		</complexType>
	</element>
	<element name="TYP_ZASTUP">
		<annotation>
			<documentation>Typ voleného zastupitelstva (obec, městská část)</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="kv:UCAST">
					<annotation>
						<documentation>Volební účast</documentation>
					</annotation>
				</element>
				<element ref="kv:ZASTUPIT_INFO"/>
				<element ref="kv:VOLEBNI_STRANA" minOccurs="0" maxOccurs="unbounded"/>
			</sequence>
			<attribute name="OZNAC_TYPU" use="required">
				<annotation>
					<documentation source="Označení typu zastupitelstva (obec nebo městská část/obvod)"/>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="OBEC"/>
						<enumeration value="MCMO"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="NAZ_TYPU" use="required">
				<annotation>
					<documentation source="Název typu zastupitelstva"/>
				</annotation>
				<simpleType>
					<restriction base="string">
						<maxLength value="60"/>
					</restriction>
				</simpleType>
			</attribute>
		</complexType>
	</element>
	<element name="VOLEBNI_STRANA">
		<annotation>
			<documentation>Souhrnné výsledky za volební stranu</documentation>
		</annotation>
		<complexType>
			<attribute name="VSTRANA" use="required">
				<annotation>
					<documentation source="Kód volební strany dle číselníku CVS"/>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="4"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="NAZEV_STRANY" use="required">
				<annotation>
					<documentation source="Název volební strany - kandidátní listiny"/>
				</annotation>
				<simpleType>
					<restriction base="string">
						<maxLength value="120"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="HLASY" use="required">
				<annotation>
					<documentation source="Počet hlasů pro stranu"/>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="8"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="HLASY_PROC" use="required">
				<annotation>
					<documentation source="Procento hlasů pro stranu"/>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="5"/>
						<fractionDigits value="2"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="ZASTUPITELE_POCET" use="required">
				<annotation>
					<documentation source="Počet zvolených zastupitelů pro volební stranu"/>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="9"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="ZASTUPITELE_PROC" use="required">
				<annotation>
					<documentation source="Procentro zastupitelů za volební stranu"/>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="5"/>
						<fractionDigits value="2"/>
					</restriction>
				</simpleType>
			</attribute>
		</complexType>
	</element>
	<element name="UCAST">
		<annotation>
			<documentation>Volební účast</documentation>
		</annotation>
		<complexType>
			<attribute name="OKRSKY_CELKEM" use="required">
				<annotation>
					<documentation source="Celkem volebních okrsků"/>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="5"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="OKRSKY_ZPRAC" use="required">
				<annotation>
					<documentation source="Počet zpracovaných volebních okrsků"/>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="5"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="OKRSKY_ZPRAC_PROC" use="required">
				<annotation>
					<documentation source="Procento zpracovaných volebních okrsků"/>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="5"/>
						<fractionDigits value="2"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="ZAPSANI_VOLICI" use="required">
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="8"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="VYDANE_OBALKY" use="required">
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="8"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="UCAST_PROC" use="required">
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="5"/>
						<fractionDigits value="2"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="ODEVZDANE_OBALKY" use="required">
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="8"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="PLATNE_HLASY" use="required">
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="8"/>
					</restriction>
				</simpleType>
			</attribute>
		</complexType>
	</element>
	<element name="ZASTUPIT_INFO">
		<annotation>
			<documentation>Informace o zastupitelstvech</documentation>
		</annotation>
		<complexType>
			<attribute name="ZASTUPITELSTVA_CELKEM" use="required">
				<annotation>
					<documentation source="Celkový počet zastupitelstev, ve kterých se konají volby"/>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="4"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="ZASTUPITELSTVA_ZVOLENA" use="required">
				<annotation>
					<documentation source="Počet zastupitelstev, ve kterých byla zvolena zastupitelstva"/>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="4"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="ZASTUPITELE_ZVOLENI" use="required">
				<annotation>
					<documentation source="Počet zvolených zastupitelů celkem"/>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="6"/>
					</restriction>
				</simpleType>
			</attribute>
		</complexType>
	</element>
	<element name="CHYBA">
		<annotation>
			<documentation>Informace o chybě při získávání výsledků</documentation>
		</annotation>
		<simpleType>
			<restriction base="string">
				<maxLength value="100"/>
			</restriction>
		</simpleType>
	</element>
</schema>
