<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
	targetNamespace="http://schema.omg.org/spec/CTS2/1.0/wsdl/BaseQueryServiceTypes"
	xmlns:tns="http://schema.omg.org/spec/CTS2/1.0/wsdl/BaseQueryServiceTypes"
	xmlns:core="http://schema.omg.org/spec/CTS2/1.0/Core"
	xmlns:coreService="http://schema.omg.org/spec/CTS2/1.0/CoreService"
	elementFormDefault="qualified">

	<import namespace="http://schema.omg.org/spec/CTS2/1.0/Core"
		schemaLocation="http://informatics.mayo.edu/svn/trunk/cts2/spec/psm/rest/schema/Core.xsd" />
	<import namespace="http://schema.omg.org/spec/CTS2/1.0/CoreService"
		schemaLocation="http://informatics.mayo.edu/svn/trunk/cts2/spec/psm/rest/serviceSchema/CoreService.xsd" />

	<element name="getSupportedMatchAlgorithm" type="tns:getSupportedMatchAlgorithm" />
	<complexType name="getSupportedMatchAlgorithm" />
	<element name="getSupportedMatchAlgorithmResponse" type="tns:getSupportedMatchAlgorithmResponse" />
	<complexType name="getSupportedMatchAlgorithmResponse">
		<sequence>
			<element minOccurs="1" maxOccurs="unbounded" name="return"
				type="core:MatchAlgorithmReference" />
		</sequence>
	</complexType>

	<element name="getSupportedModelAttribute" type="tns:getSupportedModelAttribute" />
	<complexType name="getSupportedModelAttribute" />
	<element name="getSupportedModelAttributeResponse" type="tns:getSupportedModelAttributeResponse" />
	<complexType name="getSupportedModelAttributeResponse">
		<sequence>
			<element minOccurs="1" maxOccurs="unbounded" name="return"
				type="core:ModelAttributeReference" />
		</sequence>
	</complexType>

	<element name="getKnownProperty" type="tns:getKnownProperty" />
	<complexType name="getKnownProperty" />
	<element name="getKnownPropertyResponse" type="tns:getKnownPropertyResponse" />
	<complexType name="getKnownPropertyResponse">
		<sequence>
			<element minOccurs="1" maxOccurs="unbounded" name="return"
				type="core:PredicateReference" />
		</sequence>
	</complexType>
</schema>