Customizing the metamodel > Keywords for USRPROPS > NONKEY
  
NONKEY
NONKEY is one of the allowed arguments following FORMAT in the DISPLAY command; elements not designated as keys can be displayed in a separate section of the symbol.
Example
In the following example, the FORMAT NONKEY command puts all attributes not designated as primary keys under the “Non-Key Attributes” legend on an entity symbol.
Definition "Entity"
{ PROPERTY "Description"
{ EDIT COMPLETE LISTOF "Attribute" FROM "Data Element"
KEYED BY {Model, "Entity Name":"Name", "Name"} RELATE BY
"uses" ASGRID COPYSCRIPT OnCopyEntityDesc EDITCLASS
SACPropertyAttributeGrid Label "Attribute List" LENGTH 4096
ZOOMABLE DISPLAY { FORMAT KEY LEGEND "Primary Key" }
DISPLAY { FORMAT NONKEY LEGEND "Non-Key Attributes" }
...
}
See also
Keywords for USRPROPS