Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.Services.Deployment.Test/Service References/UpdateService/service.xsd @ 2771

Last change on this file since 2771 was 2771, checked in by gkronber, 14 years ago

Implemented and tested rudimentary WCF service interface on top of the Linq2Sql data access layer. #860

File size: 1.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 namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment.DataAccess" />
4  <xs:element name="GetPlugin">
5    <xs:complexType>
6      <xs:sequence>
7        <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment.DataAccess" minOccurs="0" name="description" nillable="true" type="q1:PluginDescription" />
8      </xs:sequence>
9    </xs:complexType>
10  </xs:element>
11  <xs:element name="GetPluginResponse">
12    <xs:complexType>
13      <xs:sequence>
14        <xs:element minOccurs="0" name="GetPluginResult" nillable="true" type="xs:base64Binary" />
15      </xs:sequence>
16    </xs:complexType>
17  </xs:element>
18  <xs:element name="GetProducts">
19    <xs:complexType>
20      <xs:sequence />
21    </xs:complexType>
22  </xs:element>
23  <xs:element name="GetProductsResponse">
24    <xs:complexType>
25      <xs:sequence>
26        <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment.DataAccess" minOccurs="0" name="GetProductsResult" nillable="true" type="q2:ArrayOfProductDescription" />
27      </xs:sequence>
28    </xs:complexType>
29  </xs:element>
30  <xs:element name="GetPlugins">
31    <xs:complexType>
32      <xs:sequence />
33    </xs:complexType>
34  </xs:element>
35  <xs:element name="GetPluginsResponse">
36    <xs:complexType>
37      <xs:sequence>
38        <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment.DataAccess" minOccurs="0" name="GetPluginsResult" nillable="true" type="q3:ArrayOfPluginDescription" />
39      </xs:sequence>
40    </xs:complexType>
41  </xs:element>
42</xs:schema>
Note: See TracBrowser for help on using the repository browser.