Hi guys
Is there a reason why we get
#Attribute and not FAMIXAttribute
and/or
super: #FAMIXStructuredEntity
instead of
super: 'FAMIX.StructuredEntity'
So I would prefer to have something regular
either
#'FAMIX.Attribute' super: #'FAMIX.StructuredEntity'
or
#Attribute super: #StructuredEntity
In fact I would prefer
#'FAMIXAttribute' super: #'FAMIXStructuredEntity'
Stef