]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6007: Add termFormattedDisplayName field to services Citation Authority term...
authorAron Roberts <aron@socrates.berkeley.edu>
Wed, 29 May 2013 01:34:25 +0000 (18:34 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Wed, 29 May 2013 01:34:25 +0000 (18:34 -0700)
services/citation/3rdparty/nuxeo-platform-cs-citation/src/main/resources/schemas/citations_common.xsd
services/citation/jaxb/src/main/resources/citation_common.xsd

index 69bdc8011aaef8f582ed1a73d0de9a8b3f8ea770..d73ae8d1e4e25ee20b782619a6321ecd164fbfc2 100644 (file)
@@ -44,6 +44,7 @@
         <xs:sequence>
             <!-- Common across all authority item terms -->
             <xs:element name="termDisplayName" type="xs:string"/>
+            <xs:element name="termFormattedDisplayName" type="xs:string"/>
             <xs:element name="termName" type="xs:string"/>
             <xs:element name="termType" type="xs:string"/>
             <xs:element name="termStatus" type="xs:string"/>
index f105670b97cd816564e6e6b9acd4601f09a7a5fd..b86c2c1fa6cfaee24086911f013ea1f16be5bce6 100644 (file)
@@ -57,6 +57,7 @@
         <xs:sequence>
             <!-- Common across all authority item terms -->
             <xs:element name="termDisplayName" type="xs:string"/>
+            <xs:element name="termFormattedDisplayName" type="xs:string"/>
             <xs:element name="termName" type="xs:string"/>
             <xs:element name="termType" type="xs:string"/>
             <xs:element name="termStatus" type="xs:string"/>