[Essential V6.15] Data_Object_Attribute : represented_by_attribute type ISSUE

Post Reply
User avatar
tkinte
Posts: 145
Joined: 18 Nov 2014, 08:24
Location: https://www.linkedin.com/in/tshitshi-kia-ntoni
Contact:

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
jasonp
Posts: 70
Joined: 01 Jul 2017, 07:05

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
Post Reply