414415416417418419420421422423424
String errors = validator.checkSchema( schema, dataInput); if (errors.length() > 0) { throw new YDataValidationException( schema, rawDecompositionData, errors, source, "Problem with process model. Schema validation failed");