First working web service for quering proteocache DB
[proteocache.git] / server / compbio / ws / resources / ProteoCacheWS_schema1.xsd
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <xs:schema version="1.0" targetNamespace="http://server.proteocache.ws" xmlns:tns="http://server.proteocache.ws" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3
4   <xs:element name="findSequence" type="tns:findSequence"/>
5
6   <xs:element name="findSequenceResponse" type="tns:findSequenceResponse"/>
7
8   <xs:complexType name="findSequence">
9     <xs:sequence>
10       <xs:element name="sequence" type="xs:string" minOccurs="0"/>
11       <xs:element name="program" type="xs:string" minOccurs="0"/>
12       <xs:element name="version" type="xs:string" minOccurs="0"/>
13     </xs:sequence>
14   </xs:complexType>
15
16   <xs:complexType name="findSequenceResponse">
17     <xs:sequence>
18       <xs:element name="return" type="xs:string" minOccurs="0"/>
19     </xs:sequence>
20   </xs:complexType>
21 </xs:schema>
22