Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Service References/QAPInstanceService/QAP2.xsd @ 6875

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

#1619

  • Moved QAPLIB files from the problem plugin to the test plugin
  • Updated unit test
  • Moved service reference to the problem plugin (from the views plugin)
  • Created a simple test list for our most common tests
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3  <xs:complexType name="ArrayOfstring">
4    <xs:sequence>
5      <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" />
6    </xs:sequence>
7  </xs:complexType>
8  <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" />
9  <xs:complexType name="ArrayOfArrayOfdouble">
10    <xs:sequence>
11      <xs:element minOccurs="0" maxOccurs="unbounded" name="ArrayOfdouble" nillable="true" type="tns:ArrayOfdouble" />
12    </xs:sequence>
13  </xs:complexType>
14  <xs:element name="ArrayOfArrayOfdouble" nillable="true" type="tns:ArrayOfArrayOfdouble" />
15  <xs:complexType name="ArrayOfdouble">
16    <xs:sequence>
17      <xs:element minOccurs="0" maxOccurs="unbounded" name="double" type="xs:double" />
18    </xs:sequence>
19  </xs:complexType>
20  <xs:element name="ArrayOfdouble" nillable="true" type="tns:ArrayOfdouble" />
21  <xs:complexType name="ArrayOfint">
22    <xs:sequence>
23      <xs:element minOccurs="0" maxOccurs="unbounded" name="int" type="xs:int" />
24    </xs:sequence>
25  </xs:complexType>
26  <xs:element name="ArrayOfint" nillable="true" type="tns:ArrayOfint" />
27</xs:schema>
Note: See TracBrowser for help on using the repository browser.