Expansion of an abbreviation given by the editor as uncertain.
Any number of Unicode characters followed by a question mark ? and wrapped by round brackets (…), preceded by abbreviated text.
| Notation | Conceptual AST | Paper Output |
…(⊙?) | Uncertain([ ⊙ ]) | (⊙⯑) |
⊙ ∈ EXPANS_CONTENT_ALLOWED = any phenomena allowed within Abbrev (notation, AST or rendering depending on its placement).
| Notation | Paper Output |
Mar(ius?)
|
|
EpiDoc Outputs
| Notation | EpiDoc (XML) |
Mar(ius?)
|
<ab>
<expan>
<abbr>Mar</abbr>
<ex>ius</ex>
</expan>
</ab>
|
Structural Analysis (Conceptual AST)
| Notation | AST |
Mar(ius?)
|
Abbreviation[complete]
Written
Plain("Mar")
Expanded(uncertain)
Plain("ius")
|