<xsd:complexType name="pdbx_audit_authorType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Data items in the PDBX_AUDIT_AUTHOR category record details about the author(s) of the data block. Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP <PDBx:pdbx_audit_authorCategory> <PDBx:pdbx_audit_author ordinal="1"> <PDBx:address> Department of Biophysical Chemistry Merck Research Laboratories P. O. Box 2000, Ry80M203 Rahway, New Jersey 07065 USA</PDBx:address> <PDBx:name>Fitzgerald, Paula M.D.</PDBx:name> </PDBx:pdbx_audit_author> <PDBx:pdbx_audit_author ordinal="2"> <PDBx:address> Department of Biophysical Chemistry Merck Research Laboratories P. O. Box 2000, Ry80M203 Rahway, New Jersey 07065 USA</PDBx:address> <PDBx:name>McKeever, Brian M.</PDBx:name> </PDBx:pdbx_audit_author> <PDBx:pdbx_audit_author ordinal="3"> <PDBx:address> Department of Biophysical Chemistry Merck Research Laboratories P. O. Box 2000, Ry80M203 Rahway, New Jersey 07065 USA</PDBx:address> <PDBx:name>Van Middlesworth, J.F.</PDBx:name> </PDBx:pdbx_audit_author> <PDBx:pdbx_audit_author ordinal="4"> <PDBx:address> Department of Biophysical Chemistry Merck Research Laboratories P. O. Box 2000, Ry80M203 Rahway, New Jersey 07065 USA</PDBx:address> <PDBx:name>Springer, James P.</PDBx:name> </PDBx:pdbx_audit_author> </PDBx:pdbx_audit_authorCategory></xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="pdbx_audit_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 an author of this data block. If there are multiple authors, attribute address in category pdbx_audit_author is looped with attribute name in category pdbx_audit_author. Department Institute Street City and postcode COUNTRY</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="name" minOccurs="1" maxOccurs="1" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The name of an author of this data block. If there are multiple authors, _pdbx_audit_author.name is looped with _pdbx_audit_author.address. The family name(s), followed by a comma and including any dynastic compoents, precedes the first name(s) or initial(s). Bleary, Percival R. O'Neil, F.K. Van den Bossche, G. Yang, D.-L. Simonov, Yu.A</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:all>
<xsd:attribute name="ordinal" use="required" type="xsd:integer">
<xsd:annotation>
<xsd:documentation xml:lang="en">A unique sequential integer identifier for each author. 1 2 3</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |