PDBx:chem_comp_linkType

Data items in the CHEM_COMP_LINK category give details about
the links between chemical components.

Complex Type Information

Model

Used By

Source

<xsd:complexType name="chem_comp_linkType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the CHEM_COMP_LINK category give details about the links between chemical components.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="chem_comp_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 special aspects of a link between chemical components in the structure.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="type_comp_1" minOccurs="1" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The type of the first of the two components joined by the link. This data item is a pointer to attribute type in category chem_comp in the CHEM_COMP category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="type_comp_2" minOccurs="1" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The type of the second of the two components joined by the link. This data item is a pointer to attribute type in category chem_comp in the CHEM_COMP category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="link_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category chem_link in the CHEM_LINK category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>