SOAPType | R Documentation |
This is a constructor function for filling in the
general/common details of the SchemaType-class
objects.
SchemaType(name, ns = "", nsuri = "", namespaceDefs = list(), counts = numeric(),
obj = new("SchemaTypeReference"), targetNamespace = "")
name |
the name of the schema type (i.e. of the type or element),
usually the value of the |
ns |
the namespace prefix from the XML type |
nsuri |
the namespace URI |
namespaceDefs |
the namespace definitions, i.e. |
counts |
a vector giving the minOccurs and maxOccurs values for
the type. See |
obj |
the object whose slots are to be filled in. The user can
pass this when creating an instance of a class derived from
|
targetNamespace |
a string providing the value of the targetNamespace attribute of the schema being processed. |
The value obj
with slots updated.
Duncan Temple Lang
SchemaType-class
processSchemaTypes
readSchema
SchemaType("foo", count = c(1, Inf))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.