This class represents the attribute cost item
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| cost | double | element | 1/1 | the cost | |
| costFormula | string | element | 0/1 | the costFormula | |
| name | string | element | 0/1 | the name | |
Properties inherited from supportTemplating |
|||||
| xsitype | string | attribute | 0/1 | ||
Example
<AttributeCostItem xsitype="..."> <name>...</name> <cost>...</cost> <costFormula>...</costFormula> </AttributeCostItem>