Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/Service References/QAPServiceReference/QAP2.xsd @ 6659

Last change on this file since 6659 was 6659, checked in by abeham, 13 years ago

#1619

  • experimented with a first locally working version
File size: 2.1 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://localhost:3978/QAP/QAP.svc?xsd=xsd2" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
4  <xs:import schemaLocation="http://localhost:3978/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="GetProblemInstanceData">
18    <xs:complexType>
19      <xs:sequence>
20        <xs:element minOccurs="0" name="instance" nillable="true" type="xs:string" />
21      </xs:sequence>
22    </xs:complexType>
23  </xs:element>
24  <xs:element name="GetProblemInstanceDataResponse">
25    <xs:complexType>
26      <xs:sequence>
27        <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.ProblemInstances" minOccurs="0" name="GetProblemInstanceDataResult" nillable="true" type="q2:QAPInstanceDto" />
28      </xs:sequence>
29    </xs:complexType>
30  </xs:element>
31  <xs:element name="GetBestSolutionsData">
32    <xs:complexType>
33      <xs:sequence>
34        <xs:element minOccurs="0" name="instance" nillable="true" type="xs:string" />
35      </xs:sequence>
36    </xs:complexType>
37  </xs:element>
38  <xs:element name="GetBestSolutionsDataResponse">
39    <xs:complexType>
40      <xs:sequence>
41        <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.ProblemInstances" minOccurs="0" name="GetBestSolutionsDataResult" nillable="true" type="q3:ArrayOfQAPSolutionDto" />
42      </xs:sequence>
43    </xs:complexType>
44  </xs:element>
45</xs:schema>
Note: See TracBrowser for help on using the repository browser.