<xsd:complexType name="CT_AuthorType">
<xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Artist" type="CT_NameType">
<xsd:annotation>
<xsd:documentation>Artist</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Author" type="CT_NameOrCorporateType">
<xsd:annotation>
<xsd:documentation>Author</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BookAuthor" type="CT_NameType">
<xsd:annotation>
<xsd:documentation>Book Author</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Compiler" type="CT_NameType">
<xsd:annotation>
<xsd:documentation>Compiler</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Composer" type="CT_NameType">
<xsd:annotation>
<xsd:documentation>Composer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Conductor" type="CT_NameType">
<xsd:annotation>
<xsd:documentation>Conductor</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Counsel" type="CT_NameType">
<xsd:annotation>
<xsd:documentation>Counsel</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Director" type="CT_NameType">
<xsd:annotation>
<xsd:documentation>Director</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Editor" type="CT_NameType">
<xsd:annotation>
<xsd:documentation>Editor</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Interviewee" type="CT_NameType">
<xsd:annotation>
<xsd:documentation>Interviewee</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Interviewer" type="CT_NameType">
<xsd:annotation>
<xsd:documentation>Interviewer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Inventor" type="CT_NameType">
<xsd:annotation>
<xsd:documentation>Inventor</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Performer" type="CT_NameOrCorporateType">
<xsd:annotation>
<xsd:documentation>Performer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ProducerName" type="CT_NameType">
<xsd:annotation>
<xsd:documentation>Producer Name</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Translator" type="CT_NameType">
<xsd:annotation>
<xsd:documentation>Translator</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Writer" type="CT_NameType">
<xsd:annotation>
<xsd:documentation>Writer</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|