Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.OKB.Cockpit.Admin/Service References/OKBAdmin/service.xsd @ 4311

Last change on this file since 4311 was 4311, checked in by swagner, 14 years ago

Integrated OKB clients for HL 3.3 (#1166)

File size: 2.8 KB
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.Services.OKB.DataAccess" />
4  <xs:element name="GetPlatformNames">
5    <xs:complexType>
6      <xs:sequence />
7    </xs:complexType>
8  </xs:element>
9  <xs:element name="GetPlatformNamesResponse">
10    <xs:complexType>
11      <xs:sequence>
12        <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataAccess" minOccurs="0" name="GetPlatformNamesResult" nillable="true" type="q1:ArrayOfPlatform" />
13      </xs:sequence>
14    </xs:complexType>
15  </xs:element>
16  <xs:element name="GetCompleteAlgorithm">
17    <xs:complexType>
18      <xs:sequence>
19        <xs:element minOccurs="0" name="id" type="xs:int" />
20      </xs:sequence>
21    </xs:complexType>
22  </xs:element>
23  <xs:element name="GetCompleteAlgorithmResponse">
24    <xs:complexType>
25      <xs:sequence>
26        <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataAccess" minOccurs="0" name="GetCompleteAlgorithmResult" nillable="true" type="q2:Algorithm" />
27      </xs:sequence>
28    </xs:complexType>
29  </xs:element>
30  <xs:element name="GetCompleteProblem">
31    <xs:complexType>
32      <xs:sequence>
33        <xs:element minOccurs="0" name="id" type="xs:int" />
34      </xs:sequence>
35    </xs:complexType>
36  </xs:element>
37  <xs:element name="GetCompleteProblemResponse">
38    <xs:complexType>
39      <xs:sequence>
40        <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataAccess" minOccurs="0" name="GetCompleteProblemResult" nillable="true" type="q3:Problem" />
41      </xs:sequence>
42    </xs:complexType>
43  </xs:element>
44  <xs:element name="UpdateCompleteAlgorithm">
45    <xs:complexType>
46      <xs:sequence>
47        <xs:element xmlns:q4="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataAccess" minOccurs="0" name="algorithm" nillable="true" type="q4:Algorithm" />
48      </xs:sequence>
49    </xs:complexType>
50  </xs:element>
51  <xs:element name="UpdateCompleteAlgorithmResponse">
52    <xs:complexType>
53      <xs:sequence />
54    </xs:complexType>
55  </xs:element>
56  <xs:element name="UpdateCompleteProblem">
57    <xs:complexType>
58      <xs:sequence>
59        <xs:element xmlns:q5="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataAccess" minOccurs="0" name="problem" nillable="true" type="q5:Problem" />
60      </xs:sequence>
61    </xs:complexType>
62  </xs:element>
63  <xs:element name="UpdateCompleteProblemResponse">
64    <xs:complexType>
65      <xs:sequence />
66    </xs:complexType>
67  </xs:element>
68</xs:schema>
Note: See TracBrowser for help on using the repository browser.