<anonymous>

Anonymous

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

Remarks

Design Note: This element is modeled as an EMPTY placeholder, which is expected to be used to generate text such as “anon.”, “Anonymous”, or similar. In contrast, the JATS Archiving Tag Set allows content for this element, so that content such as “Anonymous but assumed to be Francis Bacon” can be inserted.

Attributes

Content Model

<!ELEMENT  anonymous    %anonymous-model;                            >

Expanded Content Model

EMPTY

Description

This is an EMPTY element

This element may be contained in:

Example 1

In an element-style bibliographic reference (punctuation and spacing removed):
...
<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>
...

Example 2

In a mixed-style bibliographic reference (punctuation and spacing preserved):
...
<ref id="pbiob001a">
<label>1</label>
<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>
...