duration-class             package:SSOAP             R Documentation

_C_l_a_s_s_e_s _f_o_r _b_u_i_l_t-_i_n _S_O_A_P _d_a_t_a _t_y_p_e_s

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

     XML Schema and SOAP uses several built-in types which are
     extensions or restrictions of the basic R type. These classes
     represent these XML Schema/SOAP types in R. Precise definitions
     for the possible values of the data types of each class can be
     found in the SOAP specification at   <URL:
     http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/>. More
     informal and intuitive descriptions can be found in tutorials on
     the Web such as <URL:
     http://www.w3schools.com/schema/schema_dtypes_string.asp>.

     The 'token' type is essential a string but with white space
     cleaned up, i.e. multiple spaces reduced to a single space, new
     lines and control feeds eliminated, as are tabs, and not leading
     or trailing white space.

     A duration is given as a string providing the number of years,
     months, days and potentially hours, minutes and seconds.

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

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

          A token is merely a character vector with a pre-processing
          step that converts its contents to a token.

          The duration is not fully implemented at this point. It will
          resemble the POSIXlt class with fields in a list for the
          years, months, days, hours, minutes and seconds.

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

     token: Class '"character"', from data part. Class '"vector"', by
     class "character", distance 2.

     duration: extends data.frame and has six fields/columns named
     years, months, days, hours, minutes, seconds.

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

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

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

     Duncan Temple Lang

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/>

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

     'processWSDL' 'SSOAP:::.SOAPDefaultTypes'

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

