Changes
Created page with "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. {{ActivityInfoBox | title = Cre..."
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.
{{ActivityInfoBox
| title = Create XML Scope
| name = CreateXMLScope
| image =
| imagecaption = Activity CreateXMLScope
| purpose = Create XML data
| category = Data Exchange
| returns = True if successful
| version = 2.1.15+
}}
==Argument==
{| class="wikitable sortable" | width = "50%"
|-
! Arguments!! Type !! Direction !! Purpose
|- align="left"
| FileName|| String|| In || The file the created XML data should be saved to
|- align="left"
| XMLRootName|| String|| In || The name of the root element in the XML data; default is ''UbikXMLData''
|- align="left"
| XMLElement|| XMLElement|| Out || The created root XML element
|}
==Usage==
This activity is used to start the export of XML data. It is a nestable activity, which means it can host any amount of sub-activities that will be processed sequentially. The hosted activities are typically [[CreateXMLElement (Activity)|CreateXMLElement]] of [[CreateXMLAttribute (Activity)|CreateXMLAttribute]] activities, either as direct children but more commonly wrapped within looping activities like ForEach or While.
{{Hint|This activity provides the created XML document and the root node to all XML sub activities, so nesting leads automatically to hierarchies}}
==Example==
==See also==
* [[Workflow Designer]]
* [[CreateXMLElement (Activity)]]
* [[CreateXMLAttribute (Activity)]]
[[Category:Workflows]] [[Category:Activities]] [[Category:Interfacing]]
{{ActivityInfoBox
| title = Create XML Scope
| name = CreateXMLScope
| image =
| imagecaption = Activity CreateXMLScope
| purpose = Create XML data
| category = Data Exchange
| returns = True if successful
| version = 2.1.15+
}}
==Argument==
{| class="wikitable sortable" | width = "50%"
|-
! Arguments!! Type !! Direction !! Purpose
|- align="left"
| FileName|| String|| In || The file the created XML data should be saved to
|- align="left"
| XMLRootName|| String|| In || The name of the root element in the XML data; default is ''UbikXMLData''
|- align="left"
| XMLElement|| XMLElement|| Out || The created root XML element
|}
==Usage==
This activity is used to start the export of XML data. It is a nestable activity, which means it can host any amount of sub-activities that will be processed sequentially. The hosted activities are typically [[CreateXMLElement (Activity)|CreateXMLElement]] of [[CreateXMLAttribute (Activity)|CreateXMLAttribute]] activities, either as direct children but more commonly wrapped within looping activities like ForEach or While.
{{Hint|This activity provides the created XML document and the root node to all XML sub activities, so nesting leads automatically to hierarchies}}
==Example==
==See also==
* [[Workflow Designer]]
* [[CreateXMLElement (Activity)]]
* [[CreateXMLAttribute (Activity)]]
[[Category:Workflows]] [[Category:Activities]] [[Category:Interfacing]]