"<CODE><B>Type</B> Array of pointers to <A HREF=\""<<typeref_href<<"\">"<<attr_typeref<<"</A></CODE><DT>"<<endl;
elseif(attr_array)
"<CODE><B>Type</B> Array of pointers to <A HREF=\""<<typeref_href<<"\">"<<ctx->rw->attr_typeref<<"</A></CODE><DT>"<<endl;
elseif(ctx->rw->attr_array)
fp_tmp<<
"<CODE><B>Type</B> Array of <A HREF=\""<<typeref_href<<"\">"<<attr_typeref<<"</A></CODE><DT>"<<endl;
elseif(attr_pointer)
"<CODE><B>Type</B> Array of <A HREF=\""<<typeref_href<<"\">"<<ctx->rw->attr_typeref<<"</A></CODE><DT>"<<endl;
elseif(ctx->rw->attr_pointer)
fp_tmp<<
"<CODE><B>Type</B> Pointer to <A HREF=\""<<typeref_href<<"\">"<<attr_typeref<<"</A></CODE><DT>"<<endl;
"<CODE><B>Type</B> Pointer to <A HREF=\""<<typeref_href<<"\">"<<ctx->rw->attr_typeref<<"</A></CODE><DT>"<<endl;