From f6670e3888b4152347b91b99347b7b9ef003754a Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Thu, 17 Nov 2011 19:47:05 +0000 Subject: [PATCH] CSPACE-3943,CSPACE-3937: Added earliest and latest scalar date value fields, and scalar value computed flag, to objectProductionDate in services Cataloging / CollectionObject schemas. These fields will also appear in all other instances of structured dates created via CSPACE-3937. --- .../src/main/resources/schemas/collectionobjects_common.xsd | 3 +++ .../jaxb/src/main/resources/collectionobjects_common.xsd | 3 +++ 2 files changed, 6 insertions(+) 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 5c332c9cc..64bfc66a0 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 @@ -568,6 +568,9 @@ + + + diff --git a/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd b/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd index 3b209b355..b47e00890 100644 --- a/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd +++ b/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd @@ -501,6 +501,9 @@ + + + -- 2.47.3