From e288643636e37b81af93cf35355ef3f1e19c3dcf Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Thu, 17 Jun 2010 04:08:37 +0000 Subject: [PATCH] CSPACE-2138: Removed 'honorifics' field from the Person schema in the services layer. This field is equivalent to and redundant - at least according to the wiki schema and its multiple-source crosswalks - with the 'nameAdditions' field. --- .../main/resources/OSGI-INF/layouts-contrib.xml | 14 -------------- .../src/main/resources/schemas/persons_common.xsd | 1 - .../collectionspace/services/PersonJAXBSchema.java | 1 - .../jaxb/src/main/resources/person_common.xsd | 14 ++++++++++++-- 4 files changed, 12 insertions(+), 18 deletions(-) diff --git a/services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/OSGI-INF/layouts-contrib.xml b/services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/OSGI-INF/layouts-contrib.xml index 1134df6e1..62124045b 100644 --- a/services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/OSGI-INF/layouts-contrib.xml +++ b/services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/OSGI-INF/layouts-contrib.xml @@ -73,7 +73,6 @@ initials salutation title - honorifics nameAdditions birthDate deathDate @@ -205,19 +204,6 @@ dataInputText - - - - - - true - - honorifics - - - dataInputText - - diff --git a/services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/schemas/persons_common.xsd b/services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/schemas/persons_common.xsd index cc48cc207..4cfad2e5c 100644 --- a/services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/schemas/persons_common.xsd +++ b/services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/schemas/persons_common.xsd @@ -32,7 +32,6 @@ - diff --git a/services/person/jaxb/src/main/java/org/collectionspace/services/PersonJAXBSchema.java b/services/person/jaxb/src/main/java/org/collectionspace/services/PersonJAXBSchema.java index 26bc92fa2..e52c7dafc 100644 --- a/services/person/jaxb/src/main/java/org/collectionspace/services/PersonJAXBSchema.java +++ b/services/person/jaxb/src/main/java/org/collectionspace/services/PersonJAXBSchema.java @@ -20,7 +20,6 @@ public interface PersonJAXBSchema { final static String INITIALS = "initials"; final static String SALUTATIONS = "salutations"; final static String TITLE = "title"; - final static String HONORIFICS = "honorifics"; final static String NAME_ADDITIONS = "nameAdditions"; final static String BIRTH_DATE = "birthDate"; final static String DEATH_DATE = "deathDate"; diff --git a/services/person/jaxb/src/main/resources/person_common.xsd b/services/person/jaxb/src/main/resources/person_common.xsd index bb15d83ed..fc08f81d5 100644 --- a/services/person/jaxb/src/main/resources/person_common.xsd +++ b/services/person/jaxb/src/main/resources/person_common.xsd @@ -1,4 +1,16 @@ + + + - @@ -31,7 +42,6 @@ - -- 2.47.3