Data Centric Functions

Naming

By default, each data element has the same name as that of the data type. For example, if the data type 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 data type (e.g. “Customers”)
  • Element namespace[ElementNamespace] (XNamespace): The namespace the XML element belongs to. No namespace is used by default.