Register sequences can be started on null handle

In reply to chr_sue:
Hi chr_sue…My top sequence is extended from uvm_reg_sequence. It is creating & starting 3 built in register sequences from its body method. Each of them is calling register APIs, none of them is creating seq_items. So which means they can be started on null handle including parent sequence. Correct me if i am wrong ?