8000 can <usageCitation> and <referencePublication> have <citation> children? · Issue #375 · NCEAS/eml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
can <usageCitation> and <referencePublication> have <citation> children?  #375
Open
@atn38

Description

@atn38

The documentation on EML 2.2.0 says this about the new element:

EML 2.2.0 includes a new <literatureCited> element as a CitationListType that represents one or more citations. These citations can be a series of <citation> elements or a <bibtex> element with a list of citations.

My question is, can <usageCitation> and <referencePublication> contain <citation> children as well? My assumption was that they should, and could, although the documentation on them didn't explicitly say so. I produced an EML document with an element containing two children like this:

    <usageCitation>
      <citation>
        <bibtex>@article{rawlins_changing_2019,&#13;
	title = {Changing characteristics of runoff and freshwater export from watersheds draining northern {Alaska}},&#13;
	volume = {13},&#13;
	issn = {1994-0416},&#13;
	url = {https://www.the-cryosphere.net/13/3337/2019/tc-13-3337-2019.html},&#13;
	doi = {10.5194/tc-13-3337-2019},&#13;
	language = {English},&#13;
	number = {12},&#13;
	urldate = {2019-12-19},&#13;
	journal = {The Cryosphere},&#13;
	author = {Rawlins, Michael A. and Cai, Lei and Stuefer, Svetlana L. and Nicolsky, Dmitry},&#13;
	month = dec,&#13;
	year = {2019},&#13;
	note = {https://doi.org/10.6073/pasta/2c1cd0c1d3f0f257d9dac659314bc777},&#13;
	keywords = {LTER-BLE, LTER-Funded},&#13;
	pages = {3337--3352}&#13;
}</bibtex>
      </citation>
      <citation>
        <bibtex>@article{miller_seasonal_2021,&#13;
	title = {The seasonal phases of an {Arctic} lagoon reveal the discontinuities of {pH} variability and {CO}$_{\textrm{2}}$ flux at the air–sea interface},&#13;
	volume = {18},&#13;
	issn = {1726-4170},&#13;
	url = {https://bg.copernicus.org/articles/18/1203/2021/},&#13;
	doi = {10.5194/bg-18-1203-2021},&#13;
	language = {English},&#13;
	number = {3},&#13;
	urldate = {2021-02-22},&#13;
	journal = {Biogeosciences},&#13;
	author = {Miller, Cale A. and Bonsell, Christina and McTigue, Nathan D. and Kelley, Amanda L.},&#13;
	month = feb,&#13;
	year = {2021},&#13;
	note = {https://doi.org/10.6073/pasta/3475cdbb160a9f844aa5ede627c5f6fe&#13;
https://doi.org/10.6073/pasta/ced2cedd430d430d9149b9d7f1919729&#13;
https://doi.org/10.6073/pasta/e0e71c2d59bf7b08928061f546be6a9a&#13;
https://doi.org/10.6073/pasta/9305328d0f1ed28fbb2d7cf56c686786},&#13;
	keywords = {LTER-BLE, LTER-Funded},&#13;
	pages = {1203--1221}&#13;
}</bibtex>
      </citation>
    </usageCitation>

Excuse the malformed bibtexes! The point is that this document was deemed invalid:

"Element 'citation': This element is not expected. Expected is one of ( alternateIdentifier, shortName, title, bibtex, references )."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0