Hi,
another example: we have an entity Person and another for Attachments (set a media).
On entity Person there is a navigation property called Photo (max 1 photo), and a navigation property called Attachments (multiple). I would like to set attributes like creatable/updateble for the navigation attributes (not on the related entity sets), as such operations could be related to the navigation property.
Regards, Toine