solutions
The <solutions> element selects a group of solutions within a command.
Parent element: <export> or <list>
Child elements: <solution> (0:*)
Attributes:
Name | Type | Required? | Default | Description |
---|---|---|---|---|
all | String | No | No | Indicates whether to include all solutions. Valid values are yes and no. If you specify yes, the process will include all solutions. |
optionsets | String | No | Yes | Indicates whether to process solutions without their option sets. Valid values are yes and no. If you specify no, solutions are processed without their option sets. |
products | String | No | Yes | Indicates whether to list solutions without their associated product definitions. Valid values are yes and no. If you specify no, solutions are exported or listed without the constituent product definitions. To export or list only a subset of product definitions for the solution, specify products='no' and then specify a <product> element for each desired product definition. |
Example:
<solutions all="no" optionsets="yes" products="yes" />
<ddname>ARM</ddname>
</export>
Related topic