In 11g we use "create EDITIONING view".
In 12c we can use "create EDITIONABLE EDITIONING view". I guess that this will enable multiple editions for this "EDITIONING" view. Therefore, if we want to enable only one edition, we could use "create NONEDITIONABLE EDITIONING view", but such syntax is not supported.
Thanks.