OntoDL Statement: default: Unterschied zwischen den Versionen

Aus CTS2-LE
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „== Syntax == <font face="courier"> {|border="0" |- style="vertical-align:top" | style="width:10em" | ''DefaultStatement'' | style="width:3em" | := | style=…“)
 
K (Syntax)
 
Zeile 23: Zeile 23:
 
|
 
|
 
| style="text-align:right" | &#124;
 
| style="text-align:right" | &#124;
| '''=''' [[OntoDL Statement: Base Types|''Text'']]  
+
| '''=''' ('''($''')? [[OntoDL Statement: Base Types|''Text'']]  
 
|
 
|
| <font face="arial" size="2"></font>
+
| <font face="arial" size="2">The prefix "($" advises the OntoDL interpreter to consider the provided text as a string (which will not be further processed)</font>
 
|}
 
|}
 
</font>
 
</font>
 
<hr>
 
<hr>

Aktuelle Version vom 10. September 2016, 15:41 Uhr

Syntax

DefaultStatement := default Name = DefaultValue  
DefaultValue := InternalReference
| = QualifiedConcept
| = (($)? Text The prefix "($" advises the OntoDL interpreter to consider the provided text as a string (which will not be further processed)