OwS Syntax: Unterschied zwischen den Versionen

Aus CTS2-LE
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „== Syntax == <hr><font face="courier"> {|border="0" |- style="vertical-align:top" | style="width:10em" | ''OwS'' | style="width:3em" | := | style="width:10…“)
 
(Syntax)
Zeile 72: Zeile 72:
 
| style="text-align:right" | &#124;  
 
| style="text-align:right" | &#124;  
 
| [[OwS Style Sheet Directive: table|''TableDirective'']]
 
| [[OwS Style Sheet Directive: table|''TableDirective'']]
 +
|
 +
|
 +
|- style="vertical-align:top"
 +
|
 +
| style="text-align:right" | &#124;
 +
| [[OwS Style Sheet Directive: stylemapping|''StylemappingDirective'']]
 
|  
 
|  
 
|
 
|

Version vom 9. Oktober 2016, 22:41 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
OwSDirective := OwS.StyleName
| HeadingDirective
| PatternDirective
| ObligationDirective
| TableDirective
| StylemappingDirective
| GotoDirective
| PackageDirective