[tdwg-tapir] r1243 - in tapir: 1.0/schema dev/schema
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:documentationThe primary language of the data provided by the service (dc:language metadata).</xsd:documentation> + xsd:documentationThe 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:documentationThe primary language of the data provided by the service (dc:language metadata).</xsd:documentation> + xsd:documentationThe 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>
participants (1)
-
svn@rs.tdwg.org