The Insert Attribute action is used to create a new attribute on an existing element within the FactBase.
Three parameters are required for this action. The first is an XPath pointing to the element within the FactBase that the new attribute should be added to (to location). The second is a string value detailing the name to give the new attribute (name), and the third parameter specifies the string value to set as the initial value for the new attribute (value). If you do not want the new attribute to have an initial value, then this third parameter should be left blank.