SupportCost Data Type

This class represents the support cost

Namespace
(Default)
Available Since
2014-10-31
Properties
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

<SupportCost xsitype="...">
  <os>...</os>
  <cost>...</cost>
</SupportCost>