Customizing the metamodel : Keywords for USRPROPS : VALUE
  
VALUE
This keyword prefaces a value string in a LIST.
Example
List "Importance"
{
VALUE "Mandatory"
VALUE "Strongly Desired"
VALUE "Should Have"
VALUE "Icing on the Cake"
VALUE "Not Important"
}
Definition "Use Case Step"{PROPERTY "Importance" {EDIT TEXT LIST "Importance" LENGTH 20 DEFAULT "Should Have" }
}
In the example above, a new list is created in USRPROPS.TXT (at the top of the file). There are five values assigned to the list. Later in the USRPROPS.TXT, in the definition of a Use Case Step, this list is employed in the property "Importance".
Note In this type of list, the user can type in their own value in the Importance field.