BasicSOAPType-class {XMLSchema} | R Documentation |
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.
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
.
fromConverter
:"function"
~~ toConverter
:"function"
~~ name
:"character"
~~ ns
:"character"
~~ nsuri
:"character"
~~ count
:"numeric"
~~
Class "SOAPType"
, directly.
Class "SOAPTypeOrList"
, by class "SOAPType", distance 2.
Class "SOAPTypeOrNULL"
, by class "SOAPType", distance 2.
No methods defined with class "BasicSOAPType" in the signature.
Duncan Temple Lang
readSchema
processSchemaTypes
.
showClass("BasicSOAPType")