<xsd:complexType name="phasing_MAD_clustType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Data items in the PHASING_MAD_CLUST category record details about a cluster of experiments that contributed to the generation of a set of phases. Example 1 - based on a paper by Shapiro et al. [Nature (London) (1995), 374, 327-337]. <PDBx:phasing_MAD_clustCategory> <PDBx:phasing_MAD_clust expt_id="1" id="4 wavelength"> <PDBx:number_set>4</PDBx:number_set> </PDBx:phasing_MAD_clust> <PDBx:phasing_MAD_clust expt_id="1" id="5 wavelength"> <PDBx:number_set>5</PDBx:number_set> </PDBx:phasing_MAD_clust> <PDBx:phasing_MAD_clust expt_id="2" id="5 wavelength"> <PDBx:number_set>5</PDBx:number_set> </PDBx:phasing_MAD_clust> </PDBx:phasing_MAD_clustCategory></xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="phasing_MAD_clust" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:all>
<xsd:element name="number_set" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
<xsd:annotation>
<xsd:documentation xml:lang="en">The number of data sets in this cluster of data sets.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:all>
<xsd:attribute name="expt_id" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category phasing_MAD_expt in the PHASING_MAD_EXPT 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 phasing_MAD_clust must, together with attribute expt_id in category phasing_MAD_clust, uniquely identify a record in the PHASING_MAD_CLUST list. Note that this item need not be a number; it can be any unique identifier.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |