PDBx:citation_editorType

Data items in the CITATION_EDITOR category record details
about the editors associated with the books or book chapters
cited in the CITATION list.

    Example 1 - hypothetical example.
<PDBx:citation_editorCategory>
   <PDBx:citation_editor citation_id="5" name="McKeever, B.M."></PDBx:citation_editor>
   <PDBx:citation_editor citation_id="5" name="Navia, M.A."></PDBx:citation_editor>
   <PDBx:citation_editor citation_id="5" name="Fitzgerald, P.M.D."></PDBx:citation_editor>
   <PDBx:citation_editor citation_id="5" name="Springer, J.P."></PDBx:citation_editor>
</PDBx:citation_editorCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="citation_editorType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the CITATION_EDITOR category record details about the editors associated with the books or book chapters cited in the CITATION list. Example 1 - hypothetical example. <PDBx:citation_editorCategory> <PDBx:citation_editor citation_id="5" name="McKeever, B.M."></PDBx:citation_editor> <PDBx:citation_editor citation_id="5" name="Navia, M.A."></PDBx:citation_editor> <PDBx:citation_editor citation_id="5" name="Fitzgerald, P.M.D."></PDBx:citation_editor> <PDBx:citation_editor citation_id="5" name="Springer, J.P."></PDBx:citation_editor> </PDBx:citation_editorCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="citation_editor" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="ordinal" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">This data item defines the order of the editor's name in the list of editors of a citation.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="citation_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category citation in the CITATION category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="name" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">Names of an editor of the citation; relevant for books and book chapters. 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>