OntoDL Syntax: Unterschied zwischen den Versionen

Aus CTS2-LE
Zur Navigation springen Zur Suche springen
K (Syntax)
(Syntax)
 
Zeile 47: Zeile 47:
 
| ''OntoDlDirective''  
 
| ''OntoDlDirective''  
 
| :=  
 
| :=  
| [[OntoDL Directive: style|''StyleDirective'']]
+
| [[OntoDL Style Sheet Directive: OntoDL.StyleName|''OntoDL.StyleName'']]
 
|  
 
|  
 
|
 
|
Zeile 53: Zeile 53:
 
|  
 
|  
 
| style="text-align:right" | |  
 
| style="text-align:right" | |  
| [[OntoDL Directive: heading|''HeadingDirective'']]
+
| [[OntoDL Style Sheet Directive: heading|''HeadingDirective'']]
 
|  
 
|  
 
|
 
|
Zeile 59: Zeile 59:
 
|  
 
|  
 
| style="text-align:right" | |  
 
| style="text-align:right" | |  
| [[OntoDL Directive: pattern|''PatternDirective'']]
+
| [[OntoDL Style Sheet Directive: pattern|''PatternDirective'']]
 
|  
 
|  
 
|
 
|
Zeile 65: Zeile 65:
 
|  
 
|  
 
| style="text-align:right" | |  
 
| style="text-align:right" | |  
| [[OntoDL Directive: obligation|''ObligationDirective'']]
+
| [[OntoDL Style Sheet Directive: obligation|''ObligationDirective'']]
 
|  
 
|  
 
|
 
|
Zeile 71: Zeile 71:
 
|  
 
|  
 
| style="text-align:right" | |  
 
| style="text-align:right" | |  
| [[OntoDL Directive: goto|''GotoDirective'']]
+
| [[OntoDL Style Sheet Directive: table|''TableDirective'']]
 
|  
 
|  
 
|
 
|
Zeile 77: Zeile 77:
 
|  
 
|  
 
| style="text-align:right" | |  
 
| style="text-align:right" | |  
| [[OntoDL Directive: package|''PackageDirective'']]
+
| [[OntoDL Tokenizer Directive: goto|''GotoDirective'']]
 +
|
 +
|
 +
|- style="vertical-align:top"
 +
|
 +
| style="text-align:right" | |
 +
| [[OntoDL Tokenizer Directive: package|''PackageDirective'']]
 
|  
 
|  
 
|
 
|

Aktuelle Version vom 21. September 2016, 09:03 Uhr

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