PDBx:struct_ncs_domType

Data items in the STRUCT_NCS_DOM category record information
about the domains in an ensemble of domains related by one or
more noncrystallographic symmetry operators.

A domain need not correspond to a complete polypeptide chain;
it can be composed of one or more segments in a single chain,
or by segments from more than one chain.

    Example 1 - based on laboratory records for the collagen-like
                peptide, HYP-.
<PDBx:struct_ncs_domCategory>
   <PDBx:struct_ncs_dom id="d1" pdbx_ens_id="1">
      <PDBx:details>Chains A, B, and C</PDBx:details>
   </PDBx:struct_ncs_dom>
   <PDBx:struct_ncs_dom id="d2" pdbx_ens_id="1">
      <PDBx:details>Chains D, E, and F</PDBx:details>
   </PDBx:struct_ncs_dom>
</PDBx:struct_ncs_domCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="struct_ncs_domType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the STRUCT_NCS_DOM category record information about the domains in an ensemble of domains related by one or more noncrystallographic symmetry operators. A domain need not correspond to a complete polypeptide chain; it can be composed of one or more segments in a single chain, or by segments from more than one chain. Example 1 - based on laboratory records for the collagen-like peptide, HYP-. <PDBx:struct_ncs_domCategory> <PDBx:struct_ncs_dom id="d1" pdbx_ens_id="1"> <PDBx:details>Chains A, B, and C</PDBx:details> </PDBx:struct_ncs_dom> <PDBx:struct_ncs_dom id="d2" pdbx_ens_id="1"> <PDBx:details>Chains D, E, and F</PDBx:details> </PDBx:struct_ncs_dom> </PDBx:struct_ncs_domCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="struct_ncs_dom" 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 the structural elements that comprise a domain in an ensemble of domains related by noncrystallographic symmetry. The loop between residues 18 and 23 in this domain interacts with a symmetry-related molecule, and thus deviates significantly from the noncrystallographic threefold.</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 struct_ncs_dom must uniquely identify a record in the STRUCT_NCS_DOM list. Note that this item need not be a number; it can be any unique identifier.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="pdbx_ens_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This is a unique identifier for a collection NCS related domains. This references item '_struct_ncs_ens.id'.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>