[tdwg-tapir] r1243 - in tapir: 1.0/schema dev/schema

svn at rs.tdwg.org svn at rs.tdwg.org
Thu Jul 19 02:06:31 CEST 2007


Author: RenatoDeGiovanni
Date: 2007-07-19 02:06:24 +0200 (Thu, 19 Jul 2007)
New Revision: 1243

Modified:
   tapir/1.0/schema/tapir.xsd
   tapir/dev/schema/tapir.xsd
Log:
Made dc:language unbounded and clarified documentation about the dataSourceLanguage environment variable.


Modified: tapir/1.0/schema/tapir.xsd
===================================================================
--- tapir/1.0/schema/tapir.xsd	2007-07-18 22:26:39 UTC (rev 1242)
+++ tapir/1.0/schema/tapir.xsd	2007-07-19 00:06:24 UTC (rev 1243)
@@ -745,7 +745,7 @@
 			</xsd:enumeration>
 			<xsd:enumeration value="dataSourceLanguage">
     		<xsd:annotation>
-		    	<xsd:documentation>The primary language of the data provided by the service (dc:language metadata).</xsd:documentation>
+		    	<xsd:documentation>The primary language of the data provided by the service (first occurrence of the dc:language metadata element).</xsd:documentation>
 		    </xsd:annotation>
 			</xsd:enumeration>
 			<xsd:enumeration value="technicalContactName">
@@ -1604,7 +1604,7 @@
 						of content or a free-text account of the content.</xsd:documentation>
 				</xsd:annotation>
 			</xsd:element>			
-			<xsd:element ref="dc:language">
+			<xsd:element ref="dc:language" maxOccurs="unbounded">
 				<xsd:annotation>
 					<xsd:documentation></xsd:documentation>
 				</xsd:annotation>

Modified: tapir/dev/schema/tapir.xsd
===================================================================
--- tapir/dev/schema/tapir.xsd	2007-07-18 22:26:39 UTC (rev 1242)
+++ tapir/dev/schema/tapir.xsd	2007-07-19 00:06:24 UTC (rev 1243)
@@ -745,7 +745,7 @@
 			</xsd:enumeration>
 			<xsd:enumeration value="dataSourceLanguage">
     		<xsd:annotation>
-		    	<xsd:documentation>The primary language of the data provided by the service (dc:language metadata).</xsd:documentation>
+		    	<xsd:documentation>The primary language of the data provided by the service (first occurrence of the dc:language metadata element).</xsd:documentation>
 		    </xsd:annotation>
 			</xsd:enumeration>
 			<xsd:enumeration value="technicalContactName">
@@ -1604,7 +1604,7 @@
 						of content or a free-text account of the content.</xsd:documentation>
 				</xsd:annotation>
 			</xsd:element>			
-			<xsd:element ref="dc:language">
+			<xsd:element ref="dc:language" maxOccurs="unbounded">
 				<xsd:annotation>
 					<xsd:documentation></xsd:documentation>
 				</xsd:annotation>




More information about the tdwg-tag mailing list