I've been trying to visualize more clearly what the difference is between choosing DBO vs SDE schema when creating an enterprise geodatabase. I was wondering if my diagram below makes sense, if you were to choose an SDE database? Is this a good understanding or what am I missing/what did I mess up on this diagram?
Database administrator = has authority over literally everything, including creation of tables & data. (Is the schema dbo?)
Geodatabase administrator = has authority over all spatial tables/layers. Should only create structure, not load data.
Users = given specific privileges by either the Database or Geodatabase Admin, can perform editing functions. They do not create tables or layers.
I tried to synthesize this information into a diagram from the answer to this question, but I'm worried I'm still misunderstanding something in here: https://community.esri.com/t5/data-management-questions/dbo-or-sde-or-what-schema/td-p/340010

Final result of your SDE database would look like this (with some added tables just for example):

Alternatively, if you chose the DBO schema:
Database Admin & Geodatabase Admin = administration over absolutely everything, including creation of tables, spatial layers, and data.
Users = They can load and edit data, as well as create structural elements of the database, just like the admins. Confused here: do they have their own schema or is their schema dbo?

Final result of your DBO database could look something like this:
