OntoDL Style Sheet Directive: heading: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Examples) |
K (→Syntax) |
||
| Zeile 8: | Zeile 8: | ||
| style="width:1em" | | | style="width:1em" | | ||
| <font face="arial" size="2"> </font> | | <font face="arial" size="2"> </font> | ||
| + | |- style="vertical-align:top" | ||
| + | | | ||
| + | | style="text-align:right" | | | ||
| + | | '''#heading''' ''level'' | ||
| + | | | ||
| + | | | ||
|- style="vertical-align:top" | |- style="vertical-align:top" | ||
| ''Level'' | | ''Level'' | ||
Version vom 13. September 2016, 12:41 Uhr
Syntax
| HeadingDirective | := | #heading Level TypeName Mask | ||
| | | #heading level | |||
| Level | := | [1-9](-[1-9])? |
Description
Examples
| Style Sheet | Text | Comment | ||
|---|---|---|---|---|
| OntoDL | #heading 2 codesystem .Name ( .URI) | Level 2 chapters are terminology definitions. The heading gives the name of the terminology and (in parentheses) the URI of the terminology. | ||
| OntoDL | #heading 3-4 concept .Display ( .Name ) | Level 3 sections are concept definitions within the terminology that coresponds to the superordinate level 2 chapter. Level 4 sections define subconcepts within the concepts defined by level 3 section. Level 3 and 4 headlines provide the display text of a concept together with its code (in parentheses). | ||
| Überschrift 2 | Clinics and Wards (http://hospital.com/clinics) | A terminology "Clinics and Wards" is defined. The definition scope of the codesystem objects reaches until the end of the level-2 chapter. | ||
| Überschrift 3 | Cardiologic Clinic, Prof. Smyth (cardiologic clinic) | A concept "cordiologic clinic" is defined. The definiton scope of this concept reaches until the end of the level-3 section. | ||
| Überschrift 4 | Cardiologic care ward for Women and Children (ward 51.1) | A concept "ward 51.1" is defined as a subconcept of "cardiologic clinic". | ||
| Überschrift 4 | Cardiologic care ward for Intensive Care (ward 51.2) | |||
| Überschrift 3 | Orthopedic Clinic, Prof. Miller (orthopedic clinic) | Another concept within the terminology "Clinics and Wards". This concept sets up a new definition scope within the definition scope of "Clinics and Wards". | ||
| Überschrift 4 | Orthopedic care ward for knee and hip patients (ward 52.1) |