<?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:iso="http://www.opengis.net/iso19119" xmlns:sim="http://www.opengis.net/sim" xmlns:rim="urn:oasis:names:tc:ebxml-regrep:rim:xsd:2.1" xmlns:reg="http://www.opengis.net/wrs" targetNamespace="http://www.opengis.net/sim" elementFormDefault="qualified">  <include schemaLocation="ParameterBinding.xsd"/>  <import namespace="urn:oasis:names:tc:ebxml-regrep:rim:xsd:2.1" schemaLocation="../../ebrim/2.1/ebRIM.xsd"/>  <import namespace="http://www.opengis.net/iso19119" schemaLocation="ISO19119_brief.xsd"/>  <element name="Presentation" type="sim:PresentationType" substitutionGroup="rim:Classification"/>  <complexType name="PresentationType">    <complexContent>      <extension base="rim:ClassificationType">        <sequence>          <element ref="sim:parameterBinding" minOccurs="1" maxOccurs="unbounded"/>        </sequence>      </extension>    </complexContent>  </complexType></schema>