<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>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
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>