Customizing the metamodel : Keywords for USRPROPS : STRING
  
STRING
The default argument used after the keyword FORMAT in a Display command. Use of string causes the contents of the dictionary entry to appear on the screen exactly the way it was typed.
Example
SYMBOL "Relation" IN "Shlaer Information Model"
{
PROPERTY "Description" { EDIT Text LENGTH 100 }
PROPERTY "Reverse Phrase" { EDIT Text LENGTH 65 DISPLAY {
FORMAT STRING LEGEND "$$NONE$$" } }
..}