OwS Syntax

Aus CTS2-LE
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
| StylemappingDirective
| GotoDirective
| PackageDirective