<?xml version="1.0" encoding="ISO-8859-15"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml" xmlns:ogdwien="http://www.wien.gv.at/ogdwien" elementFormDefault="qualified" targetNamespace="http://www.wien.gv.at/ogdwien">
  <xsd:import namespace="http://www.opengis.net/gml" schemaLocation="http://data.wien.gv.at/daten/geoserver/schemas/gml/3.1.1/base/gml.xsd"/>
  <xsd:complexType name="BAUMOGDType">
    <xsd:complexContent>
      <xsd:extension base="gml:AbstractFeatureType">
        <xsd:sequence>
          <xsd:element maxOccurs="1" minOccurs="0" name="SHAPE" nillable="true" type="gml:PointPropertyType"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="BAUMNUMMER" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="GEBIET" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="STRASSE" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="ART" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="PFLANZJAHR" nillable="true" type="xsd:int"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="STAMMUMFANG" nillable="true" type="xsd:double"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="KRONENDURCHMESSER" nillable="true" type="xsd:double"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="BAUMHOEHE" nillable="true" type="xsd:double"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:element name="BAUMOGD" substitutionGroup="gml:_Feature" type="ogdwien:BAUMOGDType"/>
</xsd:schema>
