final ProcessingReport report, final MessageBundle bundle,
final FullData data)
throws ProcessingException
{
final SchemaTree tree = data.getSchema();
final ProcessingReport subReport
= new ListProcessingReport(report.getLogLevel(), LogLevel.FATAL);
processor.process(subReport, data.withSchema(tree.append(PTR)));
if (subReport.isSuccess())
report.error(newMsg(data, bundle, "err.draftv4.not.fail"));
}