]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-1349, 1422, 1428, 1429, 1469, 1465, 1466, 1468, 1470, 1473: Adding pagination...
authorRichard Millet <richard.millet@berkeley.edu>
Wed, 28 Apr 2010 08:57:39 +0000 (08:57 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Wed, 28 Apr 2010 08:57:39 +0000 (08:57 +0000)
Passes *ALL* current tests and merged with the latest set of sources.

services/jaxb/src/main/resources/AbstractCommonList.xsd [new file with mode: 0644]

diff --git a/services/jaxb/src/main/resources/AbstractCommonList.xsd b/services/jaxb/src/main/resources/AbstractCommonList.xsd
new file mode 100644 (file)
index 0000000..f71f492
--- /dev/null
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+
+<!--
+    $LastChangedRevision: 1341 $
+    $LastChangedDate: 2010-02-15 22:01:55 -0800 (Mon, 15 Feb 2010) $
+-->
+
+<xs:schema 
+    xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    xmlns:ns="http://collectionspace.org/services/jaxb"
+    xmlns="http://collectionspace.org/services/jaxb"
+    targetNamespace="http://collectionspace.org/services/jaxb"
+    version="0.6">
+    
+    <xs:element name="abstract-common-list">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="pageNum" type="xs:unsignedInt" />
+                <xs:element name="pageSize" type="xs:unsignedInt" />
+                <xs:element name="totalItems" type="xs:unsignedInt" />
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    
+</xs:schema>
+