Data items in the STRUCT_SITE category record details about portions of the structure that contribute to structurally relevant sites (e.g. active sites, substrate-binding subsites, metal-coordination sites). Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:struct_siteCategory> <PDBx:struct_site id="P2 site C"> <PDBx:details> residues with a contact < 3.7 \%A to an atom in the P2 moiety of the inhibitor in the conformation with _struct_asym.id = C</PDBx:details> </PDBx:struct_site> <PDBx:struct_site id="P2 site D"> <PDBx:details> residues with a contact < 3.7 \%A to an atom in the P1 moiety of the inhibitor in the conformation with _struct_asym.id = D)</PDBx:details> </PDBx:struct_site> </PDBx:struct_siteCategory> |
<xsd:complexType name="struct_siteType"> <xsd:annotation> <xsd:documentation xml:lang="en">Data items in the STRUCT_SITE category record details about portions of the structure that contribute to structurally relevant sites (e.g. active sites, substrate-binding subsites, metal-coordination sites). Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:struct_siteCategory> <PDBx:struct_site id="P2 site C"> <PDBx:details> residues with a contact < 3.7 \%A to an atom in the P2 moiety of the inhibitor in the conformation with _struct_asym.id = C</PDBx:details> </PDBx:struct_site> <PDBx:struct_site id="P2 site D"> <PDBx:details> residues with a contact < 3.7 \%A to an atom in the P1 moiety of the inhibitor in the conformation with _struct_asym.id = D)</PDBx:details> </PDBx:struct_site> </PDBx:struct_siteCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="struct_site" 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 site.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="pdbx_auth_asym_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">A component of the identifier for the ligand in the site. This data item is a pointer to attribute auth_asym_id in category atom_site in the ATOM_SITE category.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="pdbx_auth_comp_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">A component of the identifier for the ligand in the site. This data item is a pointer to attribute auth_comp_id in category atom_site in the ATOM_SITE category.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="pdbx_auth_ins_code" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">PDB insertion code for the ligand in the site.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="pdbx_auth_seq_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">A component of the identifier for the ligand in the site. This data item is a pointer to attribute auth_seq_id in category atom_site in the ATOM_SITE category.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="pdbx_evidence_code" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Source of evidence supporting the assignment of this site. SOFTWARE AUTHOR UNKNOWN</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="pdbx_num_residues" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer"> <xsd:annotation> <xsd:documentation xml:lang="en">Number of residues in the site.</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_site must uniquely identify a record in the STRUCT_SITE 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> |