PDBx:pdbx_struct_assemblyType

Data items in the PDBX_STRUCT_ASSEMBLY category record details about
the structural elements that form macromolecular assemblies.

    Example 1 - 
<PDBx:pdbx_struct_assemblyCategory>
   <PDBx:pdbx_struct_assembly id="1">
      <PDBx:details> The icosahedral virus particle.</PDBx:details>
   </PDBx:pdbx_struct_assembly>
</PDBx:pdbx_struct_assemblyCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_struct_assemblyType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the PDBX_STRUCT_ASSEMBLY category record details about the structural elements that form macromolecular assemblies. Example 1 - <PDBx:pdbx_struct_assemblyCategory> <PDBx:pdbx_struct_assembly id="1"> <PDBx:details> The icosahedral virus particle.</PDBx:details> </PDBx:pdbx_struct_assembly> </PDBx:pdbx_struct_assemblyCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_struct_assembly" 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 macromolecular assembly. The icosahedral virus particle.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="method_details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Provides details of the method used to determine or compute the assembly.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="oligomeric_count" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The number of polymer molecules in the assembly.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="oligomeric_details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Provides the details of the oligomeric state of the assembly. monomer octameric tetradecameric eicosameric 21-meric 60-meric 180-meric helical</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_struct_assembly must uniquely identify a record in the PDBX_STRUCT_ASSEMBLY list.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>