complexType rList
diagram EngineServices_wsdl_p2795.png
namespace http://engine.server.soap.rosettahub.com/
type extension of tns:rObject
properties
base tns:rObject
children attributes objectType names value
used by
elements exportStandardTypes/arg2 rObject/attributes rDataFrame/data rArray/dimnames
complexTypes rListObjectName rs3
source <xsd:complexType name="rList">
 
<xsd:complexContent>
   
<xsd:extension base="tns:rObject">
     
<xsd:sequence>
       
<xsd:element name="names" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="value" type="tns:rObject" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element rList/names
diagram EngineServices_wsdl_p2796.png
type xsd:string
properties
minOcc 0
maxOcc unbounded
content simple
nillable true
source <xsd:element name="names" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element rList/value
diagram EngineServices_wsdl_p2797.png
type tns:rObject
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children attributes objectType
source <xsd:element name="value" type="tns:rObject" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy