source-id-type Source Identifier Type

Type of source identifier (for example, a DOI, ISSN, ISBN, or publisher’s identifier) for a <related-object>.
OPTIONAL on 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.

Suggested usage

For Clinical Trials: When using <related-object> to tag mentions of Clinical Trials, some suggested values for the @source-id-type attribute on the <related-object> element include:
  • ANZCTR
  • ChiCTR
  • ClinicalTrials
  • CRiS
  • CTRI
  • DRKS
  • EU-CTR
  • IRCT
  • ISRCTN
  • PACTR
  • ReBec
  • RPCEC
  • SLCTR
  • UMIN-CTR
Tagged Sample

@source-id-type attribute indicating a URL

...
<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>
...