我在人物模型中注意到了这一点(第一次没有注意到):
<associations>
<association name="cm:avatar">
<source>
<role>cm:avatarOf</role> <!-- What is the purpose of this?? -->
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>cm:content</class>
<role>cm:hasAvatar</role>
<mandatory>false</mandatory>
<many>false</many>
</target>
</association>
</associations>
我正在为我自己的模型复制这个关联,并想知道这个元素在关联中的重要性。