<?xml version="1.0" encoding="utf-8" ?>
<!--Created with Liquid XML Studio - FREE Community Edition 7.0.2.746 (http://www.liquid-technologies.com)-->
<schema xmlns:kv="http://www.volby.cz/kv/" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://www.volby.cz/kv/" xmlns="http://www.w3.org/2001/XMLSchema">
  <element name="VYSLEDKY_OKRSKY">
    <annotation>
      <documentation>Výsledky voleb do zastupitelstev obcí - volební okrsky</documentation>
    </annotation>
    <complexType>
      <choice>
        <sequence>
          <element ref="kv: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="kv:DAVKA" />
          <element maxOccurs="unbounded" ref="kv:OKRSEK">
            <annotation>
              <documentation>Výsledky za okrsky</documentation>
            </annotation>
          </element>
        </sequence>
      </choice>
      <attribute name="DATUM_CAS_GENEROVANI" type="dateTime" use="required" />
    </complexType>
  </element>
  <element name="OKRSEK">
    <annotation>
      <documentation>Výsledky za volební okrsek</documentation>
    </annotation>
    <complexType>
      <sequence>
        <element ref="kv:UCAST_OKRSEK" />
        <element minOccurs="0" maxOccurs="unbounded" ref="kv:HLASY_OKRSEK" />
      </sequence>
      <attribute name="CIS_OBEC" use="required">
        <simpleType>
          <restriction base="decimal" />
        </simpleType>
      </attribute>
      <attribute name="CIS_OKRSEK" use="required">
        <simpleType>
          <restriction base="decimal">
            <totalDigits value="5" />
          </restriction>
        </simpleType>
      </attribute>
      <attribute name="KODZASTUP" use="required">
        <annotation>
          <documentation source="Kód zastupitelstva" />
        </annotation>
        <simpleType>
          <restriction base="decimal">
            <totalDigits value="6" />
          </restriction>
        </simpleType>
      </attribute>
      <attribute name="CIS_OBVODU" use="required">
        <simpleType>
          <restriction base="decimal">
            <totalDigits value="2" />
          </restriction>
        </simpleType>
      </attribute>
      <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="PORADI_ZPRAC" use="required">
        <simpleType>
          <restriction base="decimal">
            <totalDigits value="8" />
          </restriction>
        </simpleType>
      </attribute>
      <attribute name="DATUM_CAS_ZPRAC" type="dateTime" use="required" />
      <attribute name="OPAKOVANE" type="boolean" use="required" />
    </complexType>
  </element>
  <element name="UCAST_OKRSEK">
    <annotation>
      <documentation>Volební účast ve volebním okrsku</documentation>
    </annotation>
    <complexType>
      <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="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="HLASY_OKRSEK">
    <annotation>
      <documentation>Výsledky za kandidátní listinu (vylosované číslo strany) ve volebním okrsku</documentation>
    </annotation>
    <complexType>
      <attribute name="POR_STR_HLAS_LIST" use="required">
        <annotation>
          <documentation source="Vylosované číslo strany/kandidátní listiny na hlasovacím lístku" />
        </annotation>
        <simpleType>
          <restriction base="decimal">
            <totalDigits value="3" />
          </restriction>
        </simpleType>
      </attribute>
      <attribute name="HLASY" use="required">
        <simpleType>
          <restriction base="decimal">
            <totalDigits value="7" />
          </restriction>
        </simpleType>
      </attribute>
    </complexType>
  </element>
  <element name="CHYBA">
    <annotation>
      <documentation>Informace o chybě při získávání výsledků</documentation>
    </annotation>
    <complexType>
      <simpleContent>
        <extension base="string">
          <attribute name="KOD_CHYBY" use="required">
            <simpleType>
              <restriction base="decimal">
                <totalDigits value="4" />
              </restriction>
            </simpleType>
          </attribute>
        </extension>
      </simpleContent>
    </complexType>
  </element>
  <element name="DAVKA">
    <annotation>
      <documentation>Informace o dávce dat</documentation>
    </annotation>
    <complexType>
      <attribute name="DATUMVOLEB" use="required">
        <simpleType>
          <restriction base="string">
            <maxLength value="8" />
          </restriction>
        </simpleType>
      </attribute>
      <attribute name="PORADI_DAVKY" use="required">
        <simpleType>
          <restriction base="decimal">
            <minInclusive value="1" />
            <totalDigits value="5" />
          </restriction>
        </simpleType>
      </attribute>
      <attribute name="OKRSKY_DAVKA" use="required">
        <simpleType>
          <restriction base="decimal">
            <totalDigits value="5" />
          </restriction>
        </simpleType>
      </attribute>
      <attribute name="OKRSKY_CELKEM" use="required">
        <simpleType>
          <restriction base="decimal">
            <totalDigits value="5" />
          </restriction>
        </simpleType>
      </attribute>
      <attribute name="OKRSKY_ZPRAC" use="required">
        <simpleType>
          <restriction base="decimal">
            <totalDigits value="5" />
          </restriction>
        </simpleType>
      </attribute>
    </complexType>
  </element>
</schema>