author

Author

author: Person or corporate body responsible for the 
intellectual or artistic content of a document. [ISO 690:1987] 

There is no distinguishing between personal and corporate authors
<author> followed by name or addressbook information
use the ID attribute if, for example, there is a need to distinguish between
multiple authors.
Can also include affiliation details

Recommended id="auth01", etc.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional

Source

<xs:element name="author" type="authorType">
  <xs:annotation>
    <xs:documentation>Author author: Person or corporate body responsible for the intellectual or artistic content of a document. [ISO 690:1987] There is no distinguishing between personal and corporate authors <author> followed by name or addressbook information use the ID attribute if, for example, there is a need to distinguish between multiple authors. Can also include affiliation details Recommended id="auth01", etc.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample