<Interviewer>
(Interviewer)
This element specifies the person conducting an interview. Typically, this field is used in the Interview source type.
example: :
<b:Interviewer> <b:NameList> <b:Person> <b:Last>Davis</b:Last> <b:First>Tristan</b:First> </b:Person> </b:NameList> </b:Interviewer>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_NameType">
<sequence>
<element name="NameList" type="CT_NameListType" minOccurs="1" maxOccurs="1"/>
</sequence>
</complexType>