BasicSOAPType-class        package:XMLSchema        R Documentation

_C_l_a_s_s "_S_O_A_P_T_y_p_e"

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

     This collection of classes is used to represent the different
     types in an XML schema.

     Note that the names will change to refer to schema types rather
     than SOAP types. The SOAP reference is related to the fact that
     the code was originally in the 'SSOAP' package.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     One can use these classes directly to represent your own types and
     construct them directly within R. However, for the most part,
     instances of these classes will be created by processing an XML
     schema via 'readSchema' and/or 'processSchemaTypes'.

_S_l_o_t_s:


     '_f_r_o_m_C_o_n_v_e_r_t_e_r': Object of class '"function"' ~~ 

     '_t_o_C_o_n_v_e_r_t_e_r': Object of class '"function"' ~~ 

     '_n_a_m_e': Object of class '"character"' ~~ 

     '_n_s': Object of class '"character"' ~~ 

     '_n_s_u_r_i': Object of class '"character"' ~~ 

     '_c_o_u_n_t': Object of class '"numeric"' ~~ 

_E_x_t_e_n_d_s:

     Class '"SOAPType"', directly. Class '"SOAPTypeOrList"', by class
     "SOAPType", distance 2. Class '"SOAPTypeOrNULL"', by class
     "SOAPType", distance 2.

_M_e_t_h_o_d_s:

     No methods defined with class "BasicSOAPType" in the signature.

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

     Duncan Temple Lang

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

     'readSchema' 'processSchemaTypes'.

_E_x_a_m_p_l_e_s:

     showClass("BasicSOAPType")

