OwS Syntax: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Syntax) |
K (→Syntax) |
||
| Zeile 42: | Zeile 42: | ||
| style="text-align:right" | | | | style="text-align:right" | | | ||
| [[OwS Statement: set|''SetStatement'']] | | [[OwS Statement: set|''SetStatement'']] | ||
| + | | | ||
| + | | | ||
| + | |- style="vertical-align:top" | ||
| + | | | ||
| + | | style="text-align:right" | | | ||
| + | | [[OwS Statement: Object Relationship|''PredicateStatement'']] | ||
| | | | ||
| | | | ||
Version vom 9. Oktober 2016, 22:43 Uhr
Syntax
| OwS | := | MsWordParagraph * | root element for any MS Word Document that shall be processed by the OwS interpreter | |
| MsWordParagraph | := | OwSStatement | must be either formatted using (1) style sheet "OwS", (2) any style sheet starting with "OwS." (3) any style sheet that is registered with OwS using an OwS Directive. | |
| | | OwSDirective | must be formatted using style sheet "OwS" | ||
| | | any MS Word Text | any MS Word text that is formatted by a style sheet that is not registered with OwS is ignored by the OwS interpreter | ||
| OwSStatement | := | DefineStatement | ||
| | | DefaultStatement | |||
| | | SetStatement | |||
| | | PredicateStatement | |||
| OwSDirective | := | OwS.StyleName | ||
| | | HeadingDirective | |||
| | | PatternDirective | |||
| | | ObligationDirective | |||
| | | TableDirective | |||
| | | StylemappingDirective | |||
| | | GotoDirective | |||
| | | PackageDirective |