<related-object>
Related Object Information
Remarks
- The source is the largest publishable unit (named in analogy to the <source> element used in citations). In the case of a reference to somewhere in a book, @source-id would represent the book as a whole, perhaps via its ISBN.
- The document is the part of the source that is typically delivered when a user follows the link in electronic form. For example, when linking into a book it may be desirable to transfer only the relevant chapter, section, or other unit. That unit would be specified on the @document-id, perhaps via its XML ID.
- The object is the location within the document of the precise destination of the link. For example, the object might be a particular list, paragraph, subsection, or other element specified by its XML ID (and a viewing application might scroll to it). In scanned data, the object might be a page specified by number, or an area-to-highlight specified by co-ordinates. In a relational database, the object might be a specific row, selection, or view specified by a query.
Attributes
Content Model
<!ELEMENT related-object (#PCDATA %related-object-elements;)* >
Expanded Content Model
(#PCDATA | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | named-content | styled-content | annotation | article-title | chapter-title | collab | collab-alternatives | comment | conf-acronym | conf-date | conf-loc | conf-name | conf-sponsor | data-title | date | date-in-citation | day | edition | email | elocation-id | etal | ext-link | fpage | gov | institution | institution-wrap | isbn | issn | issn-l | issue | issue-id | issue-part | issue-title | lpage | month | name | name-alternatives | object-id | page-range | part-title | patent | person-group | pub-id | publisher-loc | publisher-name | role | season | series | size | source | std | string-name | supplement | trans-source | trans-title | uri | version | volume | volume-id | volume-series | year | sub | sup)*
Description
- Text, numbers, or special characters
- Emphasis Elements
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- <annotation> Annotation in a Citation
- <article-title> Article Title
- <chapter-title> Chapter Title in a Citation
- <collab> Collaborative (Group) Author
- <collab-alternatives> Collaboration Alternatives
- <comment> Comment in a Citation
- <conf-acronym> Conference Acronym
- <conf-date> Conference Date
- <conf-loc> Conference Location
- <conf-name> Conference Name
- <conf-sponsor> Conference Sponsor
- <data-title> Data Title
- <date> Date
- <date-in-citation> Date within a Citation
- <day> Day
- <edition> Edition Statement, Cited
- Linking Elements
- <elocation-id> Electronic Location Identifier
- <etal> Et Al.
- <fpage> First Page
- <gov> Government Report, Cited
- <institution> Institution Name: in an Address
- <institution-wrap> Institution Wrapper
- <isbn> ISBN
- <issn> ISSN
- <issn-l> ISSN-L (Linking ISSN)
- <issue> Issue Number
- <issue-id> Issue Identifier
- <issue-part> Issue Part
- <issue-title> Issue Title
- <lpage> Last Page
- <month> Month
- <name> Name of Person
- <name-alternatives> Name Alternatives
- <object-id> Object Identifier
- <page-range> Page Ranges
- <part-title> Part Title in a Citation
- <patent> Patent Number, Cited
- <person-group> Person Group for a Cited Publication
- <pub-id> Publication Identifier for a Cited Publication
- <publisher-loc> Publisher’s Location
- <publisher-name> Publisher’s Name
- <role> Role or Function Title of Contributor
- <season> Season
- <series> Series
- <size> Size
- <source> Source
- <std> Standard, Cited
- <string-name> Name of Person (Unstructured)
- <supplement> Supplement Information
- <trans-source> Translated Source
- <trans-title> Translated Title
- <version> Version Statement
- <volume> Volume Number
- <volume-id> Volume Identifier
- <volume-series> Volume Series
- <year> Year
- Baseline Change Elements
This element may be contained in:
Example
...
<p>The toll of AIDS in Africa far exceeds its proportion
of the world population. Only 12% of the world's population
inhabit Africa, but the continent has over 60% of the
AIDS-infected population. Mortality statistics are complicated
by the relationship between Tuberculosis and HIV.
<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>2</edition><sup>nd</sup>
<publisher-name>The World Bank</publisher-name>
<publisher-loc>Washington, DC</publisher-loc>
<year iso-8601-date="2006">2006</year>
<isbn>0-8213-6397-2</isbn>
<size units="pages">416</size>
</related-object>
</p>
...