CWLAI0001E: {0}
Explanation: An XSD error thrown by the XSD validator shows that this Business Object schema is not a valid XML schema.
User Action: Please make sure the Business Object schema is a valid XML schema.

 

CWLAI0002W: {0}
Explanation: An XSD warning thrown by XSD validator shows that this schema has some syntax problems.
User Action: Check the schema and resolve the possible syntax problems.

 

CWLAI0003I: {0}
Explanation: An XSD information given by XSD validator.
User Action: No user action needed.

 

CWLAI0004W: The target namespace of this schema is empty.
Explanation: The empty target namespace of schema may be a mistake.
User Action: Check the target namespace and make sure that the empty target namespace is expected.

 

CWLAI0005E: Duplicated attribute ''{0}'' in Business Object ''{1}''.
Explanation: The duplicated attribute is not allowed in Business Object.
User Action: Remove the duplicated attribute from Business Object definition.

 

CWLAI0006W: The <choice> model is not supported in business object ''{0}''.
Explanation: The behavior of <choice> model in EMF and Business Object framework is different from XML Schema specification.
User Action: Use the <sequence> or <all> for element grouping.

 

CWLAI0007E: The Business Object type ''{0}'' in the namespace ''{1}'' is unresolved.
Explanation: The definition for the Business Object type can not be found in current scope.
User Action: Make sure the Business Object type exists and in current scope.

 

CWLAI0008W: Duplicated Business Object type ''{0}'' defined in namespace ''{1}''.
Explanation: There are more than one Business Object type defined in a namespace with same type name.
User Action: Remove the duplicate Business Object type.

 

CWLAI0009E: A BusinessGraph can have only one business object attribute, there is more than one attribute in ''{0}''.
Explanation: It is designed that the Business Graph can have only one root Business Object.
User Action: Remove the extra Buiness Object.

 

CWLAI0010W: ''{0}'' is an obsolete attribute for business object, and is no longer supported.
Explanation: The attribute for Business Object type is defined by previous version of WBI, and it no longer be supported in this version.
User Action: Remove the obsolete attribute from Business Object definition.

 

CWLAI0012E: The Business Object Federated Validator can''t be initialized due to exception: {0}
Explanation: Exception occurs when the Business Object Federated Validator initilizing.
User Action: Resolve the possible problem according to the exception message.

 

CWLAI0013E: Failed to load resource: {0}
Explanation: The resource being validated cannot be loaded.
User Action: Make sure the resource being valiated exists and accessiable.

 

CWLAI0014E: IOException occurs when loading the resource ''{0}'': {1}
Explanation: I/O problem occurs when loading a resource for validation.
User Action: Resolve the possible problem according to the exception message.