/[projects]/dao/DaoMqPump2/DaoMqGUI/Service References/ServiceReference1/item2.xsd
ViewVC logotype

Annotation of /dao/DaoMqPump2/DaoMqGUI/Service References/ServiceReference1/item2.xsd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2000 - (hide annotations) (download)
Mon Jul 8 14:23:01 2013 UTC (10 years, 10 months ago) by torben
File size: 5069 byte(s)
Client side parts of:
 Use one StatusData struct to transfer data
 Introduce EventLog file
 Add lastTransferTime to status data
1 torben 1986 <?xml version="1.0" encoding="utf-8"?>
2     <xs:schema xmlns:tns="http://Microsoft.ServiceModel.Samples" elementFormDefault="qualified" targetNamespace="http://Microsoft.ServiceModel.Samples" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3     <xs:import schemaLocation="http://localhost:8000/RemoteControl/?xsd=xsd2" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
4 torben 2000 <xs:import schemaLocation="http://localhost:8000/RemoteControl/?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/DaoMqPump2" />
5 torben 1986 <xs:element name="GetTransports">
6     <xs:complexType>
7     <xs:sequence />
8     </xs:complexType>
9     </xs:element>
10     <xs:element name="GetTransportsResponse">
11     <xs:complexType>
12     <xs:sequence>
13     <xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="GetTransportsResult" nillable="true" type="q1:ArrayOfstring" />
14     </xs:sequence>
15     </xs:complexType>
16     </xs:element>
17 torben 2000 <xs:element name="GetTransportStatus">
18 torben 1986 <xs:complexType>
19     <xs:sequence>
20     <xs:element minOccurs="0" name="transport" nillable="true" type="xs:string" />
21     </xs:sequence>
22     </xs:complexType>
23     </xs:element>
24 torben 2000 <xs:element name="GetTransportStatusResponse">
25 torben 1986 <xs:complexType>
26     <xs:sequence>
27 torben 2000 <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/DaoMqPump2" minOccurs="0" name="GetTransportStatusResult" nillable="true" type="q2:StatusData" />
28 torben 1986 </xs:sequence>
29     </xs:complexType>
30     </xs:element>
31     <xs:element name="SetTransportEnabled">
32     <xs:complexType>
33     <xs:sequence>
34     <xs:element minOccurs="0" name="transport" nillable="true" type="xs:string" />
35     <xs:element minOccurs="0" name="enabled" type="xs:boolean" />
36     </xs:sequence>
37     </xs:complexType>
38     </xs:element>
39     <xs:element name="SetTransportEnabledResponse">
40     <xs:complexType>
41     <xs:sequence />
42     </xs:complexType>
43     </xs:element>
44     <xs:element name="GetTransportLog">
45     <xs:complexType>
46     <xs:sequence>
47     <xs:element minOccurs="0" name="transport" nillable="true" type="xs:string" />
48     </xs:sequence>
49     </xs:complexType>
50     </xs:element>
51     <xs:element name="GetTransportLogResponse">
52     <xs:complexType>
53     <xs:sequence>
54 torben 2000 <xs:element xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="GetTransportLogResult" nillable="true" type="q3:ArrayOfstring" />
55 torben 1986 </xs:sequence>
56     </xs:complexType>
57     </xs:element>
58     <xs:element name="GetTransportDirection">
59     <xs:complexType>
60     <xs:sequence>
61     <xs:element minOccurs="0" name="transport" nillable="true" type="xs:string" />
62     </xs:sequence>
63     </xs:complexType>
64     </xs:element>
65     <xs:element name="GetTransportDirectionResponse">
66     <xs:complexType>
67     <xs:sequence>
68     <xs:element minOccurs="0" name="GetTransportDirectionResult" nillable="true" type="xs:string" />
69     </xs:sequence>
70     </xs:complexType>
71     </xs:element>
72     <xs:element name="GetTransportQueueName">
73     <xs:complexType>
74     <xs:sequence>
75     <xs:element minOccurs="0" name="transport" nillable="true" type="xs:string" />
76     </xs:sequence>
77     </xs:complexType>
78     </xs:element>
79     <xs:element name="GetTransportQueueNameResponse">
80     <xs:complexType>
81     <xs:sequence>
82     <xs:element minOccurs="0" name="GetTransportQueueNameResult" nillable="true" type="xs:string" />
83     </xs:sequence>
84     </xs:complexType>
85     </xs:element>
86     <xs:element name="GetTransportInsertQuery">
87     <xs:complexType>
88     <xs:sequence>
89     <xs:element minOccurs="0" name="transport" nillable="true" type="xs:string" />
90     </xs:sequence>
91     </xs:complexType>
92     </xs:element>
93     <xs:element name="GetTransportInsertQueryResponse">
94     <xs:complexType>
95     <xs:sequence>
96     <xs:element minOccurs="0" name="GetTransportInsertQueryResult" nillable="true" type="xs:string" />
97     </xs:sequence>
98     </xs:complexType>
99     </xs:element>
100     <xs:element name="GetTransportReadQuery">
101     <xs:complexType>
102     <xs:sequence>
103     <xs:element minOccurs="0" name="transport" nillable="true" type="xs:string" />
104     </xs:sequence>
105     </xs:complexType>
106     </xs:element>
107     <xs:element name="GetTransportReadQueryResponse">
108     <xs:complexType>
109     <xs:sequence>
110     <xs:element minOccurs="0" name="GetTransportReadQueryResult" nillable="true" type="xs:string" />
111     </xs:sequence>
112     </xs:complexType>
113     </xs:element>
114     <xs:element name="GetTransportUpdateQuery">
115     <xs:complexType>
116     <xs:sequence>
117     <xs:element minOccurs="0" name="transport" nillable="true" type="xs:string" />
118     </xs:sequence>
119     </xs:complexType>
120     </xs:element>
121     <xs:element name="GetTransportUpdateQueryResponse">
122     <xs:complexType>
123     <xs:sequence>
124     <xs:element minOccurs="0" name="GetTransportUpdateQueryResult" nillable="true" type="xs:string" />
125     </xs:sequence>
126     </xs:complexType>
127     </xs:element>
128     </xs:schema>

  ViewVC Help
Powered by ViewVC 1.1.20