[tdwg-tapir] r1109 - tapir/dev/schema
Author: RenatoDeGiovanni Date: 2007-06-03 00:03:24 +0200 (Sun, 03 Jun 2007) New Revision: 1109
Modified: tapir/dev/schema/tapir.xsd Log: Included the environment variables: dateCreated, metadataLanguage, dataSourceLanguage, dataSourceDescription, rights, subject, bibliographicCitation, technicalContactName, technicalContactEmail, contentContactName, contentContactEmail.
Modified: tapir/dev/schema/tapir.xsd =================================================================== --- tapir/dev/schema/tapir.xsd 2007-06-02 21:37:20 UTC (rev 1108) +++ tapir/dev/schema/tapir.xsd 2007-06-02 22:03:24 UTC (rev 1109) @@ -700,7 +700,7 @@ </xsd:enumeration> <xsd:enumeration value="datasourceName"> xsd:annotation - xsd:documentationThe name of the datasource (service title).</xsd:documentation> + xsd:documentationThe name of the datasource (dc:title metadata).</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="accessPoint"> @@ -713,6 +713,61 @@ xsd:documentationTimestamp of the last update of the datasource.</xsd:documentation> </xsd:annotation> </xsd:enumeration> + <xsd:enumeration value="dateCreated"> + xsd:annotation + xsd:documentationTimestamp of the creation of the datasource.</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> + <xsd:enumeration value="dataSourceDescription"> + xsd:annotation + xsd:documentationThe description of the datasource (dc:description metadata).</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> + <xsd:enumeration value="rights"> + xsd:annotation + xsd:documentationInformation about who can access the resource or about its security status, access regulations, etc. (dc:rights metadata).</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> + <xsd:enumeration value="subject"> + xsd:annotation + xsd:documentationKeywords, key phrases or classification codes that describe content provided by the resource (dc:subject metadata).</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> + <xsd:enumeration value="bibliographicCitation"> + xsd:annotation + xsd:documentationInformation about how to cite the datasource (dc:bibliographicCitation metadata).</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> + <xsd:enumeration value="metadataLanguage"> + xsd:annotation + xsd:documentationThe language in which the content of the following variables are expressed: datasourceName, dataSourceDescription, rights, subject and bibliographicCitation.</xsd:documentation> + </xsd:annotation> + </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:annotation> + </xsd:enumeration> + <xsd:enumeration value="technicalContactName"> + xsd:annotation + xsd:documentationThe name of the first system administrator of the first technical host entity.</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> + <xsd:enumeration value="technicalContactEmail"> + xsd:annotation + xsd:documentationThe e-mail of the first system administrator of the first technical host entity.</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> + <xsd:enumeration value="contentContactName"> + xsd:annotation + xsd:documentationThe name of the first data administrator of the first data supplier entity.</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> + <xsd:enumeration value="contentContactEmail"> + xsd:annotation + xsd:documentationThe e-mail of the first data administrator of the first data supplier entity.</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="variableNameType">
participants (1)
-
svn@rs.tdwg.org