! Argument!! Type !! Direction !! Purpose
|- align="left"
| ParentElement|| XMLElement{{XMLElement_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{{String_MSDN}}|| In || The name of the new element
|- align="left"
| ElementValue|| String{{String_MSDN}}|| In || The value of the new element
|- align="left"
| ElementComment|| String{{String_MSDN}}|| In || The comment to the new element
|- align="left"
| CreatedElement|| XMLElement{{XMLElement_MSDN}}|| Out || The created XML element
|}