PDBx:audit_contact_authorType

Data items in the AUDIT_CONTACT_AUTHOR category record details
about the name and address of the author to be contacted
concerning the content of this data block.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
<PDBx:audit_contact_authorCategory>
   <PDBx:audit_contact_author name="Fitzgerald, Paula M.D.">
      <PDBx:address> Department of Biophysical Chemistry
Merck Research Laboratories
PO Box 2000, Ry80M203
Rahway, New Jersey 07065
USA</PDBx:address>
      <PDBx:email>paula_fitzgerald@merck.com</PDBx:email>
      <PDBx:fax>1(908)5946645</PDBx:fax>
      <PDBx:phone>1(908)5945510</PDBx:phone>
   </PDBx:audit_contact_author>
</PDBx:audit_contact_authorCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="audit_contact_authorType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the AUDIT_CONTACT_AUTHOR category record details about the name and address of the author to be contacted concerning the content of this data block. Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:audit_contact_authorCategory> <PDBx:audit_contact_author name="Fitzgerald, Paula M.D."> <PDBx:address> Department of Biophysical Chemistry Merck Research Laboratories PO Box 2000, Ry80M203 Rahway, New Jersey 07065 USA</PDBx:address> <PDBx:email>paula_fitzgerald@merck.com</PDBx:email> <PDBx:fax>1(908)5946645</PDBx:fax> <PDBx:phone>1(908)5945510</PDBx:phone> </PDBx:audit_contact_author> </PDBx:audit_contact_authorCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="audit_contact_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 mailing address of the author of the data block to whom correspondence should be addressed. 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 electronic mail address of the author of the data block to whom correspondence should be addressed, in a form recognizable to international networks. 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="fax" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The facsimile telephone number of the author of the data block to whom correspondence should be addressed. The recommended style starts with the international dialing prefix, followed by the area code in parentheses, followed by the local number with no spaces. 12(34)9477334 12()349477334</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="phone" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The telephone number of the author of the data block to whom correspondence should be addressed. The recommended style starts with the international dialing prefix, followed by the area code in parentheses, followed by the local number and any extension number prefixed by 'x', with no spaces. 12(34)9477330 12()349477330 12(34)9477330x5543</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 the author of the data block to whom correspondence should be addressed. 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:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>