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:documentation>The name of the datasource (service title).</xsd:documentation> + <xsd:documentation>The name of the datasource (dc:title metadata).</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="accessPoint"> @@ -713,6 +713,61 @@ <xsd:documentation>Timestamp of the last update of the datasource.</xsd:documentation> </xsd:annotation> </xsd:enumeration> + <xsd:enumeration value="dateCreated"> + <xsd:annotation> + <xsd:documentation>Timestamp of the creation of the datasource.</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> + <xsd:enumeration value="dataSourceDescription"> + <xsd:annotation> + <xsd:documentation>The description of the datasource (dc:description metadata).</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> + <xsd:enumeration value="rights"> + <xsd:annotation> + <xsd:documentation>Information 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:documentation>Keywords, 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:documentation>Information about how to cite the datasource (dc:bibliographicCitation metadata).</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> + <xsd:enumeration value="metadataLanguage"> + <xsd:annotation> + <xsd:documentation>The 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:documentation>The 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:documentation>The 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:documentation>The 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:documentation>The 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:documentation>The 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">