Element: AuthorList
Lists contibutors associated with the publication. For book citations, the contributors may be authors or editors. For journal article citations, the contributors will only be authors.
Content Model
( Author+ )
Contains:
Attributes
- Type (authors | editors) #IMPLIED
- CompleteYN (Y | N) "Y"
May be contained in:
Examples
<AuthorList Type="editors"> <Author> <LastName>Pagon</LastName> <ForeName>Roberta A</ForeName> <Initials>RA</Initials> </Author> <Author> <LastName>Adam</LastName> <ForeName>Margaret P</ForeName> <Initials>MP</Initials> </Author> </AuthorList>