complexType newSession
diagram PlatformServices_p5531.png
namespace http://impl.platform.rosettahub.com/
children login password timeoutMinutes
used by
element newSession
source <xsd:complexType name="newSession">
 
<xsd:sequence>
   
<xsd:element name="login" type="xs:string" minOccurs="0"/>
   
<xsd:element name="password" type="xs:string" minOccurs="0"/>
   
<xsd:element name="timeoutMinutes" type="xs:int"/>
 
</xsd:sequence>
</xsd:complexType>

element newSession/login
diagram PlatformServices_p5532.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="login" type="xs:string" minOccurs="0"/>

element newSession/password
diagram PlatformServices_p5533.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="password" type="xs:string" minOccurs="0"/>

element newSession/timeoutMinutes
diagram PlatformServices_p5534.png
type xsd:int
properties
content simple
source <xsd:element name="timeoutMinutes" type="xs:int"/>

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