Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.OKB.Cockpit.Query/Service References/OKBQuery/service.xsd @ 4311

Last change on this file since 4311 was 4311, checked in by swagner, 14 years ago

Integrated OKB clients for HL 3.3 (#1166)

File size: 3.6 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.OKB" />
4  <xs:element name="GetAllAttributeSelectors">
5    <xs:complexType>
6      <xs:sequence />
7    </xs:complexType>
8  </xs:element>
9  <xs:element name="GetAllAttributeSelectorsResponse">
10    <xs:complexType>
11      <xs:sequence>
12        <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB" minOccurs="0" name="GetAllAttributeSelectorsResult" nillable="true" type="q1:ArrayOfAttributeSelector" />
13      </xs:sequence>
14    </xs:complexType>
15  </xs:element>
16  <xs:element name="PrepareQuery">
17    <xs:complexType>
18      <xs:sequence>
19        <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB" minOccurs="0" name="selectors" nillable="true" type="q2:ArrayOfAttributeSelector" />
20      </xs:sequence>
21    </xs:complexType>
22  </xs:element>
23  <xs:element name="PrepareQueryResponse">
24    <xs:complexType>
25      <xs:sequence>
26        <xs:element minOccurs="0" name="PrepareQueryResult" nillable="true">
27          <xs:complexType>
28            <xs:annotation>
29              <xs:appinfo>
30                <ActualType Name="DataTable" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
31              </xs:appinfo>
32            </xs:annotation>
33            <xs:sequence>
34              <xs:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/2001/XMLSchema" processContents="lax" />
35              <xs:any minOccurs="1" namespace="urn:schemas-microsoft-com:xml-diffgram-v1" processContents="lax" />
36            </xs:sequence>
37          </xs:complexType>
38        </xs:element>
39      </xs:sequence>
40    </xs:complexType>
41  </xs:element>
42  <xs:element name="GetCount">
43    <xs:complexType>
44      <xs:sequence />
45    </xs:complexType>
46  </xs:element>
47  <xs:element name="GetCountResponse">
48    <xs:complexType>
49      <xs:sequence>
50        <xs:element minOccurs="0" name="GetCountResult" type="xs:int" />
51      </xs:sequence>
52    </xs:complexType>
53  </xs:element>
54  <xs:element name="GetNextRows">
55    <xs:complexType>
56      <xs:sequence>
57        <xs:element minOccurs="0" name="nRows" type="xs:int" />
58      </xs:sequence>
59    </xs:complexType>
60  </xs:element>
61  <xs:element name="GetNextRowsResponse">
62    <xs:complexType>
63      <xs:sequence>
64        <xs:element minOccurs="0" name="GetNextRowsResult" nillable="true">
65          <xs:complexType>
66            <xs:annotation>
67              <xs:appinfo>
68                <ActualType Name="DataTable" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
69              </xs:appinfo>
70            </xs:annotation>
71            <xs:sequence>
72              <xs:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/2001/XMLSchema" processContents="lax" />
73              <xs:any minOccurs="1" namespace="urn:schemas-microsoft-com:xml-diffgram-v1" processContents="lax" />
74            </xs:sequence>
75          </xs:complexType>
76        </xs:element>
77      </xs:sequence>
78    </xs:complexType>
79  </xs:element>
80  <xs:element name="Terminate">
81    <xs:complexType>
82      <xs:sequence />
83    </xs:complexType>
84  </xs:element>
85  <xs:element name="TerminateResponse">
86    <xs:complexType>
87      <xs:sequence />
88    </xs:complexType>
89  </xs:element>
90</xs:schema>
Note: See TracBrowser for help on using the repository browser.