PDBx:entry_linkType

Data items in the ENTRY_LINK category record the
relationships between the current data block
identified by attribute id in category entry and other data blocks
 within the current file which may be referenced
in the current data block.

    Example 1 - example file for the one-dimensional incommensurately
                modulated structure of K~2~SeO~4~.
<PDBx:entry_linkCategory>
   <PDBx:entry_link entry_id="KSE_TEXT" id="KSE_COM">
      <PDBx:details>experimental data common to ref./mod. structures</PDBx:details>
   </PDBx:entry_link>
   <PDBx:entry_link entry_id="KSE_TEXT" id="KSE_REF">
      <PDBx:details>reference structure</PDBx:details>
   </PDBx:entry_link>
   <PDBx:entry_link entry_id="KSE_TEXT" id="KSE_MOD">
      <PDBx:details>modulated structure</PDBx:details>
   </PDBx:entry_link>
</PDBx:entry_linkCategory>

Complex Type Information

Model

Children: PDBx:entry_link

Used By

Source

<xsd:complexType name="entry_linkType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the ENTRY_LINK category record the relationships between the current data block identified by attribute id in category entry and other data blocks within the current file which may be referenced in the current data block. Example 1 - example file for the one-dimensional incommensurately modulated structure of K~2~SeO~4~. <PDBx:entry_linkCategory> <PDBx:entry_link entry_id="KSE_TEXT" id="KSE_COM"> <PDBx:details>experimental data common to ref./mod. structures</PDBx:details> </PDBx:entry_link> <PDBx:entry_link entry_id="KSE_TEXT" id="KSE_REF"> <PDBx:details>reference structure</PDBx:details> </PDBx:entry_link> <PDBx:entry_link entry_id="KSE_TEXT" id="KSE_MOD"> <PDBx:details>modulated structure</PDBx:details> </PDBx:entry_link> </PDBx:entry_linkCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="entry_link" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A description of the relationship between the data blocks identified by _entry_link.id and _entry_link.entry_id.</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:attribute name="id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The value of attribute id in category entry_link identifies a data block related to the current data block.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>