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