PDBx:em_entity_assemblyType

Data items in the EM_ENTITY_ASSEMBLY category
record details about each component of
the complex.
 Example 1 - based on PDB entry 1DYL and laboratory records for the
              structure corresponding to PDB entry 1DYL
<PDBx:em_entity_assemblyCategory>
   <PDBx:em_entity_assembly assembly_id="1" id="1">
      <PDBx:type>VIRUS</PDBx:type>
   </PDBx:em_entity_assembly>
</PDBx:em_entity_assemblyCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="em_entity_assemblyType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the EM_ENTITY_ASSEMBLY category record details about each component of the complex. Example 1 - based on PDB entry 1DYL and laboratory records for the structure corresponding to PDB entry 1DYL <PDBx:em_entity_assemblyCategory> <PDBx:em_entity_assembly assembly_id="1" id="1"> <PDBx:type>VIRUS</PDBx:type> </PDBx:em_entity_assembly> </PDBx:em_entity_assemblyCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="em_entity_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">Additional details about the component. Fab fragment generated by proteolytic cleavage of LA2 IgG antibody.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="ebi_cell" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The cell from which the component was obtained. CHO HELA 3T3</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="ebi_cellular_location" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The cellular location of the component. cytoplasm endoplasmic reticulum plasma membrane</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="ebi_engineered" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A flag to indicate whether the component is engineered.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:string">
                <xsd:enumeration value="YES"/>
                <xsd:enumeration value="NO"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="ebi_expression_system" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The expression system used to produce the component. eschericia coli saccharomyces cerevisiae</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="ebi_expression_system_plasmid" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The plasmid used in the expression system used to produce the component. pBR322 pMB9</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="ebi_organelle" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The organelle from which the component was obtained. golgi mitochondrion cytoskeleton</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="ebi_organism_common" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The common name of the species of the natural organism from which the component was obtained.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="ebi_organism_scientific" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The species of the natural organism from which the component was obtained.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="ebi_strain" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The strain of the natural organism from which the component was obtained, if relevant. DH5a BMH 71-18</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="ebi_tissue" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The tissue of the natural organism from which the component was obtained. heart liver eye lens</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="go_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The Gene Ontology (GO) identifier for the component. The GO id is the appropriate identifier used by the Gene Ontology Consortium. Reference: Nature Genetics vol 25:25-29 (2000). GO:0005876 GO:0015630</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="ipr_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The InterPro (IPR) identifier for the component. The IPR id is the appropriate identifier used by the Interpro Resource. Reference: Nucleic Acid Research vol 29(1):37-40(2001). 001304 002353</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="mutant_flag" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">mutant flag</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:string">
                <xsd:enumeration value="YES"/>
                <xsd:enumeration value="NO"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="name" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The name of the component of the observed assembly. messenger RNA initiation factor 2 GroEL antibody Fab fragment</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="number_of_copies" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">number of copies</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">oligomeric details</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="synonym" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Alternative name of the component. FADV-1</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="type" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A description of types of components of the assembly of the biological structure.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:string">
                <xsd:enumeration value="VIRUS"/>
                <xsd:enumeration value="PROTEIN"/>
                <xsd:enumeration value="NUCLEIC ACID"/>
                <xsd:enumeration value="LIGAND"/>
                <xsd:enumeration value="LABEL"/>
                <xsd:enumeration value="CELLULAR COMPONENT"/>
                <xsd:enumeration value="RIBOSOME"/>
                <xsd:enumeration value="TISSUE"/>
                <xsd:enumeration value="CELL"/>
                <xsd:enumeration value="ORGANELLE OR CELLULAR COMPONENT"/>
                <xsd:enumeration value="COMPLEX"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="assembly_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category em_assembly in the ASSEMBLY category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The value of attribute id in category em_entity_assembly must uniquely identify each of the components of the complex.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>