<BookAuthor>
(Book Author)
This element specifies the author of a book, when the primary author has authored the book section. For example, if person X writes a chapter in a book by person Y, person X is the
<Author>
and person Y is the <BookAuthor>
. example: :
<b:Author> <b:BookAuthor> <b:NameList> <b:Person> <b:Last>Rothschiller</b:Last> <b:First>Chad</b:First> </b:Person> </b:NameList> </b:BookAuthor> </b:Author>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_NameType">
<sequence>
<element name="NameList" type="CT_NameListType" minOccurs="1" maxOccurs="1"/>
</sequence>
</complexType>