From 5f0b0f43d00ddb1de4d078319f453c40129a4f10 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Wed, 14 Oct 2009 21:48:05 +0000 Subject: [PATCH] CSPACE-526: Set keyword substitution properties to Revision and Date on all XSD files. Added keyword anchors to, and updated initial comments block in, all entity-related XSD files. Added keyword anchors to several non-entity XSD files, without otherwise changing those files. --- .../resources/schemas/collectionobject.xsd | 8 +++++++ .../resources/schemas/acquisitions_common.xsd | 12 +++++++++++ .../main/resources/acquisitions_common.xsd | 19 +++++++++++++++-- .../schemas/collectionobjects_common.xsd | 12 +++++++++++ .../collectionobjects_naturalhistory.xsd | 12 +++++++++++ .../resources/collectionobjects_common.xsd | 17 ++++++++++++++- .../collectionobjects_naturalhistory.xsd | 18 +++++++--------- .../src/main/resources/relations_common.xsd | 20 ++++++++---------- .../src/main/resources/service-config.xsd | 3 +++ .../common/src/main/resources/service.xsd | 4 ++-- .../src/main/resources/system-response.xsd | 4 +++- services/common/src/main/resources/tenant.xsd | 4 ++-- services/common/src/main/resources/types.xsd | 4 ++-- services/id/jaxb/src/main/resources/id.xsd | 4 ++-- .../main/resources/schemas/intakes_common.xsd | 10 ++++++++- .../src/main/resources/intakes-common.xsd | 18 ++++++++++++++-- .../resources/schemas/relations_common.xsd | 21 ++++++++----------- .../resources/schemas/vocabularies_common.xsd | 12 +++++++++++ .../schemas/vocabularyitems_common.xsd | 12 +++++++++++ .../src/main/resources/vocabulary_common.xsd | 18 ++++++++++++++-- 20 files changed, 182 insertions(+), 50 deletions(-) diff --git a/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/schemas/collectionobject.xsd b/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/schemas/collectionobject.xsd index d37b63e13..31dbaf299 100644 --- a/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/schemas/collectionobject.xsd +++ b/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/schemas/collectionobject.xsd @@ -1,4 +1,12 @@ + + + + + + + + + - - + + 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 78f6e9f01..c01906760 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 @@ -1,4 +1,16 @@ + + + + + + + + + - + diff --git a/services/collectionobject/jaxb/src/main/resources/collectionobjects_naturalhistory.xsd b/services/collectionobject/jaxb/src/main/resources/collectionobjects_naturalhistory.xsd index f066192f0..ac39cb0e5 100644 --- a/services/collectionobject/jaxb/src/main/resources/collectionobjects_naturalhistory.xsd +++ b/services/collectionobject/jaxb/src/main/resources/collectionobjects_naturalhistory.xsd @@ -1,18 +1,16 @@ + + + + + - \ No newline at end of file + diff --git a/services/common/src/main/resources/tenant.xsd b/services/common/src/main/resources/tenant.xsd index 070685103..a9811f120 100644 --- a/services/common/src/main/resources/tenant.xsd +++ b/services/common/src/main/resources/tenant.xsd @@ -9,8 +9,8 @@ https://source.collectionspace.org/collection-space/LICENSE.txt Document : tenant-binding.xsd - Revision : $LastChangedRevision: $ - Created on : $LastChangedDate: $ + Revision : $LastChangedRevision$ + Created on : $LastChangedDate$ Description: --> diff --git a/services/common/src/main/resources/types.xsd b/services/common/src/main/resources/types.xsd index ab24291c0..a15cb6f5d 100644 --- a/services/common/src/main/resources/types.xsd +++ b/services/common/src/main/resources/types.xsd @@ -9,8 +9,8 @@ https://source.collectionspace.org/collection-space/LICENSE.txt Document : types.xsd - Revision : $LastChangedRevision: $ - Created on : $LastChangedDate: $ + Revision : $LastChangedRevision$ + Created on : $LastChangedDate$ Description: --> diff --git a/services/id/jaxb/src/main/resources/id.xsd b/services/id/jaxb/src/main/resources/id.xsd index eb194a7a4..fda369b76 100644 --- a/services/id/jaxb/src/main/resources/id.xsd +++ b/services/id/jaxb/src/main/resources/id.xsd @@ -16,8 +16,8 @@ http://wiki.collectionspace.org $LastChangedBy: aron $ - $LastChangedRevision: 302 $ - $LastChangedDate: 2009-06-29 15:36:29 -0700 (Mon, 29 Jun 2009) $ + $LastChangedRevision$ + $LastChangedDate$ --> diff --git a/services/intake/3rdparty/nuxeo-platform-cs-intake/src/main/resources/schemas/intakes_common.xsd b/services/intake/3rdparty/nuxeo-platform-cs-intake/src/main/resources/schemas/intakes_common.xsd index 800c80158..ebf92ebd4 100644 --- a/services/intake/3rdparty/nuxeo-platform-cs-intake/src/main/resources/schemas/intakes_common.xsd +++ b/services/intake/3rdparty/nuxeo-platform-cs-intake/src/main/resources/schemas/intakes_common.xsd @@ -1,6 +1,14 @@  + + + + - - + diff --git a/services/relation/3rdparty/nuxeo-platform-cs-relation/src/main/resources/schemas/relations_common.xsd b/services/relation/3rdparty/nuxeo-platform-cs-relation/src/main/resources/schemas/relations_common.xsd index 78e5fb47f..2ecf22619 100644 --- a/services/relation/3rdparty/nuxeo-platform-cs-relation/src/main/resources/schemas/relations_common.xsd +++ b/services/relation/3rdparty/nuxeo-platform-cs-relation/src/main/resources/schemas/relations_common.xsd @@ -1,19 +1,16 @@ + + + + + + + + + + + - - + -- 2.47.3