PDBx:chem_link_planeType

Data items in the CHEM_LINK_PLANE category provide identifiers
for the planes in a link between two chemical components.
The atoms in the plane are specified in the CHEM_LINK_PLANE_ATOM
category.

Complex Type Information

Model

Used By

Source

<xsd:complexType name="chem_link_planeType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the CHEM_LINK_PLANE category provide identifiers for the planes in a link between two chemical components. The atoms in the plane are specified in the CHEM_LINK_PLANE_ATOM category.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="chem_link_plane" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="number_atoms_all" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The total number of atoms in the plane.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="number_atoms_nh" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The number of non-hydrogen atoms in the plane.</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_plane must uniquely identify a record in the CHEM_LINK_PLANE list.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <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>