Data items in the EM_2D_PROJECTION_SELECTION category record details of images from scanned micrographs and the number of particles selected from a scanned set of micrographs. Example 1 - based on PDB entry 1DYL and laboratory records for the structure corresponding to PDB entry 1DYL <PDBx:em_2d_projection_selectionCategory> <PDBx:em_2d_projection_selection entry_id="1"> <PDBx:citation_id>1</PDBx:citation_id> <PDBx:details xsi:nil="true" /> <PDBx:method>INTERACTIVE</PDBx:method> <PDBx:num_particles>5267</PDBx:num_particles> <PDBx:software_name>1</PDBx:software_name> </PDBx:em_2d_projection_selection> </PDBx:em_2d_projection_selectionCategory> |
<xsd:complexType name="em_2d_projection_selectionType"> <xsd:annotation> <xsd:documentation xml:lang="en">Data items in the EM_2D_PROJECTION_SELECTION category record details of images from scanned micrographs and the number of particles selected from a scanned set of micrographs. Example 1 - based on PDB entry 1DYL and laboratory records for the structure corresponding to PDB entry 1DYL <PDBx:em_2d_projection_selectionCategory> <PDBx:em_2d_projection_selection entry_id="1"> <PDBx:citation_id>1</PDBx:citation_id> <PDBx:details xsi:nil="true" /> <PDBx:method>INTERACTIVE</PDBx:method> <PDBx:num_particles>5267</PDBx:num_particles> <PDBx:software_name>1</PDBx:software_name> </PDBx:em_2d_projection_selection> </PDBx:em_2d_projection_selectionCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="em_2d_projection_selection" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="citation_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 citation in the CITATION category.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Any additional details used for selecting observed assemblies. negative monitor contrast facilitated particle picking</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="method" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">The method used for selecting observed assemblies. particles picked interactively from monitor</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="num_particles" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer"> <xsd:annotation> <xsd:documentation xml:lang="en">The number of particles selected from the projection set of images. 840</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="software_name" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">This data item is a pointer to attribute name in category software in the SOFTWARE category.</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 value of attribute entry_id in category em_2d_projection_selection points to the ENTRY category.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |