To create a Relation, the minimum requirements are - 

  1. It must have a name
  2. It must have a description
  3. A relation can exist between exactly two Types. However the Types can be the same (eg a Friend relation can be exist between two objects of Type Person)


If you do not specify the multiplicity, for a relation, it is assumed to be many to many by default.