<xsd:complexType name="publ_authorType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Data items in the PUBL_AUTHOR category record details of the authors of a manuscript submitted for publication. Example 1 - based on data set TOZ of Willis, Beckwith & Tozer [Acta Cryst. (1991), C47, 2276-2277]. <PDBx:publ_authorCategory> <PDBx:publ_author name="Willis, Anthony C."> <PDBx:address> Research School of Chemistry Australian National University GPO Box 4 Canberra, A.C.T. Australia 2601</PDBx:address> </PDBx:publ_author> </PDBx:publ_authorCategory></xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="publ_author" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:all>
<xsd:element name="address" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The address of a publication author. If there is more than one author this is looped with attribute name in category publ_author. Department Institute Street City and postcode COUNTRY</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="email" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The e-mail address of a publication author. If there is more than one author, this will be looped with attribute name. in category publ_author The format of e-mail addresses is given in Section 3.4, Address Specification, of Internet Message Format, RFC 2822, P. Resnick (Editor), Network Standards Group, April 2001. name@host.domain.country bm@iucr.org</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="footnote" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">A footnote accompanying an author's name in the list of authors of a paper. Typically indicates sabbatical address, additional affiliations or date of decease. On leave from U. Western Australia Also at Department of Biophysics</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="id_iucr" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identifier in the IUCr contact database of a publication author. This identifier may be available from the World Directory of Crystallographers (http://wdc.iucr.org). 2985</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:all>
<xsd:attribute name="name" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The name of a publication author. If there are multiple authors this will be looped with attribute address in category publ_author. The family name(s), followed by a comma and including any dynastic components, precedes the first names or initials. Bleary, Percival R. O'Neil, F.K. Van den Bossche, G. Yang, D.-L. Simonov, Yu.A</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |