<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:app="http://www.deegree.org/okzagg/hk" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml" xmlns:hk="http://www.deegree.org/okzagg/hk" targetNamespace="http://www.deegree.org/okzagg/hk" elementFormDefault="qualified" attributeFormDefault="unqualified">
  <xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/2.1.2/feature.xsd"/>
  <xs:element name="GGD" substitutionGroup="gml:_Feature">
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="gml:AbstractFeatureType">
          <xs:sequence>
            <xs:element name="GEBIETSTYP_ID" minOccurs="0" type="xs:integer"/>
            <xs:element name="GEBIETSNAME" minOccurs="0" type="xs:string"/>
            <xs:element name="GEBIETSTYPNAME" minOccurs="0" type="xs:string"/>
            <xs:element name="MANDANT_ID" minOccurs="0" type="xs:integer"/>
            <xs:element name="GEOMETRY" minOccurs="0" type="gml:GeometryPropertyType"/>
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
</xs:schema>
