diagram | |||
namespace | http://impl.platform.rosettahub.com/ | ||
children | sessionUid enginePoolUid lockIt options connectionTimeout socketTimeout | ||
used by |
|
||
source | <xsd:complexType name="borrowEngine"> <xsd:sequence> <xsd:element name="sessionUid" type="xs:string" minOccurs="0"/> <xsd:element name="enginePoolUid" type="xs:string" minOccurs="0"/> <xsd:element name="lockIt" type="xs:boolean"/> <xsd:element name="options" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="connectionTimeout" type="xs:int"/> <xsd:element name="socketTimeout" type="xs:int"/> </xsd:sequence> </xsd:complexType> |
diagram | |||||||
type | xsd:string | ||||||
properties |
|
||||||
source | <xsd:element name="sessionUid" type="xs:string" minOccurs="0"/> |
diagram | |||||||
type | xsd:string | ||||||
properties |
|
||||||
source | <xsd:element name="enginePoolUid" type="xs:string" minOccurs="0"/> |
diagram | |||
type | xsd:boolean | ||
properties |
|
||
source | <xsd:element name="lockIt" type="xs:boolean"/> |
diagram | |||||||
type | xsd:string | ||||||
properties |
|
||||||
source | <xsd:element name="options" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||
type | xsd:int | ||
properties |
|
||
source | <xsd:element name="connectionTimeout" type="xs:int"/> |
diagram | |||
type | xsd:int | ||
properties |
|
||
source | <xsd:element name="socketTimeout" type="xs:int"/> |