CREATE [OR REPLACE] TYPE [schema. .] type_name 
{ IS | AS } { VARRAY | VARYING ARRAY } ( limit ) OF datatype;

For information on the symbols and conventions of Backus-Naur Form (BNF) syntax, see Appendix A.