Describes the origin of the experimental data used in this entry. Example 1 - <PDBx:pdbx_re_refinementCategory> <PDBx:pdbx_re_refinement entry_id="1ABC"> <PDBx:citation_id>2</PDBx:citation_id> <PDBx:details>Re-refinement of data from entry 1ABC</PDBx:details> </PDBx:pdbx_re_refinement> </PDBx:pdbx_re_refinementCategory> |
<xsd:complexType name="pdbx_re_refinementType"> <xsd:annotation> <xsd:documentation xml:lang="en">Describes the origin of the experimental data used in this entry. Example 1 - <PDBx:pdbx_re_refinementCategory> <PDBx:pdbx_re_refinement entry_id="1ABC"> <PDBx:citation_id>2</PDBx:citation_id> <PDBx:details>Re-refinement of data from entry 1ABC</PDBx:details> </PDBx:pdbx_re_refinement> </PDBx:pdbx_re_refinementCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="pdbx_re_refinement" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="citation_id" minOccurs="1" maxOccurs="1" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">A pointer to attribute id in category citation in category CITATION describing the the citation of the entry from from which the experimental data was obtained.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="details" minOccurs="1" maxOccurs="1" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Additional details about this re-refinement.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:all> <xsd:attribute name="entry_id" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">The identifier for entry where the experimental data was obtained.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |