XML connection

The properties of an XML connection are:

Property Name Description
Date Format Specifies the default format for data of Date type.

Data type: String

Description Specifies the description of the XML connection.

Data type: String

Name Specifies the full path of the XSD file.

Data type: String

Pre-join Specifies whether or not to apply the pre-join information defined on the data source in which the connection is set when building a query or defining join relationships in business cubes in the same data source.

Data type: Boolean

Qualified Name Pattern Specifies whether or not catalog or schema is used in data manipulation. Choose an option from the drop-down list.
  • unqualified - Neither catalog nor schema is included in data manipulation. Example: SELECT t.c FROM t
  • 2Part - Uses schema in data manipulation. Example: SELECT schema.t.c FROM schema.t
  • 3Part - Uses both catalog and schema in data manipulation. Example: SELECT catalog.schema.t.c from catalog.schema.t

Data type: Enumeration

Security Check Specifies whether or not to check the XML connection security at runtime.

Data type: Boolean

Time Format Specifies the default format for data of Time type.

Data type: String

Time Stamp Format Specifies the default format for data of Time Stamp type.

Data type: String