Customizing the metamodel > Keywords for USRPROPS > TEXT
  
TEXT
TEXT is an allowable field type. The definition defined as text can come from a list, or can be any alphanumeric characters typed by the user. The default length for a TEXT property is 1200.
Example
DEFINITION "Relationship"
{
CHAPTER "Relations and Connections"
GROUP "Relation"
{ LAYOUT { COLS 2 TAB ALIGN OVER }
PROPERTY "Role" { EDIT Text LENGTH 31 }
PROPERTY "Role Prefix" { EDIT Text LENGTH 31 }
}
See also
Keywords for USRPROPS