<xsd:complexType name="struct_ncs_ensType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Data items in the STRUCT_NCS_ENS category record information about ensembles of domains related by noncrystallographic symmetry. The point group of the ensemble when taken as a whole may be specified, as well as any special aspects of the ensemble that require description. Example 1 - based on laboratory records for the collagen-like peptide, HYP-. <PDBx:struct_ncs_ensCategory> <PDBx:struct_ncs_ens id="en1"> <PDBx:details> The ensemble represents the pseudo-twofold symmetry between domains d1 and d2.</PDBx:details> </PDBx:struct_ncs_ens> </PDBx:struct_ncs_ensCategory></xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="struct_ncs_ens" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:all>
<xsd:element name="details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">A description of special aspects of the ensemble. The ensemble has a slight translation between domains 1 and 4, but overall it can accurately be described as point group 222</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="point_group" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The point group of the ensemble of structural elements related by one or more noncrystallographic symmetry operations. The relationships need not be precise; this data item is intended to give a rough description of the noncrystallographic symmetry relationships. 3 422 non-proper</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:all>
<xsd:attribute name="id" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value of attribute id in category struct_ncs_ens must uniquely identify a record in the STRUCT_NCS_ENS 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> |