[Table of Contents] [docx version]
Shared MLs Reference Material - Math
This element specifies a list containing one or more names of a type of contributor to a source, such as a list of authors, editors, or translators. [Example:
<b:Author>
<b:Author>
<b:NameList>
<b:Person>
<b:Last>Davis</b:Last>
<b:First>Tristan</b:First>
</b:Person>
</b:NameList>
</b:Author>
</b:Author>
end example]
Parent Elements |
Artist (§7.6.2.3); Author (§7.6.2.4); BookAuthor (§7.6.2.6); Compiler (§7.6.2.14); Composer (§7.6.2.15); Conductor (§7.6.2.16); Counsel (§7.6.2.19); Director (§7.6.2.25); Editor (§7.6.2.28); Interviewee (§7.6.2.33); Interviewer (§7.6.2.34); Inventor (§7.6.2.35); Performer (§7.6.2.48); ProducerName (§7.6.2.51); Translator (§7.6.2.69); Writer (§7.6.2.74) |
Child Elements |
Subclause |
Person (Person) |
§7.6.2.50 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_NameListType">
<sequence>
<element name="Person" type="CT_PersonType" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>