Table
Datatable
rowscaptionnoteslabellabelAutomaticallyCreativeWork
Analogues
Table
schema.org Table: Direct schema.org source type, extended in Stencila with structured row and note content for document authoring. HTML <table>: Closest HTML analogue for tabular content, though Stencila also models notes and richer work metadata. JATS <table-wrap>: Closest JATS analogue for publishable tables with captions and notes. Pandoc Table: Closest Pandoc analogue for structured document tables.
Properties
Table
label | String | ||
labelAutomatically | Boolean | ||
caption | Block | ||
rows | TableRow | ||
notes | Block | ||
workType | CreativeWork | CreativeWorkType | CreativeWork |
doi | String | CreativeWork | |
about | ThingVariant | CreativeWork | |
abstract | CreativeWork | Block | CreativeWork |
authors | CreativeWork | Author | CreativeWork |
provenance | ProvenanceCount | CreativeWork | |
contributors | CreativeWork | Author | CreativeWork |
editors | CreativeWork | Person | CreativeWork |
maintainers | CreativeWork | PersonOrganization | CreativeWork |
comments | Comment | CreativeWork | |
dateCreated | DateTime | CreativeWork | |
dateReceived | DateTime | CreativeWork | |
dateAccepted | DateTime | CreativeWork | |
dateModified | DateTime | CreativeWork | |
datePublished | DateTime | CreativeWork | |
funders | CreativeWork | PersonOrganization | CreativeWork |
fundedBy | CreativeWorkfundedItems | GrantMonetaryGrant | CreativeWork |
genre | String | CreativeWork | |
keywords | String | CreativeWork | |
isPartOf | CreativeWorkVariant | CreativeWork | |
licenses | CreativeWork | CreativeWorkVariantString | CreativeWork |
parts | CreativeWorkVariant | CreativeWork | |
publisher | PersonOrganization | CreativeWork | |
bibliography | Bibliography | CreativeWork | |
references | Reference | CreativeWork | |
text | Text | CreativeWork | |
title | Inline | CreativeWork | |
repository | String | CreativeWork | |
path | String | CreativeWork | |
commit | String | CreativeWork | |
version | StringNumber | CreativeWork | |
alternateNames | String | Thing | |
description | String | Thing | |
identifiers | PropertyValueString | Thing | |
images | ImageObject | Thing | |
name | String | Thing | |
url | String | Thing | |
id | String | Entity |
Related
Table
Parents: CreativeWorkChildren: none
Bindings
Table
Testing
Table
caption | None | ||
option::of(vec_paragraphs(2)) | |||
option::of(vec_blocks_non_recursive(3)) | |||
rows | table_rows_with_header(2,2) | ||
table_rows_with_header(3,3) | |||
vec(TableRow::arbitrary(), size_range(1..=4)) | |||
vec(TableRow::arbitrary(), size_range(1..=8)) | |||
notes | None | ||
option::of(vec_paragraphs(1)) | |||
option::of(vec_blocks_non_recursive(2)) |
Table.yamldocs_types.rs