PDBx:chem_link_chirType

Data items in the CHEM_LINK_CHIR category provide details about
the chiral centres in a link between two chemical components.
The atoms bonded to the chiral atom are specified in the
CHEM_LINK_CHIR_ATOM category.

Complex Type Information

Model

Used By

Source

<xsd:complexType name="chem_link_chirType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the CHEM_LINK_CHIR category provide details about the chiral centres in a link between two chemical components. The atoms bonded to the chiral atom are specified in the CHEM_LINK_CHIR_ATOM category.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="chem_link_chir" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="atom_comp_id" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">This data item indicates whether the chiral atom is found in the first or the second of the two components connected by the link.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:string">
                <xsd:enumeration value="1"/>
                <xsd:enumeration value="2"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="atom_config" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The chiral configuration of the atom that is a chiral centre.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:string">
                <xsd:enumeration value="R"/>
                <xsd:enumeration value="S"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="atom_id" minOccurs="1" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The ID of the atom that is a chiral centre. As this data item does not point to a specific atom in a specific chemical component, it is not a child in the linkage sense.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <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 bonded to the atom specified by attribute atom_id in category chem_link_chir.</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 bonded to the atom specified by attribute atom_id in category chem_link_chir.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="volume_flag" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A flag to indicate whether a chiral volume should match the standard value in both magnitude and sign, or in magnitude only.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:string">
                <xsd:enumeration value="sign"/>
                <xsd:enumeration value="nosign"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="volume_three" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The chiral volume, V(c), for chiral centres that involve a chiral atom bonded to three non-hydrogen atoms and one hydrogen atom. V~c~ = V1 * (V2 X V3) V1 = the vector distance from the atom specified by attribute atom_id in category chem_link_chir to the first atom in the CHEM_LINK_CHIR_ATOM list V2 = the vector distance from the atom specified by attribute atom_id in category chem_link_chir to the second atom in the CHEM_LINK_CHIR_ATOM list V3 = the vector distance from the atom specified by attribute atom_id in category chem_link_chir to the third atom in the CHEM_LINK_CHIR_ATOM list * = the vector dot product X = the vector cross product</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension base="xsd:decimal">
                  <xsd:attribute fixed="angstroms_cubed" name="units" type="xsd:string" use="optional"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="volume_three_esd" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The standard uncertainty (estimated standard deviation) of attribute volume_three in category chem_link_chir.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension base="xsd:decimal">
                  <xsd:attribute fixed="angstroms_cubed" name="units" type="xsd:string" use="optional"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
          </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_chir must uniquely identify a record in the CHEM_LINK_CHIR 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>