Page 1 of 1

[Essential V6.15] Data_Object_Attribute : represented_by_attribute type ISSUE

Posted: 30 Jun 2022, 14:50
by tkinte
Hi

Currently in the metamodel about the Data_Object_Attribute class

Code: Select all

Slot Name : represented_by_attribute
Documentation : Slot containing the set of Information Representation Attributes 
	                    that are representations of an Information View Attribute.	
Type : Information_Representation_Attribute
Like a copy paste issue. Should be probably

Code: Select all

Slot Name : doa_represented_by_attribute
Documentation : Slot containing the set of Data Representation Attributes 
	                  that are representations of an Data Object Attribute.	
Type : Data_Representation_Attribute
Best regards,

Tshitshi

Re: [Essential V6.15] Data_Object_Attribute : represented_by_attribute type ISSUE

Posted: 14 Jul 2022, 08:40
by jasonp
Hi Tshitshi,

this is actually more than a copy/paste issue as the represented_by_attribute should not exist within the Data Object Attribute class at all. Your proposed change is indeed the correct one, with your suggested doa_represented_by_attribute slot being the inverse of the existing implemented_data_object_attribute slot of the Data Representation Attribute class.

We will add this change to the upcoming meta-model update (6.16).

Thanks for spotting this :-)

Regards,

Jason