Data items in the PDBX_ENTRY_DETAILS category provide additional details about this entry. Example 1 <PDBx:pdbx_entry_detailsCategory> <PDBx:pdbx_entry_details entry_id="1ABC"> <PDBx:nonpolymer_details>Inhibitor VX4A in this entry adopts a highly strained conformation about C32 inorder to fit into the cleft about the active site.</PDBx:nonpolymer_details> </PDBx:pdbx_entry_details> </PDBx:pdbx_entry_detailsCategory> |
<xsd:complexType name="pdbx_entry_detailsType"> <xsd:annotation> <xsd:documentation xml:lang="en">Data items in the PDBX_ENTRY_DETAILS category provide additional details about this entry. Example 1 <PDBx:pdbx_entry_detailsCategory> <PDBx:pdbx_entry_details entry_id="1ABC"> <PDBx:nonpolymer_details>Inhibitor VX4A in this entry adopts a highly strained conformation about C32 inorder to fit into the cleft about the active site.</PDBx:nonpolymer_details> </PDBx:pdbx_entry_details> </PDBx:pdbx_entry_detailsCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="pdbx_entry_details" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="compound_details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Additional details about the macromolecular compounds in this entry.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="nonpolymer_details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Additional details about the non-polymer components in this entry.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="sequence_details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Additional details about the sequence or sequence database correspondences for this entry.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="source_details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Additional details about the source and taxonomy of the macromolecular components in this entry.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:all> <xsd:attribute name="entry_id" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">This item identifies the entry. This is a reference to attribute id in category entry.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |