This table does not contain actual patent data. Rather, it is a relationship table between DOCUMENT and PATENT. Each record in this table describes a "Document cites Patent" relationship.

This table contains the following fields:

  • CITED_PATENTS_DOCUMENT_FK: The foreign key into the DOCUMENT table.
  • CITED_PATENTS_PATENT_FK : The foreign key into PATENT table.

See DOCUMENT and PATENT for additional details.