Still not working WS for querinh proteochache (probably due to interaction with Spring)
[proteocache.git] / webapp / resources / JpredWS_schema1.xsd
diff --git a/webapp/resources/JpredWS_schema1.xsd b/webapp/resources/JpredWS_schema1.xsd
new file mode 100644 (file)
index 0000000..7d32d9c
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<xs:schema version="1.0" targetNamespace="http://server.ws.compbio" xmlns:tns="http://server.ws.compbio" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+
+  <xs:element name="findSequence" type="tns:findSequence"/>
+
+  <xs:element name="findSequenceResponse" type="tns:findSequenceResponse"/>
+
+  <xs:complexType name="findSequence">
+    <xs:sequence>
+      <xs:element name="sequence" type="xs:string" minOccurs="0"/>
+    </xs:sequence>
+  </xs:complexType>
+
+  <xs:complexType name="findSequenceResponse">
+    <xs:sequence>
+      <xs:element name="return" type="xs:string" minOccurs="0"/>
+    </xs:sequence>
+  </xs:complexType>
+</xs:schema>
+