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.
Related Essay: For a discussion on the use of <response>, see Tagging Letters and Replies.
Usage: Frequently, a reply or response is an article in its own right, not included as part of the original article. Such an article could use the <related-article> element inside the article metadata (<article-meta>) to record the metadata for the original article.
The response construction can also be used for the rarely seen case in which several responses to an article are lumped together in a single container 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.)
<!ELEMENT response %article-short-model; >
((front | front-stub), body?, back?, floats-group?)
The following, in order:
<article dtd-version="1.1d1"> <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>000</fpage><lpage>000</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>
JATS-archivearticle0.dtd