<Performer> (Performer)

This element specifies the performer. Typically, this field is used in the sound recording, performance, and film source types.
example: :
<b:Performer>
  <b:NameList>
    <b:Person>
      <b:Last>Rothschiller</b:Last>
      <b:First>Chad</b:First>
    </b:Person>
  </b:NameList>
</b:Performer>

Parent Elements

<Author>7.6.2.5)

Child Elements

Subclause

<Corporate> (Corporate Author)

§7.6.2.18

<NameList> (Name List)

§7.6.2.44

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_NameOrCorporateType">
	<sequence>
	<choice minOccurs="0" maxOccurs="1">
	<element name="NameList" type="CT_NameListType" minOccurs="1" maxOccurs="1"/>
	<element name="Corporate" minOccurs="1" maxOccurs="1" type="ST_String255"/>
	</choice>
	</sequence>
</complexType>