]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-4172,CSPACE-3332: Conservatively adding back declaration of the abstractCommon...
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 21 Jul 2011 04:01:06 +0000 (04:01 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 21 Jul 2011 04:01:06 +0000 (04:01 +0000)
services/intake/jaxb/src/main/resources/intakes-common.xsd
services/loanin/jaxb/src/main/resources/loansin-common.xsd

index a088782e275ca997812db26f4e6c6e9504920881..c613b8d274e17c483690b80de758c12c8b040213 100644 (file)
         </xs:sequence>
     </xs:complexType>
     
+    <!-- This is the base class for paginated lists -->
+    <xs:complexType name="abstractCommonList">
+        <xs:annotation>
+            <xs:appinfo>
+                <jaxb:class ref="org.collectionspace.services.jaxb.AbstractCommonList"/>
+            </xs:appinfo>
+        </xs:annotation>
+    </xs:complexType>
+    
 </xs:schema>
 
index 021d22ffcbf860da5fb22010d4db030acccd5a91..8cf52eba361aeba4799d039a626882b03f1b6d9d 100644 (file)
@@ -61,7 +61,7 @@
            <xs:element name="lendersContact" type="xs:string"/>
        </xs:sequence>
     </xs:complexType>
-
+    
     <!-- This is the base class for paginated lists -->
     <xs:complexType name="abstractCommonList">
         <xs:annotation>