The ActionRelationshipType characterizes a relationship between a specified cyber observable action and another cyber observable action.
Field Name | Type | Description |
---|---|---|
Type0..1 | ControlledVocabularyStringType |
The Type field utilizes a standardized controlled vocabulary to describe the nature of the relationship between this Action and the related Action. This field is implemented through the xsi:type controlled vocabulary extension mechanism. The default vocabulary type is ActionRelationshipTypeVocab in the http://cybox.mitre.org/default_vocabularies-2 namespace. This type is defined in the cybox_default_vocabularies.xsd file or at the URL http://cybox.mitre.org/XMLSchema/default_vocabularies/2.0.1/cybox_default_vocabularies.xsd. Users may also define their own vocabulary using the type extension mechanism (by specifying a vocabulary name and/or reference using the vocab_name and vocab_reference attributes, respectively) or simply use this as a string field. |
Action_Reference1..n | ActionReferenceType |
The Action_Reference construct captures references to other Actions. |