Negative messages not fatal

Sometimes validation of a given data object interprets the given data object as belonging to a type to which it does not really belong. In this situation, the data object will fail to belong to that type - but that is because the data does not belong.

In the following two situations, you may see messages that a data object fails to belong to a certain type because it is not really data of that type:

  • When an optional occurrence of a component that does not exist in the data is sought during validation
  • When an object of a partitioned type is sought during validation