Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.OKB.AlgorithmHost/Service References/OKBRunner/HeuristicLab.Services.OKB.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: 1.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3  <xs:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataAccess" />
4  <xs:complexType name="StarterKit">
5    <xs:sequence>
6      <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataAccess" minOccurs="0" name="AlgorithmClasses" nillable="true" type="q1:ArrayOfAlgorithmClass" />
7      <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataAccess" minOccurs="0" name="ProblemClasses" nillable="true" type="q2:ArrayOfProblemClass" />
8      <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataAccess" minOccurs="0" name="Projects" nillable="true" type="q3:ArrayOfProject" />
9    </xs:sequence>
10  </xs:complexType>
11  <xs:element name="StarterKit" nillable="true" type="tns:StarterKit" />
12  <xs:complexType name="ExperimentKit">
13    <xs:sequence>
14      <xs:element xmlns:q4="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataAccess" minOccurs="0" name="Algorithm" nillable="true" type="q4:Algorithm" />
15      <xs:element xmlns:q5="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataAccess" minOccurs="0" name="Problem" nillable="true" type="q5:Problem" />
16    </xs:sequence>
17  </xs:complexType>
18  <xs:element name="ExperimentKit" nillable="true" type="tns:ExperimentKit" />
19</xs:schema>
Note: See TracBrowser for help on using the repository browser.