Changes
! Argument!! Type !! Direction !! Purpose
|- align="left"
| ParentElement|| {{XMLElement_MSDNXmlElement_MSDN}}|| In || The parent element where the new element should be created below; if empty, it will take the element from its nesting host
|- align="left"
| ElementName|| {{String_MSDN}}|| In || The name of the new element
| ElementComment|| {{String_MSDN}}|| In || The comment to the new element
|- align="left"
| CreatedElement|| {{XMLElement_MSDNXmlElement_MSDN}}|| Out || The created XML element
|}