<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:systypes="http://www.plcs.org/System/Types" xmlns="http://www.plcs.org/System" targetNamespace="http://www.plcs.org/System" elementFormDefault="qualified" attributeFormDefault="unqualified">	<!--<xs:include schemaLocation="../xsd/Headers.xsd"/>-->	<!--<xs:import namespace="http://www.plcs.org/Headers" schemaLocation="../xsd/Headers.xsd"/>-->	<xs:import namespace="http://www.plcs.org/System/Types" schemaLocation="..\..\..\ws\xsd\System.xsd"/>	<xs:element name="Authenticate">		<xs:complexType>			<xs:sequence>				<xs:element name="user" type="xs:string"/>				<xs:element name="pwd" type="xs:string"/>				<xs:element name="project" type="xs:string"/>			</xs:sequence>		</xs:complexType>	</xs:element>	<xs:element name="AuthenticateResponse">		<xs:complexType>			<xs:sequence/>		</xs:complexType>	</xs:element>	<xs:element name="Logout">		<xs:complexType>			<xs:sequence/>		</xs:complexType>	</xs:element>	<xs:element name="LogoutResponse">		<xs:complexType>			<xs:sequence/>		</xs:complexType>	</xs:element>	<xs:element name="OverrideSession">		<xs:complexType>			<xs:sequence>				<xs:element name="user" type="xs:string"/>				<xs:element name="pwd" type="xs:string"/>				<xs:element name="project" type="xs:string"/>			</xs:sequence>		</xs:complexType>	</xs:element>	<xs:element name="OverrideSessionResponse">		<xs:complexType>			<xs:sequence/>		</xs:complexType>	</xs:element>	<xs:element name="GetProjects">		<xs:complexType>			<xs:sequence/>		</xs:complexType>	</xs:element>	<xs:element name="GetProjectsResponse">		<xs:complexType>			<xs:sequence>				<xs:element name="projectinfo" type="systypes:ProjectInfo" minOccurs="0" maxOccurs="unbounded"/>				<!--<xs:element name="RelatedProjects" type="ProjectInfo" minOccurs="0" maxOccurs="unbounded">-->			</xs:sequence>		</xs:complexType>	</xs:element></xs:schema>
