<xsd:complexType name="pdbx_contact_authorType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Data items in the PDBX_CONTACT_AUTHOR category record details about the name and address of the author to be contacted concerning the contents of this data block. This category atomizes information to a greater degree than the standard AUDIT_CONTACT_AUTHOR category. Example 1 - <PDBx:pdbx_contact_authorCategory> <PDBx:pdbx_contact_author id="1"> <PDBx:address_1>Department of Biophysical Chemistry</PDBx:address_1> <PDBx:address_2>Merck Research Laboratories</PDBx:address_2> <PDBx:address_3>P. O. Box 2000, Ry80M203</PDBx:address_3> <PDBx:city>Rahway</PDBx:city> <PDBx:country>UNITED STATES</PDBx:country> <PDBx:email>paula_fitzgerald@merck.com</PDBx:email> <PDBx:fax>908 594 6645</PDBx:fax> <PDBx:name_first>Paula</PDBx:name_first> <PDBx:name_last>Fitzgerald</PDBx:name_last> <PDBx:name_mi>M.D.</PDBx:name_mi> <PDBx:name_salutation>Dr.</PDBx:name_salutation> <PDBx:organization_type>commercial</PDBx:organization_type> <PDBx:phone>908 594 5510</PDBx:phone> <PDBx:postal_code>07065</PDBx:postal_code> <PDBx:role>principal investigator/group leader</PDBx:role> <PDBx:state_province>New Jersey</PDBx:state_province> </PDBx:pdbx_contact_author> </PDBx:pdbx_contact_authorCategory></xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="pdbx_contact_author" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:all>
<xsd:element name="address_1" 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, line 1 of 3. 610 Taylor Road</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="address_2" 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, line 2 of 3. Department of Chemistry and Chemical Biology</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="address_3" 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, line 3 of 3. Busch Campus</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="city" 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, city. Piscataway</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="continent" minOccurs="0" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">The continent of the author of the data block to whom correspondence should be addressed. AFRICA ANTARTICA ASIA AUSTRALIA EUROPE NORTH AMERICA SOUTH AMERICA</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="AFRICA"/>
<xsd:enumeration value="ANTARTICA"/>
<xsd:enumeration value="ASIA"/>
<xsd:enumeration value="AUSTRALIA"/>
<xsd:enumeration value="EUROPE"/>
<xsd:enumeration value="NORTH AMERICA"/>
<xsd:enumeration value="SOUTH AMERICA"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="country" minOccurs="1" maxOccurs="1" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The country of the author of the data block to whom correspondence should be addressed. UNITED STATES UNITED KINGDOM AUSTRALIA</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="email" minOccurs="1" maxOccurs="1" 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 recognisable to international networks. name@host.domain.country bm@iucr.ac.uk</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 includes the international dialing prefix, the area code in parentheses, followed by the local number with no spaces. 12(34) 947 7334 732 445 0103</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="name_first" minOccurs="1" maxOccurs="1" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The first name of the author of the data block to whom correspondence should be addressed. Percival Loyd Susan</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="name_last" minOccurs="1" maxOccurs="1" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The last name of the author of the data block to whom correspondence should be addressed. Samuels Rodgers</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="name_mi" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The middle initial(s) of the author of the data block to whom correspondence should be addressed. T. M.F.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="name_salutation" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">The salutation of the author of the data block to whom correspondence should be addressed. Dr. Prof. Mr. Ms. Mrs.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Dr."/>
<xsd:enumeration value="Prof."/>
<xsd:enumeration value="Mr."/>
<xsd:enumeration value="Ms."/>
<xsd:enumeration value="Mrs."/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="organization_type" minOccurs="0" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">The organization type to which this author is affiliated. academic commercial government other</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="academic"/>
<xsd:enumeration value="commercial"/>
<xsd:enumeration value="government"/>
<xsd:enumeration value="other"/>
</xsd:restriction>
</xsd:simpleType>
</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 includes the international dialing prefix, the area code in parentheses, followed by the local number and any extension number prefixed by 'x', with no spaces. The earlier convention of including the international dialing prefixes in parentheses is no longer recommended. 12 (34) 947 7330 947 732 0103 x8320</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="postal_code" 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, zip code. 08854</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="role" minOccurs="0" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">The role of this author in the project depositing this data. principal investigator/group leader responsible scientist investigator</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="principal investigator/group leader"/>
<xsd:enumeration value="responsible scientist"/>
<xsd:enumeration value="investigator"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="state_province" 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, state or province. New Jersey</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:all>
<xsd:attribute name="id" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">A unique integer identifier for this author 1 2 3</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:enumeration value="1"/>
<xsd:enumeration value="2"/>
<xsd:enumeration value="3"/>
<xsd:enumeration value="4"/>
<xsd:enumeration value="5"/>
<xsd:enumeration value="6"/>
<xsd:enumeration value="7"/>
<xsd:enumeration value="8"/>
<xsd:enumeration value="9"/>
<xsd:enumeration value="10"/>
<xsd:enumeration value="11"/>
<xsd:enumeration value="12"/>
<xsd:enumeration value="13"/>
<xsd:enumeration value="14"/>
<xsd:enumeration value="15"/>
<xsd:enumeration value="16"/>
<xsd:enumeration value="17"/>
<xsd:enumeration value="18"/>
<xsd:enumeration value="19"/>
<xsd:enumeration value="20"/>
<xsd:enumeration value="21"/>
<xsd:enumeration value="22"/>
<xsd:enumeration value="23"/>
<xsd:enumeration value="24"/>
<xsd:enumeration value="25"/>
<xsd:enumeration value="26"/>
<xsd:enumeration value="27"/>
<xsd:enumeration value="28"/>
<xsd:enumeration value="29"/>
<xsd:enumeration value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |