Key references for law products
Capture key references for law products in a sec element below the main abstract
Capture Key References
as the content of title within the
sec
Capture the references in a ref-list element
Capture each reference in a ref element containing a label element for the reference number and a citation element for the reference text
Capture a citation-type attribute with a value of other on each citation element in the Key References section
Capture a unique id attribute on each citation element in the Key References section
The format of the @id consists of the following seperated by hyphens
- The OUP product code for the journal
(
/article/front/journal-meta/journal-id[@journal-id-type = 'publisher-id']
) - The article ID (
/article/front/article-meta/article-id[@pub-id-type = 'publisher-id']
) - The element name
citation
- A number for the citation within the Key References list
Example Citation ID
ijlit-eat018-citation-001
Full Example
<abstract> <p>The main abstract content...</p> <sec> <title>Key References</title> <ref-list> <ref> <label>1</label> <citation id="ijlit-eat018-citation-001" citation-type="other">PCA Rules on Arbitration</citation> </ref> <ref> <label>2</label> <citation id="ijlit-eat018-citation-002" citation-type="other">Goodyear Tire and Rubber Company, Memorandum of determinations, IIC 1084 (1980), 14th January 1980</citation> </ref> <ref> <label>3</label> <citation id="ijlit-eat018-citation-003" citation-type="other">North American Free Trade Agreement</citation> </ref> </ref-list> </sec> </abstract>