<?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:szop="http://geoserwis.gdos.gov.pl/schemas/szop/1.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gmlexr="http://www.opengis.net/gml/3.3/exr" targetNamespace="http://geoserwis.gdos.gov.pl/schemas/szop/1.0" elementFormDefault="qualified" version="1.0">	<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>	<import namespace="http://www.opengis.net/gml/3.3/exr" schemaLocation="http://schemas.opengis.net/gml/3.3/extdEncRule.xsd"/>	<!--//==========================================================================================================================================================================//-->	<element name="GranicaRezerwatuPrzyrody" type="szop:GranicaRezerwatuPrzyrodyType" substitutionGroup="gml:AbstractFeature"/>	<complexType name="GranicaRezerwatuPrzyrodyType">		<complexContent>			<extension base="gml:AbstractFeatureType">				<sequence>					<element name="nazwa" type="string" />					<element name="tytulAktu" type="string" />					<element name="geometria" type="gml:MultiSurfacePropertyType"/>				</sequence>			</extension>		</complexContent>	</complexType>	<complexType name="GranicaRezerwatuPrzyrodyPropertyType">		<sequence minOccurs="0">			<element ref="szop:GranicaRezerwatuPrzyrody"/>		</sequence>		<attributeGroup ref="gml:AssociationAttributeGroup"/>		<attributeGroup ref="gml:OwnershipAttributeGroup"/>	</complexType>		<element name="GranicaOtuliny" type="szop:GranicaOtulinyType" substitutionGroup="gml:AbstractFeature"/>	<complexType name="GranicaOtulinyType">		<complexContent>			<extension base="gml:AbstractFeatureType">				<sequence>					<element name="nazwa" type="string" />					<element name="tytulAktu" type="string" />					<element name="geometria" type="gml:MultiSurfacePropertyType"/>				</sequence>			</extension>		</complexContent>	</complexType>	<complexType name="GranicaOtulinyPropertyType">		<sequence minOccurs="0">			<element ref="szop:GranicaOtuliny"/>		</sequence>		<attributeGroup ref="gml:AssociationAttributeGroup"/>		<attributeGroup ref="gml:OwnershipAttributeGroup"/>	</complexType></schema>