<anonymous>
Anonymous
Placeholder for the name of a contributor where the actual name is unknown or not disclosed.
Remarks
Design Note: 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 assumed to be Francis Bacon”. Therefore, this version of this Tag
Set uses a mixed content model for the element <anonymous>, so that content can be inserted when necessary.
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 | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x)*
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- <inline-supplementary-material> Inline Supplementary Material Metadata
- Related Material Elements
- <hr> Horizontal Rule
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Math Elements
- Other Inline Elements
- <fn> Footnote
- <target> Target of an Internal Link
- <xref> X (cross) Reference
- Baseline Change Elements
- <x> X - Generated Text and Punctuation
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’s
lymphoma. The Non-Hodgkin’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">
<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’s
lymphoma. The Non-Hodgkin’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>.
</mixed-citation>
</ref>
...