<?xml version="1.0" encoding="utf-8"?>
<!--Created with Liquid XML Studio - FREE Community Edition 7.0.3.780 (http://www.liquid-technologies.com)-->
<!-- edited with XMLSpy v2006 sp2 U (http://www.altova.com) by Martin Matejka (BIOS Ltd.) -->
<schema xmlns:ps="http://www.volby.cz/ps/" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.volby.cz/ps/" elementFormDefault="unqualified" attributeFormDefault="unqualified">
	<element name="VYSLEDKY_OKRESY">
		<annotation>
			<documentation>Výsledky voleb do Poslanecké sněmovny Parlamentu ČR - sumy za okresy aktualizované od poslední dávky</documentation>
		</annotation>
		<complexType>
			<choice>
				<sequence>
					<element ref="ps:CHYBA">
						<annotation>
							<documentation>Informace o chybě při získávání výsledků (neexistující dávka)</documentation>
						</annotation>
					</element>
				</sequence>
				<sequence>
					<element ref="ps:DAVKA"/>
					<element ref="ps:OKRES" maxOccurs="unbounded">
						<annotation>
							<documentation>Výsledky za okres</documentation>
						</annotation>
					</element>
				</sequence>
			</choice>
			<attribute name="DATUM_CAS_GENEROVANI" type="dateTime" use="required"/>
		</complexType>
	</element>
	<element name="OKRES">
		<annotation>
			<documentation>Výsledky za okres</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="ps:UCAST" />
				<element minOccurs="0" maxOccurs="unbounded" ref="ps:HLASY_STRANA" />
			</sequence>
			<attribute name="NUTS_OKRES" use="required">
				<simpleType>
					<restriction base="string">
						<maxLength value="6" />
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="NAZ_OKRES" use="required">
				<simpleType>
					<restriction base="string">
						<maxLength value="20" />
					</restriction>
				</simpleType>
			</attribute>
		</complexType>
	</element>
	<element name="UCAST">
		<annotation>
			<documentation>Volební účast</documentation>
		</annotation>
		<complexType>
			<attribute name="OKRSKY_CELKEM" use="required">
				<annotation>
					<documentation>Počet volebních okrsků celkem</documentation>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="5" />
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="OKRSKY_ZPRAC" use="required">
				<annotation>
					<documentation>Počet volebních okrsků se zpracovanými výsledky voleb</documentation>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="5" />
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="OKRSKY_ZPRAC_PROC" use="required">
				<annotation>
					<documentation>Procento volebních okrsků se zpracovanými výsledky voleb</documentation>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="5" />
						<fractionDigits value="2" />
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="ZAPSANI_VOLICI" use="required">
				<annotation>
					<documentation>Počet osob, zapsaných do výpisu ze stálého a zvláštního seznamu voličů celkem</documentation>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="8" />
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="VYDANE_OBALKY" use="required">
				<annotation>
					<documentation>Počet voličů, kterým byly vydány úřední obálky</documentation>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="8" />
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="UCAST_PROC" use="required">
				<annotation>
					<documentation>Volební účast v procentech</documentation>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="5" />
						<fractionDigits value="2" />
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="DORUCOVACI_OBALKY" use="optional">
				<annotation>
					<documentation>Počet otevřených doručovacích obálek pro korespondenční volbu</documentation>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="8" />
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="DORUCOVACI_ODLOZENE" use="optional">
				<annotation>
					<documentation>Počet odložených doručovacích obálek pro korespondenční volbu</documentation>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="8" />
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="ODEVZDANE_OBALKY" use="required">
				<annotation>
					<documentation>Počet odevzdaných úředních obálek</documentation>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="8" />
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="PLATNE_HLASY" use="required">
				<annotation>
					<documentation>Počet platných hlasů ve volebním okrsku celkem</documentation>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="8" />
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="PLATNE_HLASY_PROC" use="required">
				<annotation>
					<documentation>Procento platných hlasů ve volebním okrsku</documentation>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="5" />
						<fractionDigits value="2" />
					</restriction>
				</simpleType>
			</attribute>
		</complexType>
	</element>
	<element name="HLASY_STRANA">
		<annotation>
			<documentation>Výsledky za kandidátní listinu</documentation>
		</annotation>
		<complexType>
			<attribute name="KSTRANA" use="required">
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="2" />
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="HLASY" use="required">
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="9" />
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="PROC_HLASU" use="required">
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="5" />
						<fractionDigits value="2" />
					</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>
	<element name="DAVKA">
		<annotation>
			<documentation>Informace o dávce dat</documentation>
		</annotation>
		<complexType>
			<attribute name="PORADI_DAVKY" use="required">
				<simpleType>
					<restriction base="decimal">
						<minInclusive value="1"/>
						<totalDigits value="5"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="POCET_OKRESU" use="required">
				<annotation>
					<documentation>Počet okresů v dávce</documentation>
				</annotation>
				<simpleType>
					<restriction base="decimal">
						<totalDigits value="5"/>
					</restriction>
				</simpleType>
			</attribute>
		</complexType>
	</element>
</schema>
