Model Basicfamily

This model description is not a real EMF artifact. It was generated by the
org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's
code generator can be extended.
This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.

Package basicfamily <http://www.eclipse.org/sirius/sample/basicfamily>

  Class Person
    Attribute name : EString
    Reference children : Person<<0..*>>
    Reference parents : Person<<0..2>>
    Reference /mother : Woman
    Reference /father : Man

  Class Family
    Attribute name : EString
    Reference members : Person<<0..*>>

  Class Man -> Person

  Class Woman -> Person
