ActionArgumentTypeCybOX Core Schema

The ActionArgumentType enables the specification of a single relevant argument/parameter for this Action.


Field Name Type Description
Argument_Name0..1 ControlledVocabularyStringType

The Argument_Name field is optional and utilizes a standardized controlled vocabulary to identify/characterize the specific action argument utilized.

This field is implemented through the xsi:type controlled vocabulary extension mechanism. The default vocabulary type is ActionArgumentNameVocab 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.

Argument_Value0..1 string

The Argument_Value field specifies the value for this action argument/parameter.