package inheritance_composition { class InheritanceObj extends WLinkEnd { } class Inheritance extends WLink { reference parentType[*] container subsets end : InheritanceObj; reference current container subsets end: InheritanceObj; } }