From a8de833366b00107b34797183551d8b2cfc3c7ae Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Thu, 10 May 2012 17:12:53 -0700 Subject: [PATCH] CSPACE-5124: Update Place authority item schema in services Nuxeo and JAXB XSD files to reflect the current wiki schema and App layer config. Specifically: 1) add placeSource field; 2) remove placeRecordAdminStatus field; 3) rename placeIdentifier field to placeID; 4) rename 'note' field to placeNote. Renaming as in 3) and 4) is for consistency with wiki schema for Place and with naming conventions used in other authority item schemas. --- .../main/resources/schemas/places_common.xsd | 38 ++----------------- .../jaxb/src/main/resources/place_common.xsd | 34 ++--------------- 2 files changed, 7 insertions(+), 65 deletions(-) diff --git a/services/place/3rdparty/nuxeo-platform-cs-place/src/main/resources/schemas/places_common.xsd b/services/place/3rdparty/nuxeo-platform-cs-place/src/main/resources/schemas/places_common.xsd index f686de145..86b9db2a0 100644 --- a/services/place/3rdparty/nuxeo-platform-cs-place/src/main/resources/schemas/places_common.xsd +++ b/services/place/3rdparty/nuxeo-platform-cs-place/src/main/resources/schemas/places_common.xsd @@ -28,18 +28,12 @@ - + - - - - - - - - + + + - @@ -62,30 +56,6 @@ - diff --git a/services/place/jaxb/src/main/resources/place_common.xsd b/services/place/jaxb/src/main/resources/place_common.xsd index ae411b67f..40c4591f4 100644 --- a/services/place/jaxb/src/main/resources/place_common.xsd +++ b/services/place/jaxb/src/main/resources/place_common.xsd @@ -9,7 +9,6 @@ version="0.1" > - @@ -29,14 +28,12 @@ + - - - - + + - @@ -62,31 +59,6 @@ - - -- 2.47.3