Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/Service References/UpdateLocationReference/UpdateLocation.xsd @ 2614

Last change on this file since 2614 was 2527, checked in by gkronber, 15 years ago

Implemented changes as requested by swagner. #799

File size: 1.7 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 schemaLocation="http://localhost:59253/UpdateLocation.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Update.Service" />
4  <xs:import schemaLocation="http://localhost:59253/UpdateLocation.svc?xsd=xsd4" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
5  <xs:element name="GetAvailablePluginsByName">
6    <xs:complexType>
7      <xs:sequence>
8        <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
9      </xs:sequence>
10    </xs:complexType>
11  </xs:element>
12  <xs:element name="GetAvailablePluginsByNameResponse">
13    <xs:complexType>
14      <xs:sequence>
15        <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/HeuristicLab.Update.Service" minOccurs="0" name="GetAvailablePluginsByNameResult" nillable="true" type="q1:ArrayOfPluginInformation" />
16      </xs:sequence>
17    </xs:complexType>
18  </xs:element>
19  <xs:element name="GetPluginFiles">
20    <xs:complexType>
21      <xs:sequence>
22        <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Update.Service" minOccurs="0" name="info" nillable="true" type="q2:PluginInformation" />
23      </xs:sequence>
24    </xs:complexType>
25  </xs:element>
26  <xs:element name="GetPluginFilesResponse">
27    <xs:complexType>
28      <xs:sequence>
29        <xs:element xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="GetPluginFilesResult" nillable="true" type="q3:ArrayOfbase64Binary" />
30      </xs:sequence>
31    </xs:complexType>
32  </xs:element>
33</xs:schema>
Note: See TracBrowser for help on using the repository browser.