Global Format Validation Rules

Global Format XML file must be configured in BTT deployment XML file, otherwise, it is not validated. Following is the code sample:
<kColl id="format">
			<field id="extFile" value="format.xml" />
			<field id="initializer"
				value="com.ibm.btt.base.FormatterInitializer" />
Following are the Global Format Validation Rules:
  1. Validates if the ID is unique within the parent node.

    Following screen capture shows the validation result:

    Screen capture showing the validation result

  2. Validates if the dataName exists or not in BTT global Formatter XML file. The message type is warning, because even if the data name does not exist in global Formatter XML, it may exist in self-defined XML file.

    Following screen capture shows the validation result:

    Screen capture showing the validation result