PDBx:pdbx_audit_supportType

Data items in the PDBX_AUDIT_SUPPORT category record details about
funding support for the entry.

    Example 1 - 
<PDBx:pdbx_audit_supportCategory>
   <PDBx:pdbx_audit_support ordinal="1">
      <PDBx:country>United States</PDBx:country>
      <PDBx:funding_organization>National Institute for General Medical Sciences</PDBx:funding_organization>
      <PDBx:grant_number>1R01GM072999-01</PDBx:grant_number>
   </PDBx:pdbx_audit_support>
</PDBx:pdbx_audit_supportCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_audit_supportType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the PDBX_AUDIT_SUPPORT category record details about funding support for the entry. Example 1 - <PDBx:pdbx_audit_supportCategory> <PDBx:pdbx_audit_support ordinal="1"> <PDBx:country>United States</PDBx:country> <PDBx:funding_organization>National Institute for General Medical Sciences</PDBx:funding_organization> <PDBx:grant_number>1R01GM072999-01</PDBx:grant_number> </PDBx:pdbx_audit_support> </PDBx:pdbx_audit_supportCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_audit_support" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="country" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The country providing the funding support for the entry.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="funding_organization" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The name of the organization providing funding support for the entry. National Institutes of Health Welcome Trust National Institute of General Medical Sciences</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="grant_number" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The grant number associated with this source of support.</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 source of support for this entry. 1 2 3</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>