attributeGroup ifAttributes
annotation
documentation
Documentation only: attributes for type=If tasks

attribute ifAttributes/@ifname
type xs:string
properties
isRef 0
use required
annotation
documentation
The name of a property.
If the value of the property matches one of the values in the ifvalue list, the contained task will be executed.
If ifvalue is not set, the contained task will be executed if the ifname property is set to any value.
If the ifname property is not in the ifvalue list, this Task will return successfully without processing the child task.

attribute ifAttributes/@ifvalue
type xs:string
properties
isRef 0
use optional
annotation
documentation
A list of values the ifname property must take if the child is to be executed.