Changes
The CreateXMLScope Activity creates [http://en.wikipedia.org/wiki/XML XML] data. It is the root activity for an export of XML data into files.
==Arguments==
! Argument!! Type !! Direction !! Purpose
|- align="left"
| FileName|| String{{String_MSDN}}|| In || The file the created XML data should be saved to
|- align="left"
| XMLRootName|| String{{String_MSDN}}|| In || The name of the root element in the XML data; default is ''UbikXMLData''
|- align="left"
| XMLElement|| XMLElement{{XmlElement_MSDN}}|| Out || The created root XML element
|}