PDBx:chem_linkType

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

Complex Type Information

Model

Children: PDBx:chem_link

Used By

Source

<xsd:complexType name="chem_linkType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the CHEM_LINK category give details about the links between chemical components.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="chem_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:all>
        <xsd:attribute name="id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The value of attribute id in category chem_link must uniquely identify each item in the CHEM_LINK list. peptide oligosaccharide 1,4 DNA</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>