<?xml version='1.0' encoding='UTF-8'?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml" 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" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/>
  <element name="maehflaechen" substitutionGroup="gml:_Feature">
    <complexType>
      <complexContent>
        <extension base="gml:AbstractFeatureType">
          <sequence>
            <element name="stadtteil_revier" minOccurs="0" type="string"/>
            <element name="adresse" minOccurs="0" type="string"/>
            <element name="flaechentyp" minOccurs="0" type="string"/>
            <element name="flaeche_in_qm" minOccurs="0" type="integer"/>
            <element name="zustaendigkeit" minOccurs="0" type="string"/>
            <element name="bemerkung" minOccurs="0" type="string"/>
            <element name="geom" minOccurs="0" type="gml:MultiPolygonPropertyType"/>
          </sequence>
        </extension>
      </complexContent>
    </complexType>
  </element>
  <element name="graeben" substitutionGroup="gml:_Feature">
    <complexType>
      <complexContent>
        <extension base="gml:AbstractFeatureType">
          <sequence>
            <element name="stadtteil_revier" minOccurs="0" type="string"/>
            <element name="adresse" minOccurs="0" type="string"/>
            <element name="raeumung_j_n" minOccurs="0" type="string"/>
            <element name="laenge_in_m" minOccurs="0" type="integer"/>
            <element name="zustaendigkeit" minOccurs="0" type="string"/>
            <element name="bemerkung" minOccurs="0" type="string"/>
            <element name="geom" minOccurs="0" type="gml:MultiLineStringPropertyType"/>
          </sequence>
        </extension>
      </complexContent>
    </complexType>
  </element>
</schema>