<?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="ambulante_pflegedienste" substitutionGroup="gml:_Feature">
    <complexType>
      <complexContent>
        <extension base="gml:AbstractFeatureType">
          <sequence>
            <element name="interne_nr" minOccurs="0" type="integer"/>
            <element name="objektname" minOccurs="0" type="string"/>
            <element name="einrichtungsname" minOccurs="0" type="string"/>
            <element name="zusatz_einrichtungsname" minOccurs="0" type="string"/>
            <element name="adresse" minOccurs="0" type="string"/>
            <element name="ort" minOccurs="0" type="string"/>
            <element name="telefonnummer" minOccurs="0" type="string"/>
            <element name="traeger" minOccurs="0" type="string"/>
            <element name="adresse_traeger" minOccurs="0" type="string"/>
            <element name="ort_traeger" minOccurs="0" type="string"/>
            <element name="x_manual" minOccurs="0" type="string"/>
            <element name="y_manual" minOccurs="0" type="string"/>
            <element name="geom" minOccurs="0" type="gml:PointPropertyType"/>
          </sequence>
        </extension>
      </complexContent>
    </complexType>
  </element>
</schema>