Is it possible to use level as streaming level, if it has own streaming levels?

For example i have:

PersistentLevel and Level1 and Level2.
PersistenLevel have streaming levels (Editor->Window->Levels) Level1 and Level2.

But, when i open Level2 in editor it has own streaming levels (Editor->Window->Levels), for example Level2_1 and Level2_2.

Is it possible? Or all streaming (non-persistent) levels must not have own streaming levels?

I have tested this, and NO, it is not possible to load streaming sublevel of another streaming level. You can LoadStreamLevel level with sublevels though, but sublevels will not be loaded.

You have to OpenLevel with sublevels, to make sublevels openable, i.e. level with sublevels must not be sublevel of another level.

PS: the same is true for WorldCompositions, i.e. WorldComposition cannot be sublevel of another level, i.e. it can, but sublevels of WorldComposition will not be loaded, like with regular streaming levels.

Sad.