<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
	xmlns:core="http://schema.omg.org/spec/CTS2/1.0/Core"
	xmlns:codesystem="http://schema.omg.org/spec/CTS2/1.0/CodeSystem"
	xmlns:coreservice="http://schema.omg.org/spec/CTS2/1.0/CoreService"
	xmlns="http://schema.omg.org/spec/CTS2/1.0/ValueSetServices"
	targetNamespace="http://schema.omg.org/spec/CTS2/1.0/ValueSetServices" elementFormDefault="qualified">
	<xs: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"/>
	<xs:import namespace="http://schema.omg.org/spec/CTS2/1.0/CodeSystem" schemaLocation="http://informatics.mayo.edu/svn/trunk/cts2/spec/psm/rest/schema/CodeSystem.xsd"/>
	<xs: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" />
	
	<xs:element name="UpdateValueSetRequest" type="UpdateValueSetRequest"/>
	<xs:complexType name="UpdateValueSetRequest">
		<xs:complexContent>
			<xs:extension base="coreservice:UpdateAbstractResourceDescription">
				<xs:sequence/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	
	<xs:element name="ValueSetHistoryService" type="ValueSetHistoryService"/>
	<xs:complexType name="ValueSetHistoryService">
		<xs:complexContent>
			<xs:extension base="coreservice:HistoryService">
				<xs:sequence/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	
	<xs:element name="ValueSetMaintenanceService" type="ValueSetMaintenanceService"/>
	<xs:complexType name="ValueSetMaintenanceService">
		<xs:complexContent>
			<xs:extension base="coreservice:BaseMaintenanceService">
				<xs:sequence/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	
	<xs:element name="ValueSetQueryService" type="ValueSetQueryService"/>
	<xs:complexType name="ValueSetQueryService">
		<xs:complexContent>
			<xs:extension base="coreservice:BaseQueryService">
				<xs:sequence/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	
	<xs:element name="ValueSetReadService" type="ValueSetReadService"/>
	<xs:complexType name="ValueSetReadService">
		<xs:complexContent>
			<xs:extension base="coreservice:BaseReadService">
				<xs:sequence/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>
