Data items in the CHEM_COMP_PLANE category provide identifiers for the planes in a chemical component. The atoms in the plane are specified in the CHEM_COMP_PLANE_ATOM category. Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:chem_comp_planeCategory> <PDBx:chem_comp_plane comp_id="phe" id="phe1"></PDBx:chem_comp_plane> </PDBx:chem_comp_planeCategory> |
<xsd:complexType name="chem_comp_planeType"> <xsd:annotation> <xsd:documentation xml:lang="en">Data items in the CHEM_COMP_PLANE category provide identifiers for the planes in a chemical component. The atoms in the plane are specified in the CHEM_COMP_PLANE_ATOM category. Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:chem_comp_planeCategory> <PDBx:chem_comp_plane comp_id="phe" id="phe1"></PDBx:chem_comp_plane> </PDBx:chem_comp_planeCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="chem_comp_plane" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="number_atoms_all" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer"> <xsd:annotation> <xsd:documentation xml:lang="en">The total number of atoms in the plane.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="number_atoms_nh" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer"> <xsd:annotation> <xsd:documentation xml:lang="en">The number of non-hydrogen atoms in the plane.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:all> <xsd:attribute name="comp_id" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category chem_comp in the CHEM_COMP 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 chem_comp_plane must uniquely identify a record in the CHEM_COMP_PLANE list.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |