resolve              package:XMLSchema              R Documentation

_L_o_o_k_u_p _t_h_e _d_e_f_i_n_i_t_i_o_n _o_f _a _t_y_p_e _b_y _n_a_m_e

_D_e_s_c_r_i_p_t_i_o_n:

     This takes the name of a XML schema type and looks through the
     schema information to find that type and return an R description
     for that type.

_U_s_a_g_e:

     resolve(obj, context, namespaces = character(), recursive = TRUE, raiseError = TRUE)

_A_r_g_u_m_e_n_t_s:

     obj: the name of the type to search for

 context: the overall schema/set of type information in which to lookup
          the name.

namespaces: a character vector of 'prefix = URI' pairs allowing the
          name spaces from the XML nodes and type definitions to be
          resolved correctly

recursive: a logical value controlling whether sub-elements or slots
          within the resolved type are also resolved or left as
          names/references.

raiseError: a logical value controlling whether failure to find the
          type leads to an error or just  'NULL' being returned. This
          gives the caller control when a type is not in the schema.

_V_a_l_u_e:

     An object of class 'SOAPType-class'.

_A_u_t_h_o_r(_s):

     Duncan Temple Lang

_S_e_e _A_l_s_o:

     'processSchemaTypes'

