<anonymous> Anonymous

Placeholder for the name of a contributor where the actual name is unknown or not disclosed.

Usage/Remarks

Many journal tag sets model this element as an EMPTY placeholder, which is used to generate “anon.”, “Anonymous”, or similar text. However, a few tag sets expect content for this element, with such text as “Anonymous but attributed to Francis Bacon”. Therefore, the Archiving Tag Set (unlike Publishing) uses a mixed content model for the element <anonymous>, so that content can be inserted when necessary.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Any combination of:
Content Model
<!ELEMENT  anonymous    %anonymous-model;                            >
Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x)*

Tagged Sample

In citations

Mixed citation
...
<ref id="pbiob001a">
 <mixed-citation publication-type="journal">
  <person-group person-group-type="author"><anonymous/>
  </person-group>. <article-title>A clinical evaluation of 
  the International Lymphoma Study Group classification of 
  non-Hodgkin&rsquo;s lymphoma. The Non-Hodgkin&rsquo;s 
  Lymphoma Classification Project</article-title>.
  <source>Blood</source> <year iso-8601-date="1997">1997</year>;
  <volume>89</volume>: <fpage>3909</fpage>&ndash;<lpage>3918</lpage>.
  <pub-id pub-id-type="pmid">9166827</pub-id>.
 </mixed-citation>
</ref>
...
Element citation
...
<ref id="pbiob001a">
 <label>1</label>
 <element-citation publication-type="journal">
  <person-group person-group-type="author">
   <anonymous/>
  </person-group>
  <article-title>A clinical evaluation of the International
   Lymphoma Study Group classification of non-Hodgkin&rsquo;s
   lymphoma. The Non-Hodgkin&rsquo;s Lymphoma Classification
   Project</article-title>
  <source>Blood</source>
  <year iso-8601-date="1997">1997</year>
  <volume>89</volume>
  <fpage>3909</fpage>
  <lpage>3918</lpage>
  <pub-id pub-id-type="pmid">9166827</pub-id>
 </element-citation>
</ref>
...