A custom component type.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| cost | double | element | 0/1 | Gets the cost. | |
| description | string | element | 0/1 | Gets the description. | |
| id | long | element | 1/1 | Gets the id. | |
| name | string | element | 0/1 | Gets the name. | |
Properties inherited from supportTemplating |
|||||
| xsitype | string | attribute | 0/1 | ||
Example
<CustomComponentType xsitype="..."> <id>...</id> <name>...</name> <description>...</description> <cost>...</cost> </CustomComponentType>