Data items in the DIFFRN_RADIATION_WAVELENGTH category describe the wavelength of the radiation used to measure the diffraction intensities. Items may be looped to identify and assign weights to distinct components of a polychromatic beam. Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:diffrn_radiation_wavelengthCategory> <PDBx:diffrn_radiation_wavelength id="1"> <PDBx:wavelength>1.54</PDBx:wavelength> <PDBx:wt>1.0</PDBx:wt> </PDBx:diffrn_radiation_wavelength> </PDBx:diffrn_radiation_wavelengthCategory> |
<xsd:complexType name="diffrn_radiation_wavelengthType"> <xsd:annotation> <xsd:documentation xml:lang="en">Data items in the DIFFRN_RADIATION_WAVELENGTH category describe the wavelength of the radiation used to measure the diffraction intensities. Items may be looped to identify and assign weights to distinct components of a polychromatic beam. Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:diffrn_radiation_wavelengthCategory> <PDBx:diffrn_radiation_wavelength id="1"> <PDBx:wavelength>1.54</PDBx:wavelength> <PDBx:wt>1.0</PDBx:wt> </PDBx:diffrn_radiation_wavelength> </PDBx:diffrn_radiation_wavelengthCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="diffrn_radiation_wavelength" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="wavelength" minOccurs="1" maxOccurs="1" nillable="true"> <xsd:annotation> <xsd:documentation xml:lang="en">The radiation wavelength in angstroms.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:decimal"> <xsd:minInclusive value="0.0"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="wt" minOccurs="0" maxOccurs="1" nillable="true"> <xsd:annotation> <xsd:documentation xml:lang="en">The relative weight of a wavelength identified by the code attribute id in category diffrn_radiation_wavelength in the list of wavelengths.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:decimal"> <xsd:minInclusive value="0.0"/> <xsd:maxInclusive value="1.0"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:all> <xsd:attribute name="id" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">The code identifying each value of attribute wavelength. in category diffrn_radiation_wavelength Items in the DIFFRN_RADIATION_WAVELENGTH category are looped when multiple wavelengths are used. This code is used to link with the DIFFRN_REFLN category. The attribute wavelength_id in category diffrn_refln codes must match one of the codes defined in this category. x1 x2 neut</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |