<related-object>

Related Object Information

Definition

Wrapper element, used as a container for text links to a related object, possibly accompanied by a very brief description of the object (typically a related book)

Remarks

At this time, this element is used only within <collection-member>. That usage may well be expanded in version 3.0 of the DTD Suite.

Attributes

document-id Document Identifier
document-id-type Document Identifier Type
document-type Document Type
id Identifier
object-id Object Identifier
object-id-type Object Identifier Type
object-type Object Type
source-id Source Identifier
source-id-type Source Identifier Type
source-type Source Type

Model Information

Content Model

<!ELEMENT  related-object
                        (#PCDATA %related-object-elements;)*         >

Description

Any combination of:

This element may be contained in:

<collection-member> Collection Member

Tagged Example


<collection>
<collection-meta>
...
<collection-name>Disease Control Priorities Set</collection-name>
<collection-list>
<collection-member>
<title>Disease Control Priorities in Developing Countries</title>
<ext-link ext-link-type="URL" 
xlink:href="http://www.ncbi.nlm.nih.gov/books/
bv.fcgi?call=bv.View..ShowTOC&amp;rid=dcp2.TOC&amp;depth=2"
xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"></ext-link>
<related-object source-id="http://www.ncbi.nlm.nih.gov/entrez/
query.fcgi?cmd=Retrieve&dopt=Expanded&db=nlmcatalog&list_uids=1252893" 
source-id-type="url" 
source-type="book">
<person-group person-group-type="editor">
<name><surname>Jamison</surname>
<given-names>Dean T.</given-names></name>
...
</person-group>
<source>Disease and Mortality in Sub-Saharan Africa</source>
<edition>2nd</edition>
<publisher-name>The World Bank</publisher-name>
<publisher-loc>Washington, DC</publisher-loc>
<year>2006</year>
<isbn>0-8213-6397-2</isbn>
<page-count count="416"/>
</related-object>
</collection-member>
<collection-member>
<title>Global Burden of Disease and Risk Factors</title>
<ext-link ext-link-type="URL" 
xlink:href="http://www.ncbi.nlm.nih.gov/books/
bv.fcgi?call=bv.View..ShowTOC&amp;rid=gbd.TOC&amp;depth=2"
xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"></ext-link>
</collection-member>
...
</collection-list>
</collection-meta>
</collection>



Module

bookrelated-object.ent