So I may not have a full understanding of how domains and cardinality work yet. However, I do understand that the reference attribute must be created on the class at the N side of the 1:N or N:1 domain.
With this in mind, I would like to create multiple reference attributes referencing specific attributes in the class from the '1' side of the domain.
E.g.
Class A
A Attribute 1
A Attribute 2
A Attribute 3
Class B
B Attribute 1
B Attribute 2
B Attribute 3
Domain: 1:N (Origin Class A, Target Class B)
Now, I want to add a reference attribute to point to Class A Attribute 2 and an additional reference attribute to point to Class A Attribute 3. How do I do this?
Currently when I add a reference attribute to Class B it will only reference data held within the "Description" attribute.
Many Thanks,
Jamie