RawDocumentImpl.PROVIDER.create("doc", Attributes.EMPTY_MAP), null,
DocumentSchema.NO_SCHEMA_CONSTRAINTS);
try {
doc.consume(other.asOperation());
} catch (OperationException e) {
throw new OperationRuntimeException("Copy should not fail", e);
}
return doc;
}