« Späť na CIDOC-CRM Project

Follow Up "Multiple Inheritance" : Use a class in several model types

Kombinovaný pohľad Plochý pohľad Stromový pohľad
Témy [ Predchádzajúci | Ďalej ]
toggle
Follow Up "Multiple Inheritance" : Use a class in several model types
community class relation documentation
Odpoveď
27.3.2014 11:17
When I define an attribute I set in the facet the model type. Is it possible that this works without setting the model type, because it is a constraint?

RE: Follow Up "Multiple Inheritance" : Use a class in several model types
interref objref attributeinterrefdomain
Odpoveď
24.6.2013 9:08 ako reakcia na Anonym.
When defining an attribute of type INTERREF (object reference), you have to enter both the name of the model type and the name of the class in the attribute facet "AttributeInterRefDomain".
In the current example, if you want to use the classes E and Y in more than one model type, you have to add all the model types in the facet:

 1REFDOMAIN max:999
 2OBJREF
 3     mt:"Sample"
 4     c:"Y"
 5     max:999
 6
 7OBJREF
 8     mt:"Another Modeltype"
 9     c:"Y"
10     max:999