]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5122: Add commonNameSourceDetail field to services taxon schemas
authorRick Jaffe <rjaffe@berkeley.edu>
Wed, 16 May 2012 23:00:38 +0000 (16:00 -0700)
committerRick Jaffe <rjaffe@berkeley.edu>
Wed, 16 May 2012 23:00:38 +0000 (16:00 -0700)
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/src/main/resources/schemas/taxon_common.xsd
services/taxonomy/jaxb/src/main/resources/taxon_common.xsd

index 34ad97d0d55a7fa3a11225f11b2d206858a06c7b..dd8252fbc43b2ab601c8b11ef09e3222ecbafefb 100644 (file)
@@ -69,6 +69,7 @@
             <xs:element name="commonName" type="xs:string"/>
             <xs:element name="commonNameLanguage" type="xs:string"/>
             <xs:element name="commonNameSource" type="xs:string"/>
+            <xs:element name="commonNameSourceDetail" type="xs:string"/>
         </xs:sequence>
     </xs:complexType>
     
index e51c80e33a4934d306fe87ddfc566afe86ba9ca5..7525bd26876bed9bc5df56c6150793c70935d68b 100644 (file)
@@ -72,6 +72,7 @@
             <xs:element name="commonName" type="xs:string"/>
             <xs:element name="commonNameLanguage" type="xs:string"/>
             <xs:element name="commonNameSource" type="xs:string"/>
+            <xs:element name="commonNameSourceDetail" type="xs:string"/>
         </xs:sequence>
     </xs:complexType>