Last change
on this file since 2614 was
2517,
checked in by gkronber, 15 years ago
|
Worked on plugin installation manager and update location service. #799
|
File size:
1.3 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/HeuristicLab.Update.Service" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Update.Service" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
---|
3 | <xs:import schemaLocation="http://localhost:59253/UpdateLocation.svc?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/System" />
|
---|
4 | <xs:complexType name="ArrayOfPluginInformation">
|
---|
5 | <xs:sequence>
|
---|
6 | <xs:element minOccurs="0" maxOccurs="unbounded" name="PluginInformation" nillable="true" type="tns:PluginInformation" />
|
---|
7 | </xs:sequence>
|
---|
8 | </xs:complexType>
|
---|
9 | <xs:element name="ArrayOfPluginInformation" nillable="true" type="tns:ArrayOfPluginInformation" />
|
---|
10 | <xs:complexType name="PluginInformation">
|
---|
11 | <xs:sequence>
|
---|
12 | <xs:element minOccurs="0" name="BuildDate" type="xs:dateTime" />
|
---|
13 | <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
|
---|
14 | <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/System" minOccurs="0" name="Version" nillable="true" type="q1:Version" />
|
---|
15 | </xs:sequence>
|
---|
16 | </xs:complexType>
|
---|
17 | <xs:element name="PluginInformation" nillable="true" type="tns:PluginInformation" />
|
---|
18 | </xs:schema> |
---|
Note: See
TracBrowser
for help on using the repository browser.