22.6.2.44 NameList

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]

[Note: The W3C XML Schema definition of this element’s content model (CT_NameListType) is located in A.6.6. end note]

Last updated on