<anonymous>

Anonymous

Definition

Place holder for the name of a contributor where the actual name is unknown or not disclosed

Remarks

Design Note: Most journal tag sets model this place holder as an EMPTY element, typically used to generate text such as “anon.”. That is the design choice this Authoring Tag Set has made. However, a few journal tag sets expect content for this element, with such text as “Anonymous but assumed to be Francis Bacon”. Therefore, as implemented in the Base Suite Version 2.3 and used in the Archiving Tag Set, the element <anonymous> uses a mixed content model where it may be necessary to preserve content. (As of version 2.3, the element <anonymous> is an EMPTY element in the more prescriptive Publishing and Authoring Tag Sets.)

Model Information

Content Model

<!ELEMENT  anonymous    %anonymous-model;                            >

Description

This is an EMPTY element

This element may be contained in:

<contrib> Contributor; <person-group> Person Group for a Cited Publication

Tagged Examples

Example 1

In a bibliographic reference (punctuation and spacing removed):


...
<ref id="pbiob001a">
<citation citation-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>1997</year> 
<volume>89</volume>
<fpage>3909</fpage>
<lpage>3918</lpage>
<pub-id pub-id-type="pmid">9166827</pub-id>
</citation>
</ref>
...


Example 2

In a bibliographic reference (punctuation and spacing preserved):


...
<ref id="pbiob001a">
<citation citation-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>1997</year>; 
<volume>89</volume>:
<fpage>3909</fpage>&ndash;
<lpage>3918</lpage>.
<pub-id pub-id-type="pmid">9166827</pub-id>.
</citation>
</ref>
...


Module

common.ent