BasicSOAPType-class {XMLSchema}R Documentation

Class "SOAPType"

Description

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.

Objects from the Class

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.

Slots

fromConverter:
Object of class "function" ~~
toConverter:
Object of class "function" ~~
name:
Object of class "character" ~~
ns:
Object of class "character" ~~
nsuri:
Object of class "character" ~~
count:
Object of class "numeric" ~~

Extends

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

Methods

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

Author(s)

Duncan Temple Lang

See Also

readSchema processSchemaTypes.

Examples

showClass("BasicSOAPType")

[Package XMLSchema version 0.1-0 Index]