Activity element
This element holds information about a category of related issues.
Usage
<Activity
ID = "ID"
parentID = "IDREF">
child elements
</Activity>
Attributes
Attribute | Type | Required | Description |
---|---|---|---|
ID |
ID |
No |
Enables activity to be reference from the ActivityReference element. |
parentID |
IDREF |
No |
Points to the parent of this activity. Source for this element is the assessment. |
Child elements
Element | Description |
---|---|
ActivityClass |
The class of this activity. |
ActivityClassDisplayName |
Display name for the activity class. |
ActivityDescription |
Description of steps to resolve the issue. |
ActivityEndThread |
The thread id when the activity ended. Source for this element is the assessment. |
ActivityEndTime |
End time for this activity in nanoseconds. |
ActivityInstance |
Identifier for the activity. |
ActivityInstanceDisplayName |
Display name for the activity instance. |
ActivityStartThread |
The thread id when the activity started. The source for this element is the assessment. |
ActivityStartTime |
Start time for this activity in nanoseconds. |
ActivityTitle |
Description of steps to resolve the issue. |
Importance |
The importance of the activity. |
References |
Holds the MetricReference, IssueReference and ActivityReference element. |
Child element sequence
(
ActivityClass,
ActivityClassDisplayName,
ActivityEndThread,
ActivityEndTime,
ActivityInstance,
ActivityInstanceDisplayName,
ActivityStartThread,
ActivityStartTime,
ActivityTitle,
ActivityDescription,
Importance,
References
)
Parent elements
Element | Description |
---|---|
Activities |
A container element for Activity elements. |
Element information
Can be empty | No |