Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Service References/QAPInstanceService/QAP1.xsd @ 6936

Last change on this file since 6936 was 6936, checked in by abeham, 12 years ago

#1619

  • Added a new service method and a helper class for calling the service and configuring a QAP instance
  • Made parameter properties of the RTS public (so that it can be configured programmatically)
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 schemaLocation="http://services.heuristiclab.com/ProblemInstances-3.3/QAP/QAP.svc?xsd=xsd2" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
4  <xs:import schemaLocation="http://services.heuristiclab.com/ProblemInstances-3.3/QAP/QAP.svc?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.ProblemInstances" />
5  <xs:element name="GetProblemInstances">
6    <xs:complexType>
7      <xs:sequence />
8    </xs:complexType>
9  </xs:element>
10  <xs:element name="GetProblemInstancesResponse">
11    <xs:complexType>
12      <xs:sequence>
13        <xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="GetProblemInstancesResult" nillable="true" type="q1:ArrayOfstring" />
14      </xs:sequence>
15    </xs:complexType>
16  </xs:element>
17  <xs:element name="GetProblemInstancesOfSize">
18    <xs:complexType>
19      <xs:sequence>
20        <xs:element minOccurs="0" name="minSize" type="xs:int" />
21        <xs:element minOccurs="0" name="maxSize" type="xs:int" />
22      </xs:sequence>
23    </xs:complexType>
24  </xs:element>
25  <xs:element name="GetProblemInstancesOfSizeResponse">
26    <xs:complexType>
27      <xs:sequence>
28        <xs:element xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="GetProblemInstancesOfSizeResult" nillable="true" type="q2:ArrayOfstring" />
29      </xs:sequence>
30    </xs:complexType>
31  </xs:element>
32  <xs:element name="GetProblemInstanceData">
33    <xs:complexType>
34      <xs:sequence>
35        <xs:element minOccurs="0" name="instance" nillable="true" type="xs:string" />
36      </xs:sequence>
37    </xs:complexType>
38  </xs:element>
39  <xs:element name="GetProblemInstanceDataResponse">
40    <xs:complexType>
41      <xs:sequence>
42        <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.ProblemInstances" minOccurs="0" name="GetProblemInstanceDataResult" nillable="true" type="q3:QAPInstanceDto" />
43      </xs:sequence>
44    </xs:complexType>
45  </xs:element>
46  <xs:element name="GetBestSolutionsData">
47    <xs:complexType>
48      <xs:sequence>
49        <xs:element minOccurs="0" name="instance" nillable="true" type="xs:string" />
50      </xs:sequence>
51    </xs:complexType>
52  </xs:element>
53  <xs:element name="GetBestSolutionsDataResponse">
54    <xs:complexType>
55      <xs:sequence>
56        <xs:element xmlns:q4="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.ProblemInstances" minOccurs="0" name="GetBestSolutionsDataResult" nillable="true" type="q4:ArrayOfQAPSolutionDto" />
57      </xs:sequence>
58    </xs:complexType>
59  </xs:element>
60</xs:schema>
Note: See TracBrowser for help on using the repository browser.