<object-id>
Object Identifier
Unique identifier (such as a DOI or URI) for a component within an article (for example, for a figure or a table).
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 Model
<!ELEMENT object-id (#PCDATA) >
Description
Text, numbers, or special characters
This element may be contained in:
Example
For a media object:
...
<media id="v1" mime-subtype="avi" mimetype="video" orientation="portrait"
position="anchor" specific-use="original-format" xlink:href="v1">
<object-id pub-id-type="doi" specific-use="metadata">10.1063/1.4807071.1</object-id>
</media>
...