<?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="hauptmeldungen" substitutionGroup="gml:_Feature">
    <complexType>
      <complexContent>
        <extension base="gml:AbstractFeatureType">
          <sequence>
            <element name="id" minOccurs="0" type="string"/>
            <element name="status" minOccurs="0" type="string"/>
            <element name="description" minOccurs="0" type="string"/>
            <element name="art" minOccurs="0" type="string"/>
            <element name="art_detail" minOccurs="0" type="string"/>
            <element name="start" minOccurs="0" type="dateTime"/>
            <element name="end" minOccurs="0" type="dateTime"/>
            <element name="geom" minOccurs="0" type="gml:PointPropertyType"/>
          </sequence>
        </extension>
      </complexContent>
    </complexType>
  </element>
  <element name="meldungen_punkte" substitutionGroup="gml:_Feature">
    <complexType>
      <complexContent>
        <extension base="gml:AbstractFeatureType">
          <sequence>
            <element name="id" minOccurs="0" type="string"/>
            <element name="status" minOccurs="0" type="string"/>
            <element name="description" minOccurs="0" type="string"/>
            <element name="art" minOccurs="0" type="string"/>
            <element name="art_detail" minOccurs="0" type="string"/>
            <element name="start" minOccurs="0" type="dateTime"/>
            <element name="end" minOccurs="0" type="dateTime"/>
            <element name="geom" minOccurs="0" type="gml:PointPropertyType"/>
          </sequence>
        </extension>
      </complexContent>
    </complexType>
  </element>
  <element name="meldungen_linien" substitutionGroup="gml:_Feature">
    <complexType>
      <complexContent>
        <extension base="gml:AbstractFeatureType">
          <sequence>
            <element name="id" minOccurs="0" type="string"/>
            <element name="status" minOccurs="0" type="string"/>
            <element name="description" minOccurs="0" type="string"/>
            <element name="art" minOccurs="0" type="string"/>
            <element name="art_detail" minOccurs="0" type="string"/>
            <element name="start" minOccurs="0" type="dateTime"/>
            <element name="end" minOccurs="0" type="dateTime"/>
            <element name="geom" minOccurs="0" type="gml:LineStringPropertyType"/>
          </sequence>
        </extension>
      </complexContent>
    </complexType>
  </element>
  <element name="hauptmeldungen_aktuell" substitutionGroup="gml:_Feature">
    <complexType>
      <complexContent>
        <extension base="gml:AbstractFeatureType">
          <sequence>
            <element name="id" minOccurs="0" type="string"/>
            <element name="status" minOccurs="0" type="string"/>
            <element name="description" minOccurs="0" type="string"/>
            <element name="art" minOccurs="0" type="string"/>
            <element name="art_detail" minOccurs="0" type="string"/>
            <element name="start" minOccurs="0" type="dateTime"/>
            <element name="end" minOccurs="0" type="dateTime"/>
            <element name="geom" minOccurs="0" type="gml:PointPropertyType"/>
          </sequence>
        </extension>
      </complexContent>
    </complexType>
  </element>
</schema>