<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:WMS="https://mapy.powiatstrzelecki.pl" xmlns:gml="http://www.opengis.net/gml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="https://mapy.powiatstrzelecki.pl">
  <xsd:import namespace="http://www.opengis.net/gml" schemaLocation="http://mapy.powiatstrzelecki.pl/geoserver/schemas/gml/3.1.1/base/gml.xsd"/>
  <xsd:complexType name="budynkiType">
    <xsd:complexContent>
      <xsd:extension base="gml:AbstractFeatureType">
        <xsd:sequence>
          <xsd:element maxOccurs="1" minOccurs="1" name="ID_BUDYNKU" nillable="false" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="RODZAJ" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="KONDYGNACJE_NADZIEMNE" nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="KONDYGNACJE_PODZIEMNE" nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="MSGEOMETRY" nillable="true" type="gml:GeometryPropertyType"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:element name="budynki" substitutionGroup="gml:_Feature" type="WMS:budynkiType"/>
</xsd:schema>
