<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:WMS="http://geoportal.pow.dzierzoniow.pl" xmlns:gml="http://www.opengis.net/gml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://geoportal.pow.dzierzoniow.pl">
  <xsd:import namespace="http://www.opengis.net/gml" schemaLocation="http://geoportal.pow.dzierzoniow.pl/geoserver/schemas/gml/3.1.1/base/gml.xsd"/>
  <xsd:complexType name="transakcjeType">
    <xsd:complexContent>
      <xsd:extension base="gml:AbstractFeatureType">
        <xsd:sequence>
          <xsd:element maxOccurs="1" minOccurs="1" name="ID" nillable="false" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="SERWIS_RCN" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="TERYT" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="LOKALNY_ID" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="DATA_TRANSAKCJI" nillable="true" type="xsd:dateTime"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="RODZAJ_TRANSAKCJI" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="RODZAJ_NIERUCHOMOSCI" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="GEOMETRIA" nillable="true" type="gml:GeometryPropertyType"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:element name="transakcje" substitutionGroup="gml:_Feature" type="WMS:transakcjeType"/>
</xsd:schema>
