If a workflow uses XML data fields, you can specify an XML value or examine the value set by others.
TIP In the Edit XML Data Fields dialog box, click Validate to format the XML data.
NOTE The XML data field value must be valid XML; if it is not, the changes will be discarded.
For example, if the VehicleDataSchema is specified, the template appears as follows, and you could specify the data fields:
<VehicleReg xmlns=""http://www.filenet.com/ns/fnpe/2004/06/po/schema/Data"">
<Owner>Joe</Owner>
<Vehicle>
<VIN>1234</VIN>
<Value>12345.67</Value>
</Vehicle>
</VehicleReg>
TIP This field is treated as a string field. Therefore, the entire XML message must be enclosed in double-quotes, and any included double-quotes, such as the namespace URL, must be enclosed by a double-quote.