Last change
on this file since 3494 was
3203,
checked in by kgrading, 15 years ago
|
implemented the server on the client, using push & force push, added refresh buttons, added auto calender methods that traverse the tree... (#908)
|
File size:
1.5 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/HeuristicLab.PluginInfrastructure" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/HeuristicLab.PluginInfrastructure" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
---|
3 | <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
|
---|
4 | <xs:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts.BusinessObjects" />
|
---|
5 | <xs:complexType name="ArrayOfCachedHivePluginInfoDto">
|
---|
6 | <xs:sequence>
|
---|
7 | <xs:element minOccurs="0" maxOccurs="unbounded" name="CachedHivePluginInfoDto" nillable="true" type="tns:CachedHivePluginInfoDto" />
|
---|
8 | </xs:sequence>
|
---|
9 | </xs:complexType>
|
---|
10 | <xs:element name="ArrayOfCachedHivePluginInfoDto" nillable="true" type="tns:ArrayOfCachedHivePluginInfoDto" />
|
---|
11 | <xs:complexType name="CachedHivePluginInfoDto">
|
---|
12 | <xs:complexContent mixed="false">
|
---|
13 | <xs:extension xmlns:q1="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts.BusinessObjects" base="q1:HivePluginInfoDto">
|
---|
14 | <xs:sequence>
|
---|
15 | <xs:element xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="PluginFiles" nillable="true" type="q2:ArrayOfbase64Binary" />
|
---|
16 | </xs:sequence>
|
---|
17 | </xs:extension>
|
---|
18 | </xs:complexContent>
|
---|
19 | </xs:complexType>
|
---|
20 | <xs:element name="CachedHivePluginInfoDto" nillable="true" type="tns:CachedHivePluginInfoDto" />
|
---|
21 | </xs:schema> |
---|
Note: See
TracBrowser
for help on using the repository browser.