<Author>
(Contributors List)
This element specifies the contributors to the source.
example: :
<b:Author> <b:Author> <b:NameList> <b:Person> <b:Last>Rothschiller</b:Last> <b:First>Chad</b:First> </b:Person> </b:NameList> </b:Author> <b:Editor> <b:NameList> <b:Person> <b:Last>Jaeschke</b:Last> <b:First>Rex</b:First> </b:Person> </b:NameList> </b:Editor> <b:Translator> <b:NameList> <b:Person> <b:Last>Davis</b:Last> <b:First>Tristan</b:First> </b:Person> </b:NameList> </b:Translator> </b:Author>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AuthorType">
<sequence>
<choice minOccurs="0" maxOccurs="unbounded">
<element name="Artist" type="CT_NameType"/>
<element name="Author" type="CT_NameOrCorporateType"/>
<element name="BookAuthor" type="CT_NameType"/>
<element name="Compiler" type="CT_NameType"/>
<element name="Composer" type="CT_NameType"/>
<element name="Conductor" type="CT_NameType"/>
<element name="Counsel" type="CT_NameType"/>
<element name="Director" type="CT_NameType"/>
<element name="Editor" type="CT_NameType"/>
<element name="Interviewee" type="CT_NameType"/>
<element name="Interviewer" type="CT_NameType"/>
<element name="Inventor" type="CT_NameType"/>
<element name="Performer" type="CT_NameOrCorporateType"/>
<element name="ProducerName" type="CT_NameType"/>
<element name="Translator" type="CT_NameType"/>
<element name="Writer" type="CT_NameType"/>
</choice>
</sequence>
</complexType>