Customizing the metamodel : Keywords for USRPROPS : FROMDEF and TODEF
  
FROMDEF and TODEF
The FROMDEF and TODEF keywords are used to specify which types the relationship comes from and goes to respectively. This is reflected in the diagram and the relationship is drawn from the FROMDEF type to the TODEF type.
DEFINITION "Enacted By" RELATIONSHIP LABEL "Enacted By" REVERSELABEL "Gobbledegook"
{
Browser { OMITKEY }
PROPERTY "Source"{ EDIT HETEROGENEOUSONEOF "EA Mission" FROMDEF}
PROPERTY "Target"{ EDIT HETEROGENEOUSONEOF "EA Vision" TODEF}
}
Note Only HETEROGENEOUS (ONEOF, LISTOF) and ONEOF relationships should be used.
When used within a DEFINITION block this is supporting a SINGLE relationship through the definition type. If users need to support more than one relationship through a definition type then a different keyword structure can be used to add them. For a definition of the new structure, see REPRESENTS EXPLICIT RELATIONSHIP.