Property Type Alias

When generating report data in XML, the element name for a property is the same as that defined in the <Type> element. There may be cases when you require a different name for the element name; in such cases, use the <Type Alias ="Alias_Name" >Logical_Data_Type<Type> tag to set the name of the element as that defined in the Alias in the output XML. Use this name to refer to the element in the schema and not the name defined within the <Type> element.

Syntax:

<Type Alias = "Datatype">Logical_Data_Type</Type>