CustomComponentTypeCollection Data Type

A custom component type collection.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
CustomComponentTypes list of CustomComponentType element 0/unbounded Gets the items.

Example

<CustomComponentTypeCollection>
  <CustomComponentTypes xsitype="...">
    <id>...</id>
    <name>...</name>
    <description>...</description>
    <cost>...</cost>
  </CustomComponentTypes>
</CustomComponentTypeCollection>