source-id-type

Source Identifier Type

Type of source identifier (for example, a DOI, ISSN, ISBN, or publisher’s identifier) for a <related-object>.

With the Element

<related-object>
Value Meaning
The type of identifier that names the source of the related object, for example, a DOI. The type of document identifier named in the @source-id attribute for a (<related-object>) element. This attribute qualifies the @source-id attribute.
Restriction: @source-id-type is an optional attribute; there is no default.

Example


...  
<related-object source-id="http://www.ncbi.nlm.nih.gov/entrez/
query.fcgi?cmd=Retrieve&amp;dopt=Expanded&amp;db=nlmcatalog&amp;list_uids=1252893"
source-id-type="url" source-type="book">
<person-group person-group-type="editor">
...</person-group>
<source>Disease and Mortality in Sub-Saharan Africa</source>
...
</related-object>  
...