[Table of Contents] [docx version]

Shared MLs Reference Material - Math

NameList (Name List)

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

Artist7.6.2.3); Author7.6.2.4); BookAuthor7.6.2.6); Compiler7.6.2.14); Composer7.6.2.15); Conductor7.6.2.16); Counsel7.6.2.19); Director7.6.2.25); Editor7.6.2.28); Interviewee7.6.2.33); Interviewer7.6.2.34); Inventor7.6.2.35); Performer7.6.2.48); ProducerName7.6.2.51); Translator7.6.2.69); Writer7.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>