Naming

By default, each data element has the same name as that of the datatype.

For example, if the datatype is called “Customers”, the data element in XML will also read “Customers”.

However, you can override the name of the element in the Element Name parameter.

Besides, you can specify the namespace for the element in the Element Namespace parameter. By default, no namespace is used.

Element name [ElementName] (String): The name of the XML element. The default is the name of the datatype (for example: Customers)
Element namespace [ElementNamespace] (XNamespace): The namespace the XML element belongs to. No namespace is used by default.