Free cookie consent management tool by TermsFeed Policy Generator

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

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

Worked on administration front-end for deployment service. #860 (Deployment server for plugin installation from web locations)

File size: 1.3 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" />
4  <xs:element name="DeployProduct">
5    <xs:complexType>
6      <xs:sequence>
7        <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment" minOccurs="0" name="product" nillable="true" type="q1:ProductDescription" />
8      </xs:sequence>
9    </xs:complexType>
10  </xs:element>
11  <xs:element name="DeployProductResponse">
12    <xs:complexType>
13      <xs:sequence />
14    </xs:complexType>
15  </xs:element>
16  <xs:element name="DeployPlugin">
17    <xs:complexType>
18      <xs:sequence>
19        <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment" minOccurs="0" name="plugin" nillable="true" type="q2:PluginDescription" />
20        <xs:element minOccurs="0" name="zipFile" nillable="true" type="xs:base64Binary" />
21      </xs:sequence>
22    </xs:complexType>
23  </xs:element>
24  <xs:element name="DeployPluginResponse">
25    <xs:complexType>
26      <xs:sequence />
27    </xs:complexType>
28  </xs:element>
29</xs:schema>
Note: See TracBrowser for help on using the repository browser.