Content Category (Node Type): Difference between revisions

From Grooper Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{AutoVersion}}
{{stubs}}
{{stubs}}



Revision as of 07:22, 28 August 2024

STUB

This article is a stub. It contains minimal information on the topic and should be expanded.

collections_bookmark A Content Category is a container for other Content Category or description Document Type nodes in a stacks Content Model. Content Categories are often used simply as organizational buckets for Content Models with large numbers of Document Types. However, Content Categories are also necessary to create branches in a Content Model's classification taxonomy, allowing for more complex Data Element inheritance and Behavior inheritance.

A more complicated set of documents may exist, where some Document Types are a sub-category of a larger Document Type. This could just be useful for logically organizing Document Types into categories. Furthermore, this is part of creating a hierarchical structure in a Content Model. The Content Category, as a child of the parent Content Model, will inherit the Content Model's Data Model and its Data Elements. Document Types, as children of the Content Category, will inherit the parent Content Category's Data Model (including the Content Model's Data Model that it inherited).

For example, if a set of documents contains Invoices, Checks, Receipts and Purchase Orders, they might fit into a Content Category of "Payments" and other Document Types might be placed under other Content Categories. All of the Document Types in the "Payments" Content Category would inherit from both the Content Category and the Content Model itself.

Glossary

Content Category: collections_bookmark A Content Category is a container for other Content Category or description Document Type nodes in a stacks Content Model. Content Categories are often used simply as organizational buckets for Content Models with large numbers of Document Types. However, Content Categories are also necessary to create branches in a Content Model's classification taxonomy, allowing for more complex Data Element inheritance and Behavior inheritance.

Content Model: stacks Content Model nodes define a classification taxonomy for document sets in Grooper. This taxonomy is defined by the collections_bookmark Content Categories and description Document Types they contain. Content Models serve as the root of a Content Type hierarchy, which defines Data Element inheritance and Behavior inheritance. Content Models are crucial for organizing documents for data extraction and more.

Data Element: Data Elements are a class of node types used to collect data from a document. These include: data_table Data Models, insert_page_break Data Sections, variables Data Fields, table Data Tables, and view_column Data Columns.

Data Model: data_table Data Models are leveraged during the Extract activity to collect data from documents (folder Batch Folders). Data Models are the root of a Data Element hierarchy. The Data Model and its child Data Elements define a schema for data present on a document. The Data Model's configuration (and its child Data Elements' configuration) define data extraction logic and settings for how data is reviewed in a Data Viewer.

Document Type: description Document Type nodes represent a distinct type of document, such as an invoice or a contract. Document Types are created as child nodes of a stacks Content Model or a collections_bookmark Content Category. They serve three primary purposes:

  1. They are used to classify documents. Documents are considered "classified" when the folder Batch Folder is assigned a Content Type (most typically, a Document Type).
  2. The Document Type's data_table Data Model defines the Data Elements extracted by the Extract activity (including any Data Elements inherited from parent Content Types).
  3. The Document Type defines all "Behaviors" that apply (whether from the Document Type's Behavior settings or those inherited from a parent Content Type).