<fact>

Defines which jobarg fact is being assigned.

Description

The name, type and value of the fact are specified as attributes. The jobarg fact must be defined in the jobargs namespace for the job.

Definition

<!ELEMENT fact (element*,dict*)>
<!ATTLIST fact
          name     CDATA     #REQUIRED
          type     CDATA     #REQUIRED
          value    CDATA     #IMPLIED >

Attributes of <nds>

name

Specifies the attribute name.

type

For list or array fact types, the element tag defines a list or array members. For dictionary fact types, the dict tag defines dictionary members.

value

Specifies the value associated with this fact.

Elements

<element>

<dict>

Parent