]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-2028: Added missing 'collection' field to CollectionObject schema in the Servi...
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 4 Jun 2010 00:12:45 +0000 (00:12 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 4 Jun 2010 00:12:45 +0000 (00:12 +0000)
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects_common.xsd
services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd

index dea9b62d1371b5863c1e8a3bc53be87bf73dc366..b7d7ed2065a0fff227d7baa5096aa5c3da384e93 100644 (file)
@@ -68,6 +68,7 @@
             </xs:sequence>\r
         </xs:complexType>\r
     </xs:element>\r
+    <xs:element name="collection" type="xs:string"/>\r
     <xs:element name="title" type="xs:string"/>\r
     <xs:element name="objectTitleLanguage" type="xs:string"/>\r
     <xs:element name="titleTranslation" type="xs:string"/>\r
index d6ecf0d3b10fb2d372853f4b4cd61b484cc1bf24..0740bc382689600677cd9c0f36ae79da5edc1fac 100644 (file)
@@ -68,6 +68,7 @@
                 <xs:element name="objectNameType" type="xs:string"/>
                 <xs:element name="objectNameLanguage" type="xs:string"/>
                 <xs:element name="responsibleDepartments" type="responsibleDepartmentList"/>
+                <xs:element name="collection" type="xs:string"/>
                 <xs:element name="title" type="xs:string"/>
                 <xs:element name="objectTitleLanguage" type="xs:string"/>
                 <xs:element name="titleTranslation" type="xs:string"/>