Skip to main content

ccmodel Schema

  • Primary Key: model_id
  • Tables: 8

brief_summary

ColumnTypeDescription
model_idtextModel ID of an entry. All tables/categories refer back to this ID in the brief_summary table.
docidbigintSerial counter (unique integer) to represent the row id.
pdbx_initial_datedateInclusion date to the PDB of an entry
pdbx_modified_datedateModification date of an entry
update_datetimestamp without time zoneEntry update date (within the RDB).
comp_idtext
csd_idtext
keywordstext[]Array of keywords.

pdbx_chem_comp_model

ColumnTypeDescription
model_idtextModel ID of an entry. All tables/categories refer back to this ID in the brief_summary table.
idtextThe value of _pdbx_chem_comp_model.id must uniquely identify each model instance the PDBX_CHEM_COMP_MODEL list.
comp_idtextAn identifier for chemical component definition.

pdbx_chem_comp_model_atom

ColumnTypeDescription
model_idtextModel ID of an entry. All tables/categories refer back to this ID in the brief_summary table.
atom_idtextThe value of _pdbx_chem_comp_model_atom.atom_id uniquely identifies each atom in the PDBX_CHEM_COMP_MODEL_ATOM list.
ordinal_idintegerThe value of _pdbx_chem_comp_model_atom.ordinal_id is an ordinal identifer for each atom in the PDBX_CHEM_COMP_MODEL_ATOM list.
chargeintegerThe net integer charge assigned to this atom. This is the formal charge assignment normally found in chemical diagrams.
model_Cartn_xdouble precisionThe x component of the coordinates for this atom in this component model specified as orthogonal angstroms.
model_Cartn_ydouble precisionThe y component of the coordinates for this atom in this component model specified as orthogonal angstroms.
model_Cartn_zdouble precisionThe z component of the coordinates for this atom in this component model specified as orthogonal angstroms.
type_symboltextThe code used to identify the atom species representing this atom type. Normally this code is the element symbol.

pdbx_chem_comp_model_audit

ColumnTypeDescription
model_idtextModel ID of an entry. All tables/categories refer back to this ID in the brief_summary table.
datedateThe date associated with this audit record.
action_typetextThe action associated with this audit record.

pdbx_chem_comp_model_bond

ColumnTypeDescription
model_idtextModel ID of an entry. All tables/categories refer back to this ID in the brief_summary table.
atom_id_1textThe ID of the first of the two atoms that define the bond. This data item is a pointer to _pdbx_chem_comp_model_atom.atom_id in the PDBX_CHEM_COMP_MODEL_ATOM category.
atom_id_2textThe ID of the second of the two atoms that define the bond. This data item is a pointer to _pdbx_chem_comp_model_atom.atom_id in the PDBX_CHEM_COMP_MODEL_ATOM category.
value_ordertextThe value that should be taken as the target for the chemical bond associated with the specified atoms, expressed as a bond order.
ordinal_idintegerThe value of _pdbx_chem_comp_model_bond.ordinal_id is an ordinal identifer for each atom in the PDBX_CHEM_COMP_MODEL_BOND list.

pdbx_chem_comp_model_descriptor

ColumnTypeDescription
model_idtextModel ID of an entry. All tables/categories refer back to this ID in the brief_summary table.
descriptortextThis data item contains the descriptor value for this component.
typetextThis data item contains the descriptor type.

pdbx_chem_comp_model_feature

ColumnTypeDescription
model_idtextModel ID of an entry. All tables/categories refer back to this ID in the brief_summary table.
feature_nametextThe component model feature type.
feature_valuetextThe component feature value.

pdbx_chem_comp_model_reference

ColumnTypeDescription
model_idtextModel ID of an entry. All tables/categories refer back to this ID in the brief_summary table.
db_nametextThe component model feature type.
db_codetextThe component feature value.