<?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/UpdateServiceTypes"
	xmlns:tns="http://schema.omg.org/spec/CTS2/1.0/wsdl/UpdateServiceTypes"
	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="getSupportedStructures" type="tns:getSupportedStructures" />
	<complexType name="getSupportedStructures">
	</complexType>
	
	<element name="getSupportedStructuresResponse" type="tns:getSupportedStructuresResponse" />
	<complexType name="getSupportedStructuresResponse">
		<sequence>
			<element maxOccurs="unbounded" minOccurs="0" name="return"
				type="coreService:StructuralProfile" />
		</sequence>
	</complexType>
	

</schema>