PDBx:pdbx_struct_assembly_propType

Properties and features of structural assemblies.

    Example 1 - 
<PDBx:pdbx_struct_assembly_propCategory>
   <PDBx:pdbx_struct_assembly_prop biol_id="1" type="ABSA">
      <PDBx:details>   </PDBx:details>
      <PDBx:value>1456.7</PDBx:value>
   </PDBx:pdbx_struct_assembly_prop>
</PDBx:pdbx_struct_assembly_propCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_struct_assembly_propType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Properties and features of structural assemblies. Example 1 - <PDBx:pdbx_struct_assembly_propCategory> <PDBx:pdbx_struct_assembly_prop biol_id="1" type="ABSA"> <PDBx:details> </PDBx:details> <PDBx:value>1456.7</PDBx:value> </PDBx:pdbx_struct_assembly_prop> </PDBx:pdbx_struct_assembly_propCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_struct_assembly_prop" 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">Additional details about this assembly property.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="value" minOccurs="1" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The value of the assembly property.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="biol_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The identifier for the assembly used in category PDBX_STRUCT_ASSEMBLY.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="type" use="required">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The property type for the assembly.</xsd:documentation>
          </xsd:annotation>
          <xsd:simpleType>
            <xsd:restriction base="xsd:string">
              <xsd:enumeration value="ABSA (A^2)"/>
              <xsd:enumeration value="SSA (A^2)"/>
              <xsd:enumeration value="MORE"/>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>