Customizing the metamodel > Keywords for USRPROPS > SHOW_ON_INSTANCES
  
SHOW_ON_INSTANCES
The SHOW_ON_INSTANCES keyword identifies the properties to be shown when viewing an instance of a definition.
Example
DEFINITION "EA Rule"
{
INSTANTIABLE
PROPERTY "Missions"
{ EDIT HETEROGENEOUSLISTOF "EA Mission" AND_SUBTYPES
ASGRID SHOW_ON_INSTANCES
}
}
There are properties which are added to definition records, such as Description, which are also applied to instances.
See also
INSTANTIABLE
Keywords for USRPROPS