From 089d4f74501e03904ad3a44320ed2bcf2aaacfcd Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Fri, 20 Aug 2010 02:01:35 +0000 Subject: [PATCH] CSPACE-2671: Multiple changes to CollectionSpace record schema in the services layer, reflecting 1.0 alpha changes specified by the Functional team. Added ten (10) fields, removed two (2) fields, and converted six (6) fields from scalar to repeatable scalar. See comment in issue for list of fields changed. No services tests failed after these changes, however there are no tests currently in place to verify that these fields are working; that work is identified to be carried out in CSPACE-2609. --- .../schemas/collectionobjects_common.xsd | 106 +++++++++++++----- .../resources/collectionobjects_common.xsd | 60 ++++++++-- 2 files changed, 131 insertions(+), 35 deletions(-) diff --git a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects_common.xsd b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects_common.xsd index 33dff6582..c50ed9e5d 100644 --- a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects_common.xsd +++ b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects_common.xsd @@ -61,7 +61,8 @@ - + + @@ -154,8 +155,14 @@ - - + + + + + + + + @@ -166,7 +173,8 @@ - + + @@ -255,8 +263,14 @@ - - + + + + + + + + @@ -280,8 +294,14 @@ - - + + + + + + + + @@ -299,8 +319,9 @@ - + + @@ -310,10 +331,11 @@ - + + @@ -323,15 +345,17 @@ - + + - + + @@ -364,11 +388,18 @@ + + + + + + - + + @@ -378,8 +409,9 @@ - + + @@ -389,29 +421,32 @@ - + + + - + + + + - - - - + + @@ -447,23 +482,40 @@ - - + + + + + + + + - - + + + + + + + + - - - + + + + + + + + diff --git a/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd b/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd index 60ff83fb7..1be4712f5 100644 --- a/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd +++ b/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd @@ -54,6 +54,7 @@ + @@ -80,9 +81,10 @@ - + + @@ -139,7 +141,7 @@ - + @@ -149,7 +151,7 @@ - + @@ -160,23 +162,29 @@ + + + + + + + + - - @@ -195,18 +203,18 @@ - + - + - + @@ -333,6 +341,12 @@ + + + + + + @@ -369,6 +383,18 @@ + + + + + + + + + + + + @@ -435,6 +461,24 @@ + + + + + + + + + + + + + + + + + + -- 2.47.3