create_schema

create_schema 
      ::= 
      "create" "schema" "authorization" schema_name 
      { create_table | create_view | grant_command } 

[rule list]
This rule is called by

create_command