Global Type Validation Rules

Global Type XML file must be configured in BTT deployment XML file, otherwise, it is not validated. Following is the code sample:
<kColl id="type">
			<field id="initializer"
				value="com.ibm.btt.base.types.TypeInitializer" />
			<field id="extFile" value="type.xml" />
Following are the Global Type 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 implClass is class reference or not.

    Following screen capture shows the validation result:

    Screen capture showing the validation result

  3. Validates if the refType exists or not.

    Following screen capture shows the validation result:

    Screen capture showing the validation result