mapSOAPTypeToS | R Documentation |
This class is used to map a description of an XML schema type to the name of an R class, either an existing class or one that would be defined to implement the XML data type. These are used to compute the name of a new class and the types of the slots for a new class class definition.
mapSchemaTypeToS(type, types = list(), namespaceDefs = list())
type |
an instance of a class derived from
|
types |
a |
namespaceDefs |
a collection of namespace definitions of prefix
and URIs. This now comes from each |
a character string
Duncan Temple Lang
def = new("ClassDefinition", name = "Foo",
slotTypes = list(a = new("PrimitiveSchemaType", name = "string"),
b = new("PrimitiveSchemaType", name = "float") ))
mapSchemaTypeToS(def)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.