Customizing the metamodel : Keywords for USRPROPS : ALL_TYPES
  
ALL_TYPES
The ALL_TYPES keyword allows instances of any definition type to be entered into the reference property. When declaring a heterogeneous reference property, you can use the keyword ALL_TYPES.
Example 1
Property "My Property"
{
edit heterogeneousoneof ALL_TYPES
}
Example 2
Property "Your property"
{
edit heterogeneouslistof ALL_TYPES
}