CREATE [OR REPLACE] TYPE BODY [schema .] type_name { IS | AS } 
{ MEMBER | STATIC } 
    {procedure_declaration | function_declaration | constructor_declaration}
  [ { MEMBER | STATIC } 
      {procedure_declaration | function_declaration | constructor_declaration} ]... 
[ { MAP | ORDER } MEMBER function_declaration ] END;