1.

Differences Between The Item-type And Component-item-type In Definition(xml)file?

Answer»
  1. When your property in the item-descriptor needs to hold only one VALUE which is of type of any other repository item, use ‘item-type=”item NAME”’ ATTRIBUTE.
  2. when your property needs to hold a COLLECTION (set/array/map/list) of items of type of any other repository item,use data-type = “set/array/map/list” and component-item-type=”another Item name” to specify what type each one of the element in the collection



Discussion

No Comment Found