OwS Syntax: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (→Syntax) |
(→Syntax) |
||
| Zeile 47: | Zeile 47: | ||
| | | | ||
| style="text-align:right" | | | | style="text-align:right" | | | ||
| − | | [[OwS Statement: Object Relationship|'' | + | | [[OwS Statement: Object Relationship|''FullPredicateStatement'']] |
| | | | ||
| | | | ||
Version vom 25. Januar 2017, 14:46 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 | |||
| | | FullPredicateStatement | |||
| OwSDirective | := | OwS.StyleName | ||
| | | HeadingDirective | |||
| | | PatternDirective | |||
| | | ObligationDirective | |||
| | | TableDirective | |||
| | | StylemappingDirective | |||
| | | GotoDirective | |||
| | | PackageDirective |