Nontextual Annotation
Inline text that has a non-textual annotation.
Use cases include annotating spelling errors, denoting proper names in Chinese text, representing underline text, and other forms of annotation. See - https://developer.mozilla.org/en-US/docs/Web/HTML/Element/u - http://html5doctor.com/u-element/ - https://jats.nlm.nih.gov/archiving/tag-library/1.1/element/underline.html - https://github.com/jgm/pandoc-types/blob/master/src/Text/Pandoc/Definition.hs#L320
Properties​
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
content | stencila:content | Array of InlineContent | The content that is marked. | Mark |
id | schema:id | string | The identifier for this item. | Entity |
meta | stencila:meta | object | Metadata associated with this item. | Entity |
Related​
- Parent: Mark
- Descendants: None
Available as​
- JSON-LD
- JSON Schema
- Python
class NontextualAnnotation
- TypeScript
interface NontextualAnnotation
- R
class NontextualAnnotation
- Rust
struct NontextualAnnotation
Source​
This documentation was generated from NontextualAnnotation.schema.yaml.