OntoDL Style Sheet Directive: OntoDL.StyleName
Zur Navigation springen
Zur Suche springen
Syntax
The following syntax does not define a directive to be placed into an OntoDL file, because the OntoDL.StyleName directive does not come with any commands to be placed into the text. Instead it defines a syntax for custom MS Word style sheets, that looks as follows:
| CustomOntoDLStyle | := | OntoDL PropertyReference+ PropertyQualifer* |
Description
Examples
| Style Sheet | Text | Comment | ||
|---|---|---|---|---|
| OntoDL | #heading 2 codesystem .Name ( .URI ) | see #heading directive. | ||
| OntoDL | #heading 3-4 concept .Display ( .Name ) | see #heading directive. | ||
| Überschrift 2 | Clinics and Wards (http://hospital.com/clinics) | A new terminology is defined. | ||
| OntoDL.Description | This terminology provides a list of all clinics and wards. | The style of this paragraph starts with "OntoDL.". The OntoDL interpreter takes the second part of the style name as a property name. Therefore this paragraph is assigned to the Description-property of the codesystem-object that represents the newly defined terminology. | ||
| Überschrift 3 | Cardiologic Clinic, Prof. Smyth (cardiologic clinic) | A new concept is defined. | ||
| OntoDL.Designation[Language=de] | Kardiologische Klinik | This paragraph is assigned to the Designation-property of the concept with the text language set to German ("de"). | ||
| OntoDL.Definition | The cardiologic clinic is located in the Red-House-Building. | This paragraph is considered to be the definition of the concept "cardiologic clinic". | ||
| Überschrift 4 | Cardiologic care ward for Women and Children (ward 51.1) | |||
| OntoDL.Designation[Language=de] | Kardiologische Station für Frauen und Kinder | |||
| OntoDL.Definition | Ward 51.1 is located on the first floor. | |||
| Überschrift 4 | Cardiologic care ward for Intensive Care (ward 51.2) | |||
| OntoDL.Definition | Ward 51.2 is located on the third floor. Access to the ward is restricted. |