OntoDL Syntax
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 |