NameList Class

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

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Bibliography.NameList

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Person))> _
Public Class NameList _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As NameList
[ChildElementInfoAttribute(typeof(Person))]
public class NameList : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • Person <b:Person>

[ISO/IEC 29500-1 1st Edition]

22.6.2.44 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.

Thread Safety

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

See Also

Reference

NameList Members

DocumentFormat.OpenXml.Bibliography Namespace