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