The ActionCollectionType provides a method for characterizing collections of actions. This can be useful for organizing actions that may be related and where the exact relationship is unknown, as well as actions whose associated behavior has not yet been established.
Field Name | Type | Description |
---|---|---|
@nameoptional | string |
The name field specifies the name of the collection. |
Affinity_Type0..1 | string |
The Affinity_Type field provides an abstract way of characterizing how the objects in a collection are related. |
Affinity_Degree0..1 | string |
The Affinity_Degree field is intended to provide an abstract way of characterizing the degree to which the objects in a collection are related. |
Description0..1 | string |
The Description field contains a textual description of the collection. |
@idrequired | QName |
The id field specifies a unique ID for this Action Collection. |
Action_List1..1 | ActionListType |
The Action_List field specifies a list of Actions that make up the collection. |