Difference between revisions of "Activity:CreateXMLElement (Activity)"
Line 13: | Line 13: | ||
}} | }} | ||
− | ==Arguments== | + | ===Arguments=== |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
Line 29: | Line 29: | ||
|} | |} | ||
− | ==Usage== | + | ===Usage=== |
This activity is used to create a single XML element below an existing element, as a nested activity within a [[CreateXMLScope (Activity)|CreateXMLScope]] activity. It is a nestable activity, which means it can host a sub activity that will be processed. The hosted activities are typically of type CreateXMLElement again, or [[CreateXMLAttribute (Activity)|CreateXMLAttribute]] activities, either as direct children or wrapped into other activities like ''ForEach'' or ''Sequence''. | This activity is used to create a single XML element below an existing element, as a nested activity within a [[CreateXMLScope (Activity)|CreateXMLScope]] activity. It is a nestable activity, which means it can host a sub activity that will be processed. The hosted activities are typically of type CreateXMLElement again, or [[CreateXMLAttribute (Activity)|CreateXMLAttribute]] activities, either as direct children or wrapped into other activities like ''ForEach'' or ''Sequence''. |