data items in the em_electron_diffraction_phase category record details about the phase information from the electron diffraction experiment. example 1 - based on pdb entry 1tub and laboratory records for the structure corresponding to pdb entry 1tub <PDBx:em_electron_diffraction_phaseCategory> <PDBx:em_electron_diffraction_phase entry_id="1TUB" id="1"> <PDBx:d_res_high>4</PDBx:d_res_high> <PDBx:highest_resolution_shell_error xsi:nil="true" /> <PDBx:overall_error xsi:nil="true" /> <PDBx:rejection_criteria_error xsi:nil="true" /> <PDBx:residual xsi:nil="true" /> </PDBx:em_electron_diffraction_phase> </PDBx:em_electron_diffraction_phaseCategory> |
<xsd:complexType name="em_electron_diffraction_phaseType"> <xsd:annotation> <xsd:documentation xml:lang="en">data items in the em_electron_diffraction_phase category record details about the phase information from the electron diffraction experiment. example 1 - based on pdb entry 1tub and laboratory records for the structure corresponding to pdb entry 1tub <PDBx:em_electron_diffraction_phaseCategory> <PDBx:em_electron_diffraction_phase entry_id="1TUB" id="1"> <PDBx:d_res_high>4</PDBx:d_res_high> <PDBx:highest_resolution_shell_error xsi:nil="true" /> <PDBx:overall_error xsi:nil="true" /> <PDBx:rejection_criteria_error xsi:nil="true" /> <PDBx:residual xsi:nil="true" /> </PDBx:em_electron_diffraction_phase> </PDBx:em_electron_diffraction_phaseCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="em_electron_diffraction_phase" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="d_res_high" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer"> <xsd:annotation> <xsd:documentation xml:lang="en">the highest resolution d-value for the electron diffraction experiment. 5</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="highest_resolution_shell_error" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer"> <xsd:annotation> <xsd:documentation xml:lang="en">the highest resolution shell error in degrees.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="overall_error" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer"> <xsd:annotation> <xsd:documentation xml:lang="en">the overall phase error in degrees.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="rejection_criteria_error" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer"> <xsd:annotation> <xsd:documentation xml:lang="en">the rejection criteria (phase error) in degrees.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="residual" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer"> <xsd:annotation> <xsd:documentation xml:lang="en">the phase residual value for the electron diffraction experiment.</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">this data item is a pointer to attribute id in category entry in the entry 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 electron_diffraction_phase must uniquely identify the electron diffraction phase experiment.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |