Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <xs:schema xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
---|
3 | <xs:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConsoleService" />
|
---|
4 | <xs:element name="GetStatusInfos">
|
---|
5 | <xs:complexType>
|
---|
6 | <xs:sequence />
|
---|
7 | </xs:complexType>
|
---|
8 | </xs:element>
|
---|
9 | <xs:element name="GetStatusInfosResponse">
|
---|
10 | <xs:complexType>
|
---|
11 | <xs:sequence>
|
---|
12 | <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConsoleService" minOccurs="0" name="GetStatusInfosResult" nillable="true" type="q1:StatusCommons" />
|
---|
13 | </xs:sequence>
|
---|
14 | </xs:complexType>
|
---|
15 | </xs:element>
|
---|
16 | <xs:element name="SetConnection">
|
---|
17 | <xs:complexType>
|
---|
18 | <xs:sequence>
|
---|
19 | <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConsoleService" minOccurs="0" name="container" nillable="true" type="q2:ConnectionContainer" />
|
---|
20 | </xs:sequence>
|
---|
21 | </xs:complexType>
|
---|
22 | </xs:element>
|
---|
23 | <xs:element name="SetConnectionResponse">
|
---|
24 | <xs:complexType>
|
---|
25 | <xs:sequence />
|
---|
26 | </xs:complexType>
|
---|
27 | </xs:element>
|
---|
28 | <xs:element name="Disconnect">
|
---|
29 | <xs:complexType>
|
---|
30 | <xs:sequence />
|
---|
31 | </xs:complexType>
|
---|
32 | </xs:element>
|
---|
33 | <xs:element name="DisconnectResponse">
|
---|
34 | <xs:complexType>
|
---|
35 | <xs:sequence />
|
---|
36 | </xs:complexType>
|
---|
37 | </xs:element>
|
---|
38 | <xs:element name="GetCurrentConnection">
|
---|
39 | <xs:complexType>
|
---|
40 | <xs:sequence />
|
---|
41 | </xs:complexType>
|
---|
42 | </xs:element>
|
---|
43 | <xs:element name="GetCurrentConnectionResponse">
|
---|
44 | <xs:complexType>
|
---|
45 | <xs:sequence>
|
---|
46 | <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConsoleService" minOccurs="0" name="GetCurrentConnectionResult" nillable="true" type="q3:ConnectionContainer" />
|
---|
47 | </xs:sequence>
|
---|
48 | </xs:complexType>
|
---|
49 | </xs:element>
|
---|
50 | <xs:element name="ShutdownClient">
|
---|
51 | <xs:complexType>
|
---|
52 | <xs:sequence />
|
---|
53 | </xs:complexType>
|
---|
54 | </xs:element>
|
---|
55 | <xs:element name="ShutdownClientResponse">
|
---|
56 | <xs:complexType>
|
---|
57 | <xs:sequence />
|
---|
58 | </xs:complexType>
|
---|
59 | </xs:element>
|
---|
60 | </xs:schema> |
---|
Note: See
TracBrowser
for help on using the repository browser.