OntoDL Macro Language (OML)
Version vom 13. September 2016, 12:37 Uhr von Caumanns (Diskussion | Beiträge) (→OML Style Sheet Directives)
OML Style Sheet Directives
- OntoDL.StyleName
- implicit assignment of a value to the property StyleName within the definiton scope of an OntoDL object
- #heading
- binding of the scope of a heading to an OntoDL object definition with an implict assignment of values to properties of the defined object
- #obligation
- trigger the execution of a set of commands and/or directives before or after text of a defined style sheet is processed
- #pattern
- template-based transformation of a text that is formatted with a defined style sheet
- #table
- parse a table where each row contains an object definition
OML Tokenizer Directives
- #goto ... #return
- control how the OntoDL tokenizer scans through the document
- #package ... #endpackage
- define a named subroutine that can be linked to an obligation