◇◆
<response> Response
Reply, response, or commentary concerning the journal article. In the typical case,
the
response is included in the same XML package as the original article, attached at
the end of the
article proper. Metadata that differs from that of the original article (for example,
title, author) may be captured using the <front-stub> element; if the <front-stub> element is used, any metadata not specifically tagged is inherited from the original
article.
Usage/Remarks
When a reply or response to an article is an article in its own right (therefore not
included as part of the original article) the <response> element is not appropriate. Such an external response should be identified with a
<related-article> element inside article metadata (<article-meta>) to record the metadata for the original article. The original article could likewise
use a <related-article> to record the metadata for the response.
The <response> construction is for the case in which several responses to an article are lumped
together as a single container article, which is not the original article, merely
a collection of responses. (In one example we examined, the first two responses were
to an original article which was elsewhere, and the third response was a response
to the first two responses.)
Attributes
Multi-lang Attributes
Models and Context
May be contained in
Description
The following, in order:
- <processing-meta> Processing Metadata, zero or one
- Any one of:
- <body> Body of the Document, zero or one
- <back> Back Matter, zero or one
- <floats-group> Floating Element Group, zero or one
Content Model
<!ELEMENT response %article-short-model; >
Expanded Content Model
(processing-meta?, (front | front-stub), body?, back?, floats-group?)
Tagged Sample
Comments and responses
Comment letter in a section, comment letter in response, and Author’s reply in response
<article dtd-version="1.4"> <front> <journal-meta> <journal-id journal-id-type="publisher">JCM</journal-id> <issn>0095-1137</issn> <publisher><publisher-name>JCM</publisher-name></publisher> </journal-meta> <article-meta> <article-id pub-id-type="pmid">0547</article-id> <article-categories> <subj-group> <subject>Letter to the Editor</subject> </subj-group> </article-categories> <title-group> <article-title><italic>Acrophialophora fusispora</italic> Misidentified as <italic>Scedosporium prolificans</italic></article-title> </title-group> <contrib-group> <contrib contrib-type="author"> <string-name><surname>Guarro*</surname> <given-names>Josep</given-names></string-name> <xref ref-type="aff"><sup><italic>a</italic></sup></xref> </contrib> <contrib contrib-type="author"> <name><surname>Gené</surname> <given-names>Josepa</given-names></name> <xref ref-type="aff"><sup><italic>a</italic></sup></xref> </contrib> </contrib-group> <aff>...</aff> <pub-date publication-format="print" date-type="pub" iso-8601-date="2002"> <year>2002</year></pub-date> <volume>40</volume> <issue>9</issue> <fpage>42</fpage> <lpage>43</lpage> <permissions> <copyright-statement>Copyright © 2002, British Medical Journal</copyright-statement> </permissions> </article-meta> </front> <body> <sec> <title>Comment Letter 1</title> <p>Arthur et al. reported an interesting case of human keratouveitis associated with the intraocular long-term retention of a contact lens, ...</p> </sec> </body> <back> <ref-list>...</ref-list> </back> <response response-type="reply"> <front> <article-meta> <title-group> <article-title>Comment Letter 2</article-title> </title-group> <contrib-group> <contrib contrib-type="author"> <string-name><surname>Sigler*</surname>, <given-names>Lynne</given-names></string-name> <xref ref-type="aff"><sup><italic>a</italic></sup></xref> </contrib> <contrib contrib-type="author"> <string-name><surname>Sutton</surname>, <given-names>Deanna A.</given-names></string-name> <xref ref-type="aff"><sup><italic>b</italic></sup></xref> </contrib> </contrib-group> <aff>...</aff> </article-meta> </front> <body> <p>We are writing concerning the identification of the fungus causing keratouveitis ...</p> </body> <back> <ref-list>...</ref-list> </back> </response> <response response-type="reply"> <front> <article-meta> <title-group> <article-title>Authors' Reply</article-title> </title-group> <contrib-group> <contrib contrib-type="author"> <string-name><surname>Arthur*</surname>, <given-names>Stella</given-names></string-name> <xref ref-type="aff"><sup><italic>a</italic></sup></xref> </contrib> <contrib contrib-type="author"> <string-name><surname>Steed</surname>, <given-names>Lisa L.</given-names></string-name> <xref ref-type="aff"><sup><italic>a</italic></sup></xref> </contrib> </contrib-group> <aff>...</aff> </article-meta> </front> <body> <p>We read with great interest and much chagrin the letters to the editor by Drs. Sigler and Sutton and Drs. Guarro and Gene correcting our misidentification of <italic>Acrophialophora fusispora</italic> as <italic>Scedosporium prolificans</italic> ...</p> ... </body> <back> <ref-list>...</ref-list> </back> </response> </article>