Scenario 3: Wrong type for domain entity

The domain entity XML file specifies a domain entity with wrong type in the following XML:

<domain id="Employee2" type="xxyyzz"
	<label>
		<label_for_entity>employee</label_for_entity>
		<label_for_entities>employees</label_for_entities>
	</label>
	<icon path="/images/entities/employee.png"/>
	<empty_display_value_icon
path="/images/entities/empty_display_value_employee.png"/>
</domain>
This generates an error message in the default.log file.
The following error message is an example of the type of message you would receive if there was an invalid value for the type attribute:
2013-04-30 23:25:34,807 [jsp_9: getDomainEntityIdForContainer.wpc] 
ERROR com.ibm.ccd.content.common.MultiDomainEntityUtils - 
CWPCM0604E:Domain Entity 'Employee2' has an invalid domain type 'xxyyzz'..
Ensure that you specify a valid value for the type attribute.