Data items in the PDBX_STRUCT_ENTITY_INST category record details about the structural elements in the deposited entry. The entity instance is a method neutral identifier for the observed molecular entities in the deposited coordinate set. Example 1 - <PDBx:pdbx_struct_entity_instCategory> <PDBx:pdbx_struct_entity_inst id="A"> <PDBx:details>one monomer of the dimeric enzyme</PDBx:details> <PDBx:entity_id>1</PDBx:entity_id> </PDBx:pdbx_struct_entity_inst> <PDBx:pdbx_struct_entity_inst id="B"> <PDBx:details>one monomer of the dimeric enzyme</PDBx:details> <PDBx:entity_id>1</PDBx:entity_id> </PDBx:pdbx_struct_entity_inst> </PDBx:pdbx_struct_entity_instCategory> |
<xsd:complexType name="pdbx_struct_entity_instType"> <xsd:annotation> <xsd:documentation xml:lang="en">Data items in the PDBX_STRUCT_ENTITY_INST category record details about the structural elements in the deposited entry. The entity instance is a method neutral identifier for the observed molecular entities in the deposited coordinate set. Example 1 - <PDBx:pdbx_struct_entity_instCategory> <PDBx:pdbx_struct_entity_inst id="A"> <PDBx:details>one monomer of the dimeric enzyme</PDBx:details> <PDBx:entity_id>1</PDBx:entity_id> </PDBx:pdbx_struct_entity_inst> <PDBx:pdbx_struct_entity_inst id="B"> <PDBx:details>one monomer of the dimeric enzyme</PDBx:details> <PDBx:entity_id>1</PDBx:entity_id> </PDBx:pdbx_struct_entity_inst> </PDBx:pdbx_struct_entity_instCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="pdbx_struct_entity_inst" 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 this portion of the contents of the deposited unit. The drug binds to this enzyme in two roughly twofold symmetric modes. Hence this biological unit (3) is roughly twofold symmetric to biological unit (2). Disorder in the protein chain indicated with alternative ID 2 should be used with this biological unit.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="entity_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category entity in the ENTITY category.</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_entity_inst must uniquely identify a record in the PDBX_STRUCT_ENTITY_INST list. The entity instance is a method neutral identifier for the observed molecular entities in the deposited coordinate set. 1 A 2B3</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |