domain_def

domain_def 
      ::= 
      "create" "domain" domain_name 
      [ "as" ] data_type 
      [ default_clause ] 
      { domain_constraint } 
      [ collate_clause ] 

[rule list]
This rule is called by

-> schema_element -> sql_schema_def_stmt