Data items in the EXPTL_CRYSTAL_FACE category record details of the crystal faces. Example 1 - based on laboratory records for Yb(S-C5H4N)2(THF)4 for the 100 face of crystal xstl1. <PDBx:exptl_crystal_faceCategory> <PDBx:exptl_crystal_face crystal_id="xstl1" index_h="1" index_k="0" index_l="0"> <PDBx:diffr_chi>42.56</PDBx:diffr_chi> <PDBx:diffr_kappa>30.23</PDBx:diffr_kappa> <PDBx:diffr_phi>-125.56</PDBx:diffr_phi> <PDBx:diffr_psi>-0.34</PDBx:diffr_psi> <PDBx:perp_dist>0.025</PDBx:perp_dist> </PDBx:exptl_crystal_face> </PDBx:exptl_crystal_faceCategory> |
<xsd:complexType name="exptl_crystal_faceType"> <xsd:annotation> <xsd:documentation xml:lang="en">Data items in the EXPTL_CRYSTAL_FACE category record details of the crystal faces. Example 1 - based on laboratory records for Yb(S-C5H4N)2(THF)4 for the 100 face of crystal xstl1. <PDBx:exptl_crystal_faceCategory> <PDBx:exptl_crystal_face crystal_id="xstl1" index_h="1" index_k="0" index_l="0"> <PDBx:diffr_chi>42.56</PDBx:diffr_chi> <PDBx:diffr_kappa>30.23</PDBx:diffr_kappa> <PDBx:diffr_phi>-125.56</PDBx:diffr_phi> <PDBx:diffr_psi>-0.34</PDBx:diffr_psi> <PDBx:perp_dist>0.025</PDBx:perp_dist> </PDBx:exptl_crystal_face> </PDBx:exptl_crystal_faceCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="exptl_crystal_face" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="diffr_chi" minOccurs="0" maxOccurs="1" nillable="true"> <xsd:annotation> <xsd:documentation xml:lang="en">The chi diffractometer setting angle in degrees for a specific crystal face associated with attribute perp_dist in category exptl_crystal_face.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:decimal"> <xsd:attribute fixed="degrees" name="units" type="xsd:string" use="optional"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:element name="diffr_kappa" minOccurs="0" maxOccurs="1" nillable="true"> <xsd:annotation> <xsd:documentation xml:lang="en">The kappa diffractometer setting angle in degrees for a specific crystal face associated with attribute perp_dist in category exptl_crystal_face.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:decimal"> <xsd:attribute fixed="degrees" name="units" type="xsd:string" use="optional"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:element name="diffr_phi" minOccurs="0" maxOccurs="1" nillable="true"> <xsd:annotation> <xsd:documentation xml:lang="en">The phi diffractometer setting angle in degrees for a specific crystal face associated with attribute perp_dist in category exptl_crystal_face.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:decimal"> <xsd:attribute fixed="degrees" name="units" type="xsd:string" use="optional"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:element name="diffr_psi" minOccurs="0" maxOccurs="1" nillable="true"> <xsd:annotation> <xsd:documentation xml:lang="en">The psi diffractometer setting angle in degrees for a specific crystal face associated with attribute perp_dist in category exptl_crystal_face.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:decimal"> <xsd:attribute fixed="degrees" name="units" type="xsd:string" use="optional"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <xsd:element name="perp_dist" minOccurs="0" maxOccurs="1" nillable="true"> <xsd:annotation> <xsd:documentation xml:lang="en">The perpendicular distance in millimetres from the face to the centre of rotation of the crystal.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:decimal"> <xsd:minInclusive value="0.0"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:all> <xsd:attribute name="crystal_id" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category exptl_crystal in the EXPTL_CRYSTAL category.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="index_h" use="required" type="xsd:integer"> <xsd:annotation> <xsd:documentation xml:lang="en">Miller index h of the crystal face associated with the value attribute perp_dist in category exptl_crystal_face.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="index_k" use="required" type="xsd:integer"> <xsd:annotation> <xsd:documentation xml:lang="en">Miller index k of the crystal face associated with the value attribute perp_dist in category exptl_crystal_face.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="index_l" use="required" type="xsd:integer"> <xsd:annotation> <xsd:documentation xml:lang="en">Miller index l of the crystal face associated with the value attribute perp_dist in category exptl_crystal_face.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |