]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6007: Change field name in Citation record from 'place' to 'publicationPlace...
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 24 May 2013 22:08:56 +0000 (15:08 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 24 May 2013 22:08:56 +0000 (15:08 -0700)
services/citation/3rdparty/nuxeo-platform-cs-citation/src/main/resources/schemas/citations_common.xsd
services/citation/jaxb/src/main/resources/citation_common.xsd
services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml

index c8c1f2c139cbe6c3ff7d9584b1fff09297b84305..69bdc8011aaef8f582ed1a73d0de9a8b3f8ea770 100644 (file)
@@ -73,7 +73,7 @@
     <xs:complexType name="citationPublicationInfoGroup">
         <xs:sequence>
             <xs:element name="publisher" type="xs:string"/>
-            <xs:element name="place" type="xs:string"/>
+            <xs:element name="publicationPlace" type="xs:string"/>
             <xs:element name="publicationDate" type="structuredDateGroup" minOccurs="0" maxOccurs="unbounded"/>
             <xs:element name="edition" type="xs:string"/>
             <xs:element name="pages" type="xs:string"/>
index 9bc1b1808005bc4e09636b6a88b5ba003997aa4f..f105670b97cd816564e6e6b9acd4601f09a7a5fd 100644 (file)
@@ -87,7 +87,7 @@
     <xs:complexType name="citationPublicationInfoGroup">
         <xs:sequence>
             <xs:element name="publisher" type="xs:string"/>
-            <xs:element name="place" type="xs:string"/>
+            <xs:element name="publicationPlace" type="xs:string"/>
             <xs:element name="publicationDate" type="structuredDateGroup" minOccurs="0" maxOccurs="unbounded"/>
             <xs:element name="edition" type="xs:string"/>
             <xs:element name="pages" type="xs:string"/>
index e7db65ce872eca88c3b13e196d6d5a0807038f80..ecee563e8ba40b8431b3723bc0e7536c64099835 100644 (file)
                     <service:content contentType="application/xml">
                         <service:xmlContent namespaceURI="http://collectionspace.org/services/citation" schemaLocation="http://collectionspace.org/services/citation http://services.collectionspace.org/citation/citations_common.xsd" />
                     </service:content>
-                    <service:properties>                        
+                    <service:properties>       
+                        <types:item xmlns:types="http://collectionspace.org/services/config/types">
+                            <types:key>authRef</types:key>
+                            <types:value>citationPublicationInfoGroupList/*/publisher</types:value>
+                        </types:item>                 
+                        <types:item xmlns:types="http://collectionspace.org/services/config/types">
+                            <types:key>authRef</types:key>
+                            <types:value>citationPublicationInfoGroupList/*/publicationPlace</types:value>
+                        </types:item>
+                        <types:item xmlns:types="http://collectionspace.org/services/config/types">
+                            <types:key>authRef</types:key>
+                            <types:value>citationAgentInfoGroupList/*/agent</types:value>
+                        </types:item>
+                        <types:item xmlns:types="http://collectionspace.org/services/config/types">
+                            <types:key>authRef</types:key>
+                            <types:value>citationRelatedTermsGroupList/*/relatedTerm</types:value>
+                        </types:item>
                         <!-- Fields containing term list / controlled vocabulary references -->
                         <types:item xmlns:types="http://collectionspace.org/services/config/types">
                             <types:key>termRef</types:key>