NameList class

Office 2013 and later

Name List. When the object is serialized out as xml, its qualified name is b:NameList.

Namespace:  DocumentFormat.OpenXml.Bibliography
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

[ISO/IEC 29500-1 1st Edition]

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

Artist (§22.6.2.3); Author (§22.6.2.5); BookAuthor (§22.6.2.6); Compiler (§22.6.2.14); Composer (§22.6.2.15); Conductor (§22.6.2.16); Counsel (§22.6.2.19); Director (§22.6.2.25); Editor (§22.6.2.28); Interviewee (§22.6.2.33); Interviewer (§22.6.2.34); Inventor (§22.6.2.35); Performer (§22.6.2.48); ProducerName (§22.6.2.51); Translator (§22.6.2.69); Writer (§22.6.2.74)

Child Elements

Subclause

Person (Person)

§22.6.2.50

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

© ISO/IEC29500: 2008.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: