Actions
Feature #6283
openadd field to reference data usage citations
Start date:
12/06/2013
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
Consider adding an optional top level field to eml-dataset to provide this, possibly something like:
/eml/dataset/dataUsageCitation which would be of type CitationType
See discussion on eml-dev regarding this issue:
http://lists.nceas.ucsb.edu/ecoinformatics/pipermail/eml-dev/2013-December/002004.html
Updated by Matt Jones almost 11 years ago
Here's a proposed element definition for the /eml/dataset/citation field. I have preliminarily checked this into EML trunk (r2344) for incorporation in the next release. As it is optional and at the end of the dataset fields, it should be fully backward compatible with prior versions of EML.
<xs:element name="citation" type="cit:CitationType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:appinfo> <doc:tooltip>Data Citation</doc:tooltip> <doc:summary>A citation to articles or products in which the dataset is used or referenced.</doc:summary> <doc:description>A citation to articles or products in which the dataset is used or referenced. The citation element contains general information about a literature resource that has used or references this dataset resource. </doc:description> </xs:appinfo> </xs:annotation> </xs:element>
Updated by Matt Jones almost 11 years ago
- Category set to eml - general bugs
- Assignee set to Matt Jones
Actions