Enum: PageType
The type of page in the document
URI: PageType
Permissible Values
Value | Meaning | Description |
---|---|---|
FIRST_PAGE | None | The first page of the document |
CONTINUATION_PAGE | None | A continuation page |
BLANK_PAGE | None | A blank page |
Slots
Name | Description |
---|---|
page_type | Whether the page is the first page of the document, a continuation page, or a... |
Identifier and Mapping Information
Schema Source
- from schema: https://finreg-foundry.github.io/fdic-crypto
LinkML Source
name: PageType
description: The type of page in the document
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
permissible_values:
FIRST_PAGE:
text: FIRST_PAGE
description: The first page of the document
title: First Page
CONTINUATION_PAGE:
text: CONTINUATION_PAGE
description: A continuation page
title: Continuation Page
BLANK_PAGE:
text: BLANK_PAGE
description: A blank page
title: Blank Page