PDBx:pdbx_domainType

Data items in the PDBX_DOMAIN category record information
about domain definitions.

A domain need not correspond to a completely 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 - 
<PDBx:pdbx_domainCategory>
   <PDBx:pdbx_domain id="d1">
      <PDBx:details>Chains A, B</PDBx:details>
   </PDBx:pdbx_domain>
   <PDBx:pdbx_domain id="d2">
      <PDBx:details>Asym_id D Residues 1-134</PDBx:details>
   </PDBx:pdbx_domain>
</PDBx:pdbx_domainCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_domainType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the PDBX_DOMAIN category record information about domain definitions. A domain need not correspond to a completely 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 - <PDBx:pdbx_domainCategory> <PDBx:pdbx_domain id="d1"> <PDBx:details>Chains A, B</PDBx:details> </PDBx:pdbx_domain> <PDBx:pdbx_domain id="d2"> <PDBx:details>Asym_id D Residues 1-134</PDBx:details> </PDBx:pdbx_domain> </PDBx:pdbx_domainCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_domain" 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. The loop between residues 18 and 23.</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 pdbx_domain must uniquely identify a record in the PDBX_DOMAIN list. Note that this item need not be a number; it can be any unique identifier.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>