Skip to content

Commit

Permalink
renamed citation to usageCitation to reflect comments in issue #259.
Browse files Browse the repository at this point in the history
Also updated the definition to reflect the intended purpose of the field.
  • Loading branch information
mbjones committed Sep 9, 2017
1 parent c32cbe9 commit 063bda9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions xsd/eml-dataset.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -299,16 +299,19 @@
</xs:annotation>
</xs:element>
</xs:choice>
<xs:element name="citation" type="cit:CitationType" minOccurs="0" maxOccurs="unbounded">
<xs:element name="usageCitation" type="cit:CitationType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Data Citation</doc:tooltip>
<doc:tooltip>Usage 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.
references this dataset resource. It is not expected that the list of
usageCitations will necessarily be complete, but rather they serve as
examples and pointers to scholarly works in which this dataset has been
used.
</doc:description>
</xs:appinfo>
</xs:annotation>
Expand Down

0 comments on commit 063bda9

Please sign in to comment.