BasicItem
The BasicItem element defines a new item, with a new name. It does not
modify the behavior of an existing item.
| Attribute | Options | 
|---|---|
| name | The new basic item type name. | 
| label | Label for item as it will appear in the BA diagram New >> context menu. | 
| icon | The icon used for the item in the Business Application diagram. The file must be present in the image directory of the BAM template directory. | 
| depth | An integer starting from 0, or
                                         | 
Syntax
<BusinessApplication>
  <DynamicProperties> dynamic property list </DynamicProperties>
  <Items> 
    <Item> </Item>
    <BasicItem </BasicItem>
    <Relation> </Relation>
  </Items>
</BusinessApplication>