XML schema definition is not easy to maintain for Draft/Review Space.
Draft/Review Space requires the JSON files converted from XML Schema (XSD). Possibly, larger part of the users may not choose XSD for DITA content DocType. In that case, Relax NG (RNG) will be used for the source XML schema definition, and then that will be converted to RNG (and DTD), and finally converted to Draft/Review Space JSON files. That conversion flow is not as smooth as expected.
Even though RNG is valid, output RNG (and DTD) may not work as expected. Even though RNG was generated successfully without errors, Draft/Review Space JSON conversion may fail. When that would happen, it might be needed to restart the flow from RNG edit and repeat the entire flow again and again.
My idea is to update Draft/Review Space directly dealing with native RNG (or DTD) without JSON conversion. Then, that will be compatible with DITA 2.0, and also users can avoid the complicated workflow with XML schema.