<object-id>

Object Identifier

Used to record an identifier, such as a DOI, for elements other than the top-level element <book> (or <collection> respectively)

Remarks

Such an identifier may be created by a publisher or archive, and there is no requirement that identifiers be unique.

Design Note: An element, rather than an attribute, was chosen as the means to capture DOIs and other identifiers so multiple identifiers could be retained.

Attributes

content-type Type of Content
pub-id-type Type of Publication Identifier

Content Model

<!ELEMENT  object-id    (#PCDATA)                                    >

Description

Text, numbers, or special characters

This element may be contained in:

<abstract>, <boxed-text>, <chem-struct-wrap>, <element-citation>, <fig>, <graphic>, <media>, <mixed-citation>, <preformat>, <product>, <related-article>, <related-object>, <supplementary-material>, <table-wrap>

Example

...
<disp-formula>
<alternatives>
<textual-form>(a + 3)<sup>2</sup> - (10 - b) = 24</textual-form>
<graphic xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="fors2682.f3"  >
<object-id>463492</object-id>
</graphic>
<mml:math>
<mml:mrow>
<mml:msup>
<mml:mfenced>
<mml:mrow>
<mml:mi>a</mml:mi>
<mml:mo>&plus;</mml:mo>
<mml:mn>3</mml:mn>
</mml:mrow>
</mml:mfenced>
<mml:mn>2</mml:mn>
</mml:msup>
<mml:mo>&minus;</mml:mo>
<mml:mfenced>
<mml:mrow>
<mml:mi>10</mml:mi>
<mml:mo>&minus;</mml:mo>
<mml:mn>b</mml:mn>
</mml:mrow>
</mml:mfenced>
<mml:mo>&equals;</mml:mo>
<mml:mn>24</mml:mn>
</mml:mrow>
</mml:math>
</alternatives>
</disp-formula>
...

Module

common3.ent