File: rsxsdQuery.htm

package info (click to toggle)
office2003-schemas 1.0%2Bds-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, forky, sid, trixie
  • size: 42,304 kB
  • sloc: javascript: 2,429; makefile: 29
file content (520 lines) | stat: -rw-r--r-- 27,132 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01084522"><META NAME="lcid" CONTENT="1033"><title>Microsoft.Search.Query Schema</title><link rel="stylesheet" type="text/css" href="office10.css"><script type="text/javascript" language="Javascript" src="ExpCollapse.js"></script><script type="text/javascript" language="JavaScript" src="inline.js"></script></head><body><h1>Microsoft.Search.Query Schema</h1><p>This topic contains the annotated text of the Microsoft.Search.Query.xsd schema file. For additional information about this schema, see <a href="rsxsdQueryDocs.htm" id="HV01087676" lcid=" ">Microsoft.Search.Query Schema Documentation</a>.</p><pre><code>&lt;?xml version="1.0" encoding="utf-8" ?&gt;
&lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  --&gt;
&lt;!-- Schema: Query.xsd                                          --&gt;
&lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  --&gt;
&lt;xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    targetNamespace="urn:Microsoft.Search.Query" 
    xmlns="urn:Microsoft.Search.Query" elementFormDefault="qualified" 
    xmlns:t="urn:Microsoft.Search.Types"&gt;
    &lt;xsd:annotation&gt;
        &lt;xsd:documentation&gt;
            This document is provided for informational purposes 
            only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED,
            AS TO THE INFORMATION IN THIS DOCUMENT. Complying with 
            all applicable copyright laws is the responsibility of 
            the user.  Microsoft may have patents, patent 
            applications, trademarks, copyrights, or other 
            intellectual property rights covering subject matter in 
            this document. Except as expressly provided in any 
            written license agreement from Microsoft, the furnishing
            of this document does not give you any license to these 
            patents, trademarks, copyrights, or other intellectual 
            property. (c) 2003 Microsoft Corporation. All rights 
            reserved.
        &lt;/xsd:documentation&gt;
        &lt;xsd:documentation&gt;
            Defines a Query Packet from the client to a service 
            provider, which can in turn contain several individual
            queries corresponding to each of the provider's services.
        &lt;/xsd:documentation&gt;
    &lt;/xsd:annotation&gt;
    &lt;xsd:import schemaLocation="Microsoft.Search.Types.xsd" 
        namespace="urn:Microsoft.Search.Types" /&gt;
    &lt;xsd:import 
        schemaLocation="Microsoft.Search.Query.Office.Keywords.xsd"
        namespace="urn:Microsoft.Search.Query.Office.Keywords" /&gt;
    &lt;xsd:import 
        schemaLocation="Microsoft.Search.Query.Office.Context.xsd" 
        namespace="urn:Microsoft.Search.Query.Office.Context" /&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;!-- Root Element: QueryPacket                         --&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;xsd:element name="QueryPacket"&gt;
        &lt;xsd:annotation&gt;
            &lt;xsd:documentation&gt;
                A Query Packet from the client to a service provider,
                which can in turn contain several individual queries
                corresponding to each of the provider's services.
            &lt;/xsd:documentation&gt;
        &lt;/xsd:annotation&gt;
        &lt;xsd:complexType&gt;
            &lt;xsd:sequence&gt;
                &lt;xsd:element name="Query" maxOccurs="unbounded" 
                    type="QueryType"&gt;
                    &lt;xsd:annotation&gt;
                        &lt;xsd:documentation&gt;
                            An individual query 
                            directed at a service.
                        &lt;/xsd:documentation&gt;
                    &lt;/xsd:annotation&gt;
                &lt;/xsd:element&gt;
                &lt;xsd:any namespace="##other" minOccurs="0" 
                    maxOccurs="unbounded" processContents="skip"&gt;
                    &lt;xsd:annotation&gt;
                        &lt;xsd:documentation&gt;
                            Any element in another namespace.  
                            Can be used for extensibility 
                            in the future.
                        &lt;/xsd:documentation&gt;
                    &lt;/xsd:annotation&gt;
                &lt;/xsd:any&gt;
            &lt;/xsd:sequence&gt;
            &lt;xsd:attribute name="revision" type="xsd:unsignedInt" 
                use="optional"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Unsigned integer indicating the revision of 
                        the schema used in the request.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:attribute&gt;
            &lt;xsd:attribute name="build" type="t:String255" 
                use="optional"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        The build of the component used 
                        to generate the request.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:attribute&gt;
        &lt;/xsd:complexType&gt;
    &lt;/xsd:element&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;!-- Type: QueryType                                   --&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;xsd:complexType name="QueryType"&gt;
        &lt;xsd:annotation&gt;
            &lt;xsd:documentation&gt;
                Describes an individual query directed at a service.
            &lt;/xsd:documentation&gt;
        &lt;/xsd:annotation&gt;
        &lt;xsd:sequence&gt;
            &lt;xsd:element name="QueryId" type="t:String255" 
                minOccurs="0"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Unique ID identifying the query.  Can be used
                        for tracking purposes.  Office always uses a 
                        GUID.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:element&gt;
            &lt;xsd:element name="OriginatorId" type="t:String255" 
                minOccurs="0"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        The service should be able to uniquely 
                        identify the client through this id.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:element&gt;
            &lt;xsd:element name="SupportedFormats" 
                type="SupportedFormatsType"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Formats that the client understands 
                        for the response.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:element&gt;
            &lt;xsd:element name="Context" type="ContextType" 
                minOccurs="0"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Context information, 
                        including the actual query.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:element&gt;
            &lt;xsd:element name="Range" type="RangeType" 
                minOccurs="0" maxOccurs="unbounded"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Range information, including the number of 
                        results expected.  Office will never request
                        more than one range.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:element&gt;
            &lt;xsd:any namespace="##other" 
                minOccurs="0" maxOccurs="unbounded"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Any element in another namespace.  Office 
                        will emit elements in the OfficeContext and 
                        Keywords namespaces here.  This area can 
                        also be used for extensibility.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:any&gt;
        &lt;/xsd:sequence&gt;
        &lt;xsd:attribute name="domain" 
            type="t:String255" use="optional"&gt;
            &lt;xsd:annotation&gt;
                &lt;xsd:documentation&gt;
                    A unique domain identifier for the service 
                    handling the query.  The Response from the s
                    ervice should have a matching domain attribute.
                &lt;/xsd:documentation&gt;
            &lt;/xsd:annotation&gt;
        &lt;/xsd:attribute&gt;
    &lt;/xsd:complexType&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;!-- Type: SupportedFormatsType                        --&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;xsd:complexType name="SupportedFormatsType"&gt;
        &lt;xsd:annotation&gt;
            &lt;xsd:documentation&gt;
                Describes any number of formats that the client 
                understands for the response.
            &lt;/xsd:documentation&gt;
        &lt;/xsd:annotation&gt;
        &lt;xsd:sequence&gt;
            &lt;xsd:element name="Format" type="FormatType" 
                maxOccurs="unbounded"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Supported response elements (QNames).   
                        All recognized namespaces should be 
                        specified here.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:element&gt;
            &lt;xsd:any namespace="##other" minOccurs="0" 
                maxOccurs="unbounded" processContents="skip"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Any element in another namespace.  
                        Can be used for extensibility in the future.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:any&gt;
        &lt;/xsd:sequence&gt;
    &lt;/xsd:complexType&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;!-- Type: FormatType                                  --&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;xsd:complexType name="FormatType"&gt;
        &lt;xsd:annotation&gt;
            &lt;xsd:documentation&gt;
                Defines a supported format.  Normally this should 
                be treated as a fully qualified name 
                (namespace:localname).
            &lt;/xsd:documentation&gt;
        &lt;/xsd:annotation&gt;
        &lt;xsd:simpleContent&gt;
            &lt;xsd:extension base="xsd:string"&gt;
                &lt;xsd:attribute name="revision" type="xsd:unsignedInt"
                    use="optional"&gt;
                    &lt;xsd:annotation&gt;
                        &lt;xsd:documentation&gt;
                            Unsigned integer indicating the 
                            revision of the schema used.
                        &lt;/xsd:documentation&gt;
                    &lt;/xsd:annotation&gt;
                &lt;/xsd:attribute&gt;
                &lt;xsd:attribute name="build" type="t:String255" 
                    use="optional"&gt;
                    &lt;xsd:annotation&gt;
                        &lt;xsd:documentation&gt;
                            The build of the component used.
                        &lt;/xsd:documentation&gt;
                    &lt;/xsd:annotation&gt;
                &lt;/xsd:attribute&gt;
            &lt;/xsd:extension&gt;
        &lt;/xsd:simpleContent&gt;
    &lt;/xsd:complexType&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;!-- Type: ContextType                                 --&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;xsd:complexType name="ContextType"&gt;
        &lt;xsd:sequence&gt;
            &lt;xsd:element name="QueryText" type="QueryTextType" 
                minOccurs="0"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Query to perform search on.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:element&gt;
            &lt;xsd:element name="LanguagePreference" 
                type="xsd:language" minOccurs="0"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Language preference for the response.  This 
                        applies mainly to user interface elements, 
                        not to content.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:element&gt;
            &lt;xsd:element name="Requery" type="RequeryType" 
                minOccurs="0"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Requery data from the service being 
                        round-tripped through the client.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:element&gt;
            &lt;xsd:element name="OriginatorContext" 
                type="OriginatorContextType" minOccurs="0"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        This piece of context will get round-tripped 
                        through the service and sent back.  Office 
                        currently does not emit this element.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:element&gt;
            &lt;xsd:any namespace="##other" minOccurs="0" 
                maxOccurs="unbounded" processContents="skip"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Any element in another namespace.  Can be 
                        used for extensibility in the future.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:any&gt;
        &lt;/xsd:sequence&gt;
    &lt;/xsd:complexType&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;!-- Type: QueryTextType                               --&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;xsd:complexType name="QueryTextType"&gt;
        &lt;xsd:annotation&gt;
            &lt;xsd:documentation&gt;
                Defines the query to perform search on.
            &lt;/xsd:documentation&gt;
        &lt;/xsd:annotation&gt;
        &lt;xsd:simpleContent&gt;
            &lt;xsd:extension base="xsd:string"&gt;
                &lt;xsd:attribute name="language" 
                    type="xsd:language" use="optional"&gt;
                    &lt;xsd:annotation&gt;
                        &lt;xsd:documentation&gt;
                            The language of the query string.  It is
                            Office's best attempt at deriving it.
                        &lt;/xsd:documentation&gt;
                    &lt;/xsd:annotation&gt;
                &lt;/xsd:attribute&gt;
                &lt;xsd:attribute name="type" use="optional" 
                    default="STRING"&gt;
                    &lt;xsd:annotation&gt;
                        &lt;xsd:documentation&gt;
                            The type of query.  All queries generated
                             by Office are strings.
                         &lt;/xsd:documentation&gt;
                    &lt;/xsd:annotation&gt;
                    &lt;xsd:simpleType&gt;
                        &lt;xsd:restriction base="xsd:string"&gt;
                            &lt;xsd:enumeration value="STRING"&gt;
                                &lt;xsd:annotation&gt;
                                    &lt;xsd:documentation&gt;
                                        A simple string.  All queries
                                        generated by Office are 
                                        strings.
                                    &lt;/xsd:documentation&gt;
                                &lt;/xsd:annotation&gt;
                            &lt;/xsd:enumeration&gt;
                            &lt;xsd:enumeration value="ID"&gt;
                                &lt;xsd:annotation&gt;
                                    &lt;xsd:documentation&gt;
                                        An ID.
                                    &lt;/xsd:documentation&gt;
                                &lt;/xsd:annotation&gt;
                            &lt;/xsd:enumeration&gt;
                            &lt;xsd:enumeration value="MSSQLFT"&gt;
                                &lt;xsd:annotation&gt;
                                    &lt;xsd:documentation&gt;
                                        A SQL search string.
                                    &lt;/xsd:documentation&gt;
                                &lt;/xsd:annotation&gt;
                            &lt;/xsd:enumeration&gt;
                            &lt;xsd:enumeration value="XPATH"&gt;
                                &lt;xsd:annotation&gt;
                                    &lt;xsd:documentation&gt;
                                        An XPath.
                                    &lt;/xsd:documentation&gt;
                                &lt;/xsd:annotation&gt;
                            &lt;/xsd:enumeration&gt;
                            &lt;xsd:enumeration value="BOOLEAN"&gt;
                                &lt;xsd:annotation&gt;
                                    &lt;xsd:documentation&gt;
                                        A boolean.
                                    &lt;/xsd:documentation&gt;
                                &lt;/xsd:annotation&gt;
                            &lt;/xsd:enumeration&gt;
                            &lt;xsd:enumeration value=""&gt;
                                &lt;xsd:annotation&gt;
                                    &lt;xsd:documentation&gt;
                                        An unspecified type.
                                    &lt;/xsd:documentation&gt;
                                &lt;/xsd:annotation&gt;
                            &lt;/xsd:enumeration&gt;
                        &lt;/xsd:restriction&gt;
                    &lt;/xsd:simpleType&gt;
                &lt;/xsd:attribute&gt;
            &lt;/xsd:extension&gt;
        &lt;/xsd:simpleContent&gt;
    &lt;/xsd:complexType&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;!-- Type: RequeryType                                 --&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;xsd:complexType name="RequeryType"&gt;
        &lt;xsd:annotation&gt;
            &lt;xsd:documentation&gt;
                Defines requery data from the service being 
                round-tripped through the client.
            &lt;/xsd:documentation&gt;
        &lt;/xsd:annotation&gt;
        &lt;xsd:sequence&gt;
            &lt;xsd:element name="RequeryContext" 
                type="RequeryContextType" minOccurs="0"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Server data being round-tripped 
                        by the client.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:element&gt;
            &lt;xsd:any namespace="##other" minOccurs="0" 
                maxOccurs="unbounded"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Any element in another namespace.  Office 
                        will emit the ServiceParameters element here.
                        It contains all the forms data.  This area 
                        can also be used for extensibility.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:any&gt;
        &lt;/xsd:sequence&gt;
    &lt;/xsd:complexType&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;!-- Type: RequeryContextType                          --&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;xsd:complexType name="RequeryContextType"&gt;
        &lt;xsd:annotation&gt;
            &lt;xsd:documentation&gt;
                Defines the Requery Context that a service can have
                the client pass back, during a requery only.  It is
                an arbitrary XML data island.
            &lt;/xsd:documentation&gt;
        &lt;/xsd:annotation&gt;
        &lt;xsd:sequence&gt;
            &lt;xsd:any namespace="##other" maxOccurs="unbounded" 
                processContents="skip"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Any element in another namespace.  This is an
                        XML island the service is passing to the 
                        client for round-tripping.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:any&gt;
        &lt;/xsd:sequence&gt;
    &lt;/xsd:complexType&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;!-- Type: OriginatorContextType                       --&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;xsd:complexType name="OriginatorContextType"&gt;
        &lt;xsd:annotation&gt;
            &lt;xsd:documentation&gt;
                Defines context data from the client to be 
                round-tripped through the service.
            &lt;/xsd:documentation&gt;
        &lt;/xsd:annotation&gt;
        &lt;xsd:sequence&gt;
            &lt;xsd:any namespace="##other" maxOccurs="unbounded" 
                processContents="skip"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Any element in another namespace.  This is
                        an XML island the client passed to the 
                        service for round-tripping.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:any&gt;
        &lt;/xsd:sequence&gt;
    &lt;/xsd:complexType&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;!-- Type: RangeType                                   --&gt;
    &lt;!-- - - - - - - - - - - - - - - - - - - - - - - - - - --&gt;
    &lt;xsd:complexType name="RangeType"&gt;
        &lt;xsd:annotation&gt;
            &lt;xsd:documentation&gt;
                Defines the Range element containing information 
                about the results being requested.
            &lt;/xsd:documentation&gt;
        &lt;/xsd:annotation&gt;
        &lt;xsd:sequence&gt;
            &lt;xsd:element name="ResultType" type="t:String2048" 
                minOccurs="0" maxOccurs="unbounded"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Optional string describing the type of 
                        result.  Office will not emit this element.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:element&gt;
            &lt;xsd:element name="StartAt" type="t:StartAtType" 
                default="1" minOccurs="0"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        The index of the initial result requested, 
                        based on '1' as the lowest result index.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:element&gt;
            &lt;xsd:element name="Count" type="xsd:unsignedInt" 
                minOccurs="0"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Total results of this type to return.  Note 
                        less than this number may be returned if 
                        there aren't enough and more than this number
                        may be returned due to policy restrictions.
                        If more are returned, the client should 
                        display them all.  Absence of count implies 
                        provider discretion.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:element&gt;
            &lt;xsd:any namespace="##other" minOccurs="0" 
                maxOccurs="unbounded" processContents="skip"&gt;
                &lt;xsd:annotation&gt;
                    &lt;xsd:documentation&gt;
                        Any element in another namespace.  Can be 
                        used for extensibility in the future.
                    &lt;/xsd:documentation&gt;
                &lt;/xsd:annotation&gt;
            &lt;/xsd:any&gt;
        &lt;/xsd:sequence&gt;
        &lt;xsd:attribute name="id" type="xsd:string" use="optional"&gt;
            &lt;xsd:annotation&gt;
                &lt;xsd:documentation&gt;
                    A unique ID for the Range.
                &lt;/xsd:documentation&gt;
            &lt;/xsd:annotation&gt;
        &lt;/xsd:attribute&gt;
    &lt;/xsd:complexType&gt;
&lt;/xsd:schema&gt;
</code></pre><center><a href="XMLSchemaCopyright_HV01147162.htm">&copy;2003-2004 Microsoft Corporation. All rights reserved.</a>  

Permission to copy, display and distribute this document is available at: <a 

href="http://r.office.microsoft.com/r/rlidAWSContentRedir?AssetID=XT010988631033&amp;CTT=11&amp;Origin=HV011232471033" 

target="_new">http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp</a></center></body></html>