activityParameterAttribute
| Namespace: | (default namespace) |
|---|---|
| XML Schema: | ns0.xsd |
This class is used to describe an attribute of an activity parameter. The value of an attribute can be a single string, or can be a list of sub activity parameters.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| name (string) | 0/1 | The name of the parameter attribute. |
| value (string) | 0/1 | The value of the parameter attribute. |
| parameterList/parameter (activityParameter) | 0/unbounded | A list of sub-parameters (optional) - replaces the value part. |