OntoDL Syntax

Aus CTS2-LE
Version vom 21. September 2016, 09:03 Uhr von Caumanns (Diskussion | Beiträge) (Syntax)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Syntax


OntoDL := MsWordParagraph *   root element for any MS Word Document that shall be processed by the OntoDL interpreter
MsWordParagraph := OntoDlStatement must be either formatted using (1) style sheet "OntoDL", (2) any style sheet starting with "OntoDL." (3) any style sheet that is registered with OntoDL using an OntoDL Directive.
| OntoDLDirective must be formatted using style sheet "OntoDL"
| any MS Word Text any MS Word text that is formatted by a style sheet that is not registered with OntoDL is ignored by the OntoDL interpreter
OntoDlStatement := DefineStatement
| DefaultStatement
| SetStatement
OntoDlDirective := OntoDL.StyleName
| HeadingDirective
| PatternDirective
| ObligationDirective
| TableDirective
| GotoDirective
| PackageDirective