PDBx:publ_manuscript_inclType

Data items in the PUBL_MANUSCRIPT_INCL category allow
the authors of a manuscript submitted for publication to list
data names that should be added to the standard request list
used by the journal printing software.

    Example 1 - hypothetical example.
<PDBx:publ_manuscript_inclCategory>
   <PDBx:publ_manuscript_incl entry_id="EXAMHYPO">
      <PDBx:extra_defn>yes</PDBx:extra_defn>
      <PDBx:extra_info>to emphasise special sites</PDBx:extra_info>
      <PDBx:extra_item>_atom_site.symmetry_multiplicity</PDBx:extra_item>
   </PDBx:publ_manuscript_incl>
   <PDBx:publ_manuscript_incl entry_id="EXAMHYPO">
      <PDBx:extra_defn>yes</PDBx:extra_defn>
      <PDBx:extra_info>rare material, unusual source</PDBx:extra_info>
      <PDBx:extra_item>_chemical.compound_source</PDBx:extra_item>
   </PDBx:publ_manuscript_incl>
   <PDBx:publ_manuscript_incl entry_id="EXAMHYPO">
      <PDBx:extra_defn>yes</PDBx:extra_defn>
      <PDBx:extra_info>limited data is a problem here</PDBx:extra_info>
      <PDBx:extra_item>_reflns.d_resolution_high</PDBx:extra_item>
   </PDBx:publ_manuscript_incl>
   <PDBx:publ_manuscript_incl entry_id="EXAMHYPO">
      <PDBx:extra_defn>no</PDBx:extra_defn>
      <PDBx:extra_info>unusual value for this material</PDBx:extra_info>
      <PDBx:extra_item>_crystal.magnetic_permeability</PDBx:extra_item>
   </PDBx:publ_manuscript_incl>
</PDBx:publ_manuscript_inclCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="publ_manuscript_inclType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the PUBL_MANUSCRIPT_INCL category allow the authors of a manuscript submitted for publication to list data names that should be added to the standard request list used by the journal printing software. Example 1 - hypothetical example. <PDBx:publ_manuscript_inclCategory> <PDBx:publ_manuscript_incl entry_id="EXAMHYPO"> <PDBx:extra_defn>yes</PDBx:extra_defn> <PDBx:extra_info>to emphasise special sites</PDBx:extra_info> <PDBx:extra_item>_atom_site.symmetry_multiplicity</PDBx:extra_item> </PDBx:publ_manuscript_incl> <PDBx:publ_manuscript_incl entry_id="EXAMHYPO"> <PDBx:extra_defn>yes</PDBx:extra_defn> <PDBx:extra_info>rare material, unusual source</PDBx:extra_info> <PDBx:extra_item>_chemical.compound_source</PDBx:extra_item> </PDBx:publ_manuscript_incl> <PDBx:publ_manuscript_incl entry_id="EXAMHYPO"> <PDBx:extra_defn>yes</PDBx:extra_defn> <PDBx:extra_info>limited data is a problem here</PDBx:extra_info> <PDBx:extra_item>_reflns.d_resolution_high</PDBx:extra_item> </PDBx:publ_manuscript_incl> <PDBx:publ_manuscript_incl entry_id="EXAMHYPO"> <PDBx:extra_defn>no</PDBx:extra_defn> <PDBx:extra_info>unusual value for this material</PDBx:extra_info> <PDBx:extra_item>_crystal.magnetic_permeability</PDBx:extra_item> </PDBx:publ_manuscript_incl> </PDBx:publ_manuscript_inclCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="publ_manuscript_incl" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="extra_defn" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Flags whether the corresponding data item marked for inclusion in a journal request list is a standard CIF definition or not.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:string">
                <xsd:enumeration value="no"/>
                <xsd:enumeration value="n"/>
                <xsd:enumeration value="yes"/>
                <xsd:enumeration value="y"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="extra_info" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A short note indicating the reason why the author wishes the corresponding data item marked for inclusion in the journal request list to be published. to emphasise very special sites rare material from unusual source the limited data is a problem here a new data quantity needed here</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="extra_item" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Specifies the inclusion of specific data into a manuscript which are not normally requested by the journal. The values of this item are the extra data names (which MUST be enclosed in single quotes) that will be added to the journal request list. _atom_site.symmetry_multiplicity _chemical.compound_source _reflns.d_resolution_high _crystal.magnetic_permeability</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="entry_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category entry in the ENTRY category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>