From f3673a5c01f612ffb65952f42ca942b5a1918592 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Thu, 23 May 2013 15:18:27 -0700 Subject: [PATCH] CSPACE-6007: Renamed citationsNotes field to citationNote, in keeping with widely-used naming convention in services schema, to avoid ambiguity about potential repeatability, and to match the wiki schema name. --- .../resources/schemas/citations_common.xsd | 110 ++++++++---------- .../src/main/resources/citation_common.xsd | 101 +++++++--------- 2 files changed, 91 insertions(+), 120 deletions(-) diff --git a/services/citation/3rdparty/nuxeo-platform-cs-citation/src/main/resources/schemas/citations_common.xsd b/services/citation/3rdparty/nuxeo-platform-cs-citation/src/main/resources/schemas/citations_common.xsd index 476c312d9..c8c1f2c13 100644 --- a/services/citation/3rdparty/nuxeo-platform-cs-citation/src/main/resources/schemas/citations_common.xsd +++ b/services/citation/3rdparty/nuxeo-platform-cs-citation/src/main/resources/schemas/citations_common.xsd @@ -6,9 +6,6 @@ Entity : Citation Part : Common Used for: Nuxeo EP core document type - - $LastChangedRevision: 860 $ - $LastChangedDate: 2009-10-14 14:48:05 -0700 (Wed, 14 Oct 2009) $ --> - + @@ -28,7 +25,14 @@ + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + maxOccurs="unbounded"/> - - + @@ -110,60 +80,74 @@ - - - - + maxOccurs="unbounded"/> - - + - - - + + maxOccurs="unbounded"/> - - + - - - - + + maxOccurs="unbounded"/> - - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/services/citation/jaxb/src/main/resources/citation_common.xsd b/services/citation/jaxb/src/main/resources/citation_common.xsd index 0fd3cf6ac..9bc1b1808 100644 --- a/services/citation/jaxb/src/main/resources/citation_common.xsd +++ b/services/citation/jaxb/src/main/resources/citation_common.xsd @@ -6,9 +6,6 @@ Entity : Citation Part : Common Used for: JAXB binding between XML and Java objects - - $LastChangedRevision: $ - $LastChangedDate: $ --> - + @@ -40,22 +37,22 @@ - - - - - + + + + + + - @@ -80,48 +77,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + maxOccurs="unbounded"/> - - + @@ -132,49 +97,71 @@ + maxOccurs="unbounded"/> - - + - - + maxOccurs="unbounded"/> - - + - + maxOccurs="unbounded"/> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.47.3