<xsd:complexType name="audit_authorType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Data items in the 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:audit_authorCategory> <PDBx:audit_author pdbx_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:audit_author> <PDBx:audit_author pdbx_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:audit_author> <PDBx:audit_author pdbx_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:audit_author> <PDBx:audit_author pdbx_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:audit_author> </PDBx:audit_authorCategory></xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="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 audit_author is looped with attribute name in category audit_author. Department Institute Street City and postcode COUNTRY</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="identifier_ORCID" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Open Researcher and Contributor ID (ORCID). 0000-0002-6686-5475</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, _audit_author.name is looped with _audit_author.address. The family name(s), followed by a comma and including any dynastic components, 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="pdbx_ordinal" use="required" type="xsd:integer">
<xsd:annotation>
<xsd:documentation xml:lang="en">This data item defines the order of the author's name in the list of audit authors. 1 2 3</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |