<?xml version='1.0' encoding='UTF-8'?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:de.hh.up="https://registry.gdi-de.org/id/de.hh.up" xmlns:xlink="http://www.w3.org/1999/xlink" targetNamespace="https://registry.gdi-de.org/id/de.hh.up" elementFormDefault="qualified" attributeFormDefault="unqualified">
  <import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
  <element name="abstimmungsbezirke" substitutionGroup="gml:AbstractFeature">
    <complexType>
      <complexContent>
        <extension base="gml:AbstractFeatureType">
          <sequence>
            <element name="abstimmungsbezirk_nr" minOccurs="0" type="string"/>
            <element name="geom" minOccurs="0" type="gml:SurfacePropertyType"/>
          </sequence>
        </extension>
      </complexContent>
    </complexType>
  </element>
  <element name="wahlbezirke" substitutionGroup="gml:AbstractFeature">
    <complexType>
      <complexContent>
        <extension base="gml:AbstractFeatureType">
          <sequence>
            <element name="wahlbezirksnummer" minOccurs="0" type="string"/>
            <element name="wahl_datum" minOccurs="0" type="string"/>
            <element name="wahlart" minOccurs="0" type="string"/>
            <element name="geom" minOccurs="0" type="gml:SurfacePropertyType"/>
          </sequence>
        </extension>
      </complexContent>
    </complexType>
  </element>
  <element name="buergerschaftswahlkreise" substitutionGroup="gml:AbstractFeature">
    <complexType>
      <complexContent>
        <extension base="gml:AbstractFeatureType">
          <sequence>
            <element name="wahlkreisnummer" minOccurs="0" type="integer"/>
            <element name="wahlkreisname" minOccurs="0" type="string"/>
            <element name="wahl_datum" minOccurs="0" type="string"/>
            <element name="wahlkreisname_kurz" minOccurs="0" type="string"/>
            <element name="geom" minOccurs="0" type="gml:SurfacePropertyType"/>
          </sequence>
        </extension>
      </complexContent>
    </complexType>
  </element>
  <element name="bundestagswahlkreise" substitutionGroup="gml:AbstractFeature">
    <complexType>
      <complexContent>
        <extension base="gml:AbstractFeatureType">
          <sequence>
            <element name="wahlkreisnummer" minOccurs="0" type="integer"/>
            <element name="wahlkreisname" minOccurs="0" type="string"/>
            <element name="wahl_datum" minOccurs="0" type="string"/>
            <element name="wahlkreisname_kurz" minOccurs="0" type="string"/>
            <element name="geom" minOccurs="0" type="gml:SurfacePropertyType"/>
          </sequence>
        </extension>
      </complexContent>
    </complexType>
  </element>
  <element name="bezirksversammlungswahlkreise" substitutionGroup="gml:AbstractFeature">
    <complexType>
      <complexContent>
        <extension base="gml:AbstractFeatureType">
          <sequence>
            <element name="wahlkreisnummer" minOccurs="0" type="integer"/>
            <element name="wahlkreisname" minOccurs="0" type="string"/>
            <element name="wahl_datum" minOccurs="0" type="string"/>
            <element name="wahlkreisname_kurz" minOccurs="0" type="string"/>
            <element name="geom" minOccurs="0" type="gml:SurfacePropertyType"/>
          </sequence>
        </extension>
      </complexContent>
    </complexType>
  </element>
  <element name="abstimmungsstellen" substitutionGroup="gml:AbstractFeature">
    <complexType>
      <complexContent>
        <extension base="gml:AbstractFeatureType">
          <sequence>
            <element name="abstimmungsbezirk_nr" minOccurs="0" type="string"/>
            <element name="name" minOccurs="0" type="string"/>
            <element name="adresse" minOccurs="0" type="string"/>
            <element name="plz" minOccurs="0" type="string"/>
            <element name="barrierefreiheit" minOccurs="0" type="string"/>
            <element name="x_koordinate" minOccurs="0" type="string"/>
            <element name="y_koordinate" minOccurs="0" type="string"/>
            <element name="geom" minOccurs="0" type="gml:PointPropertyType"/>
          </sequence>
        </extension>
      </complexContent>
    </complexType>
  </element>
  <element name="wahllokale" substitutionGroup="gml:AbstractFeature">
    <complexType>
      <complexContent>
        <extension base="gml:AbstractFeatureType">
          <sequence>
            <element name="adresse" minOccurs="0" type="string"/>
            <element name="wahl_datum" minOccurs="0" type="string"/>
            <element name="wahllokal_name" minOccurs="0" type="string"/>
            <element name="wahlbezirksnummer" minOccurs="0" type="string"/>
            <element name="geom" minOccurs="0" type="gml:PointPropertyType"/>
          </sequence>
        </extension>
      </complexContent>
    </complexType>
  </element>
</schema>