OwS Syntax

Aus CTS2-LE
Version vom 21. September 2016, 20:53 Uhr von Caumanns (Diskussion | Beiträge) (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…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

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
| GotoDirective
| PackageDirective