Customizing the metamodel > Keywords for USRPROPS > FROMDEF and TODEF
  
FROMDEF and TODEF
The FROMDEF and TODEF keywords 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 Use only HETEROGENEOUS (ONEOF, LISTOF) and ONEOF relationships.
When used in a DEFINITION block, this is supporting a SINGLE relationship through the definition type. If you need to support more than one relationship through a definition type, a different keyword structure can be used to add them. For a definition of the new structure, see REPRESENTS EXPLICIT RELATIONSHIP.
See also
Keywords for USRPROPS