<author-ref> (
Author Reference)
Description
Description
Name of one of the authors of the referenced work, or "et al" to represent multiple un-named authors:
<author-ref>
<surname>Bolden</surname>
<givenname>S.</givenname>
</author-ref>
<author-ref>
<etal/>
</author-ref>
<author-ref>
<corporate>ACME Corp.</corporate>
</author-ref>
Note that this is a highly structured element that does not allow punctuation between parts of the name, or any degree of freedom in the order of name components. If this freedom is required, select the
<author-ref-text> element instead.
Parent Elements
The elements listed below may directly contain this element.
They are "parent" elements. Elements in referenced groups are included, up to two levels of group nesting.
Model Diagram
The DTD model for this element:
--+(choice)
|
|-- corporate -- (TEXT and elements)
|
|--+(choice)
| |
| |-- etal
| |
| |--+(sequence)
| | |
| | surname -- (TEXT and elements)
| | |
| | prefix (optional and repeatable) -- (TEXT and elements)
| | |
| | givenname -- (TEXT and elements)
| | |
| | middlename (optional) -- (TEXT and elements)
| | |
| | suffix (optional and repeatable) -- (TEXT and elements)
| | |
| | query (optional and repeatable) -- TEXT
DTD Definition
The DTD contains the following element and attribute definitions
(note that embedded links are to definitions within the DTD page of this guide):
<!ELEMENT author-ref (corporate | (etal | (surname, prefix*, givenname, middlename?, suffix*, query*)))>
<!ATTLIST author-ref
%a-group-CommonIDAttrs;>
.
Defined in DTD section
Back Matter : References : Book References
General Attributes (shared with other elements)