public static boolean isAutoGeneratedSchema(XmlFile file) {
   return file.getUserData(AUTO_GENERATED) != null;
 }