Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/RunCreationService/xml-resources/web-service-references/RunCreationService/wsdl/services.heuristiclab.com/OKB.SPR.Java-3.3/RunCreationService.svc.xsd_xsd0.xsd @ 6068

Last change on this file since 6068 was 6068, checked in by mholper, 13 years ago

added RunCreationService as Netbeansproject #1441

File size: 2.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?><xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://tempuri.org/"><xs:import schemaLocation="https://services.heuristiclab.com/OKB.SPR.Java-3.3/RunCreationService.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.DataTransfer"/><xs:element name="GetAlgorithms"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="platformName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAlgorithmsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetAlgorithmsResult" nillable="true" type="q1:ArrayOfAlgorithm" xmlns:q1="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.DataTransfer"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAlgorithmData"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="algorithmId" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAlgorithmDataResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetAlgorithmDataResult" nillable="true" type="xs:base64Binary"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetProblems"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="platformName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetProblemsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetProblemsResult" nillable="true" type="q2:ArrayOfProblem" xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.DataTransfer"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetProblemData"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="problemId" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetProblemDataResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetProblemDataResult" nillable="true" type="xs:base64Binary"/></xs:sequence></xs:complexType></xs:element><xs:element name="AddRun"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="run" nillable="true" type="q3:Run" xmlns:q3="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.DataTransfer"/></xs:sequence></xs:complexType></xs:element><xs:element name="AddRunResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element></xs:schema>
Note: See TracBrowser for help on using the repository browser.