Data items in the STRUCT_SITE_KEYWORDS category record keywords describing the site. Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:struct_site_keywordsCategory> <PDBx:struct_site_keywords site_id="P2 site C" text="binding site"></PDBx:struct_site_keywords> <PDBx:struct_site_keywords site_id="P2 site C" text="binding pocket"></PDBx:struct_site_keywords> <PDBx:struct_site_keywords site_id="P2 site C" text="P2 site"></PDBx:struct_site_keywords> <PDBx:struct_site_keywords site_id="P2 site C" text="P2 pocket"></PDBx:struct_site_keywords> <PDBx:struct_site_keywords site_id="P2 site D" text="binding site"></PDBx:struct_site_keywords> <PDBx:struct_site_keywords site_id="P2 site D" text="binding pocket"></PDBx:struct_site_keywords> <PDBx:struct_site_keywords site_id="P2 site D" text="P2 site"></PDBx:struct_site_keywords> <PDBx:struct_site_keywords site_id="P2 site D" text="P2 pocket"></PDBx:struct_site_keywords> </PDBx:struct_site_keywordsCategory> |
<xsd:complexType name="struct_site_keywordsType"> <xsd:annotation> <xsd:documentation xml:lang="en">Data items in the STRUCT_SITE_KEYWORDS category record keywords describing the site. Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:struct_site_keywordsCategory> <PDBx:struct_site_keywords site_id="P2 site C" text="binding site"></PDBx:struct_site_keywords> <PDBx:struct_site_keywords site_id="P2 site C" text="binding pocket"></PDBx:struct_site_keywords> <PDBx:struct_site_keywords site_id="P2 site C" text="P2 site"></PDBx:struct_site_keywords> <PDBx:struct_site_keywords site_id="P2 site C" text="P2 pocket"></PDBx:struct_site_keywords> <PDBx:struct_site_keywords site_id="P2 site D" text="binding site"></PDBx:struct_site_keywords> <PDBx:struct_site_keywords site_id="P2 site D" text="binding pocket"></PDBx:struct_site_keywords> <PDBx:struct_site_keywords site_id="P2 site D" text="P2 site"></PDBx:struct_site_keywords> <PDBx:struct_site_keywords site_id="P2 site D" text="P2 pocket"></PDBx:struct_site_keywords> </PDBx:struct_site_keywordsCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="struct_site_keywords" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:attribute name="site_id" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category struct_site in the STRUCT_SITE category.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="text" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Keywords describing this site. active site binding pocket Ca coordination</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |