Blame view

src/main/resources/xsd/VOResource_v1.0.xsd 52.4 KB
18fad48e   Nathanael Jourdane   Improve code-sour...
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.ivoa.net/xml/VOResource/v1.0" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vr="http://www.ivoa.net/xml/VOResource/v1.0" xmlns:vm="http://www.ivoa.net/xml/VOMetadata/v0.1" elementFormDefault="unqualified" attributeFormDefault="unqualified" version="1.02">

   <xs:annotation>
     <xs:appinfo>
       <vm:schemaName>VOResource</vm:schemaName>
       <vm:schemaPrefix>xs</vm:schemaPrefix>
       <vm:targetPrefix>vr</vm:targetPrefix>
     </xs:appinfo>
      <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
11
12
13
        Implementation of an XML Schema describing a resource to
        be used in the Virtual Observatory Project.  Based on "Resource
        Metadata for the Virtual Observatory", Version 0.8,
18fad48e   Nathanael Jourdane   Improve code-sour...
14
15
16
17
18
19
20
21
22
        February 2002 by Bob Hanisch et al.
      </xs:documentation>
   </xs:annotation>

   <xs:simpleType name="UTCTimestamp">
      <xs:annotation>
         <xs:documentation>
           A timestamp that is compliant with ISO8601 but disallows
           the use of a timezone indicator.
24d5da49   Nathanael Jourdane   remove whitespace...
23
         </xs:documentation>
18fad48e   Nathanael Jourdane   Improve code-sour...
24
25
26
27
28
29
30
31
32
33
34
35
36
      </xs:annotation>

      <xs:restriction base="xs:dateTime">
         <xs:pattern value="\d{4}-\d\d-\d\dT\d\d:\d\d:\d\d(\.\d+)?"/>
      </xs:restriction>
   </xs:simpleType>

   <xs:simpleType name="UTCDateTime">
      <xs:annotation>
         <xs:documentation>
           A date stamp that can be given to a precision of either a
           day (type xs:date) or seconds (type
           xs:dateTime)
24d5da49   Nathanael Jourdane   remove whitespace...
37
         </xs:documentation>
18fad48e   Nathanael Jourdane   Improve code-sour...
38
39
40
41
42
43
44
45
      </xs:annotation>
      <xs:union memberTypes="xs:date vr:UTCTimestamp"/>
   </xs:simpleType>

   <xs:complexType name="Resource">
      <xs:annotation>
         <xs:documentation>
           Any entity or component of a VO application that is
24d5da49   Nathanael Jourdane   remove whitespace...
46
           describable and identifiable by a IVOA Identifier.
18fad48e   Nathanael Jourdane   Improve code-sour...
47
48
49
50
51
52
53
         </xs:documentation>
      </xs:annotation>
      <xs:sequence>
         <xs:element name="validationLevel" type="vr:Validation" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
               <xs:documentation>
                  A numeric grade describing the quality of the
24d5da49   Nathanael Jourdane   remove whitespace...
54
                  resource description, when applicable,
18fad48e   Nathanael Jourdane   Improve code-sour...
55
56
                  to be used to indicate the confidence an end-user
                  can put in the resource as part of a VO application
24d5da49   Nathanael Jourdane   remove whitespace...
57
                  or research study.
18fad48e   Nathanael Jourdane   Improve code-sour...
58
59
60
               </xs:documentation>
               <xs:documentation>
                  See vr:ValidationLevel for an explanation of the
24d5da49   Nathanael Jourdane   remove whitespace...
61
                  allowed levels.
18fad48e   Nathanael Jourdane   Improve code-sour...
62
63
64
65
66
67
               </xs:documentation>
               <xs:documentation>
                  Note that when this resource is a Service, this
                  grade applies to the core set of metadata.
                  Capability and interface metadata, as well as the
                  compliance of the service with the interface
24d5da49   Nathanael Jourdane   remove whitespace...
68
                  standard, is rated by validationLevel tag in the
18fad48e   Nathanael Jourdane   Improve code-sour...
69
                  capability element (see the vr:Service complex
24d5da49   Nathanael Jourdane   remove whitespace...
70
                  type).
18fad48e   Nathanael Jourdane   Improve code-sour...
71
72
73
74
75
76
77
78
               </xs:documentation>
            </xs:annotation>
         </xs:element>

         <xs:element name="title" type="xs:token">
            <xs:annotation>
               <xs:appinfo>
                 <vm:dcterm>Title</vm:dcterm>
24d5da49   Nathanael Jourdane   remove whitespace...
79
               </xs:appinfo>
18fad48e   Nathanael Jourdane   Improve code-sour...
80
81
82
83
84
85
86
87
88
89
90
91
92
               <xs:documentation>
                  the full name given to the resource
               </xs:documentation>
            </xs:annotation>
         </xs:element>

         <xs:element name="shortName" type="vr:ShortName" minOccurs="0">
            <xs:annotation>
               <xs:documentation>
                 a short name or abbreviation given to the resource.
               </xs:documentation>
               <xs:documentation>
                 This name will be used where brief annotations for
24d5da49   Nathanael Jourdane   remove whitespace...
93
94
                 the resource name are required.  Applications may
                 use to refer to this resource in a compact display.
18fad48e   Nathanael Jourdane   Improve code-sour...
95
96
97
98
99
100
101
102
103
104
105
106
               </xs:documentation>
               <xs:documentation>
                 One word or a few letters is recommended.  No more
                 than sixteen characters are allowed.
               </xs:documentation>
            </xs:annotation>
         </xs:element>

         <xs:element name="identifier" type="vr:IdentifierURI">
            <xs:annotation>
               <xs:appinfo>
                 <vm:dcterm>Identifier</vm:dcterm>
24d5da49   Nathanael Jourdane   remove whitespace...
107
               </xs:appinfo>
18fad48e   Nathanael Jourdane   Improve code-sour...
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
               <xs:documentation>
                 Unambiguous reference to the resource conforming to the IVOA
                 standard for identifiers
               </xs:documentation>
            </xs:annotation>
         </xs:element>

         <xs:element name="curation" type="vr:Curation">
           <xs:annotation>
             <xs:documentation>
               Information regarding the general curation of the resource
             </xs:documentation>
           </xs:annotation>
         </xs:element>

         <xs:element name="content" type="vr:Content">
           <xs:annotation>
             <xs:documentation>
               Information regarding the general content of the resource
             </xs:documentation>
           </xs:annotation>
         </xs:element>

      </xs:sequence>

      <xs:attribute name="created" type="xs:dateTime" use="required">
         <xs:annotation>
            <xs:documentation>
              The UTC date and time this resource metadata description
24d5da49   Nathanael Jourdane   remove whitespace...
137
              was created.
18fad48e   Nathanael Jourdane   Improve code-sour...
138
139
140
141
142
            </xs:documentation>
            <xs:documentation>
              This timestamp must not be in the future.  This time is
              not required to be accurate; it should be at least
              accurate to the day.  Any insignificant time fields
24d5da49   Nathanael Jourdane   remove whitespace...
143
              should be set to zero.
18fad48e   Nathanael Jourdane   Improve code-sour...
144
145
146
147
148
149
150
151
152
153
154
155
156
            </xs:documentation>
         </xs:annotation>
      </xs:attribute>

      <xs:attribute name="updated" type="xs:dateTime" use="required">
         <xs:annotation>
            <xs:documentation>
              The UTC date this resource metadata description was last updated.
            </xs:documentation>
            <xs:documentation>
              This timestamp must not be in the future.  This time is
              not required to be accurate; it should be at least
              accurate to the day.  Any insignificant time fields
24d5da49   Nathanael Jourdane   remove whitespace...
157
              should be set to zero.
18fad48e   Nathanael Jourdane   Improve code-sour...
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
            </xs:documentation>
         </xs:annotation>
      </xs:attribute>

      <xs:attribute name="status" use="required">
         <xs:annotation>
            <xs:documentation>
              a tag indicating whether this resource is believed to be still
              actively maintained.
            </xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="active">
                 <xs:annotation>
                   <xs:documentation>
                      resource is believed to be currently maintained, and its
24d5da49   Nathanael Jourdane   remove whitespace...
175
                      description is up to date (default).
18fad48e   Nathanael Jourdane   Improve code-sour...
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
                   </xs:documentation>
                 </xs:annotation>
               </xs:enumeration>
               <xs:enumeration value="inactive">
                 <xs:annotation>
                   <xs:documentation>
                     resource is apparently not being maintained at the present.
                   </xs:documentation>
                 </xs:annotation>
               </xs:enumeration>
               <xs:enumeration value="deleted">
                 <xs:annotation>
                   <xs:documentation>
                      resource publisher has explicitly deleted the resource.
                   </xs:documentation>
                 </xs:annotation>
               </xs:enumeration>
            </xs:restriction>
         </xs:simpleType>
      </xs:attribute>
   </xs:complexType>

   <xs:simpleType name="ValidationLevel">
     <xs:annotation>
       <xs:documentation>
         the allowed values for describing the resource descriptions
24d5da49   Nathanael Jourdane   remove whitespace...
202
         and interfaces.
18fad48e   Nathanael Jourdane   Improve code-sour...
203
204
205
       </xs:documentation>
       <xs:documentation>
         See the RM (v1.1, section 4) for more guidance on the use of
24d5da49   Nathanael Jourdane   remove whitespace...
206
         these values.
18fad48e   Nathanael Jourdane   Improve code-sour...
207
208
209
210
211
212
213
214
215
       </xs:documentation>
     </xs:annotation>
     <xs:restriction base="xs:integer">
        <xs:whiteSpace value="collapse"/>
        <xs:enumeration value="0">
          <xs:annotation>
            <xs:documentation>
              The resource has a description that is stored in a
              registry. This level does not imply a compliant
24d5da49   Nathanael Jourdane   remove whitespace...
216
              description.
18fad48e   Nathanael Jourdane   Improve code-sour...
217
218
219
220
221
222
223
224
            </xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="1">
          <xs:annotation>
            <xs:documentation>
              In addition to meeting the level 0 definition, the
              resource description conforms syntactically to this
24d5da49   Nathanael Jourdane   remove whitespace...
225
              standard and to the encoding scheme used.
18fad48e   Nathanael Jourdane   Improve code-sour...
226
227
228
229
230
231
232
233
            </xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="2">
          <xs:annotation>
            <xs:documentation>
              In addition to meeting the level 1 definition, the
              resource description refers to an existing resource that
24d5da49   Nathanael Jourdane   remove whitespace...
234
              has demonstrated to be functionally compliant.
18fad48e   Nathanael Jourdane   Improve code-sour...
235
236
237
238
239
240
            </xs:documentation>
            <xs:documentation>
              When the resource is a service, it is consider to exist
              and functionally compliant if use of the
              service accessURL responds without error when used as
              intended by the resource. If the service is a standard
24d5da49   Nathanael Jourdane   remove whitespace...
241
              one, it must also demonstrate the response is syntactically
18fad48e   Nathanael Jourdane   Improve code-sour...
242
243
244
              compliant with the service standard in order to be
              considered functionally compliant. If the resource is
              not a service, then the ReferenceURL must be shown to
24d5da49   Nathanael Jourdane   remove whitespace...
245
              return a document without error.
18fad48e   Nathanael Jourdane   Improve code-sour...
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
            </xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="3">
          <xs:annotation>
            <xs:documentation>
              In addition to meeting the level 2 definition, the
              resource description has been inspected by a human and
              judged to comply semantically to this standard as well
              as meeting any additional minimum quality criteria (e.g.,
              providing values for important but non-required
              metadata) set by the human inspector.
            </xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="4">
          <xs:annotation>
            <xs:documentation>
              In addition to meeting the level 3 definition, the
              resource description meets additional quality criteria
              set by the human inspector and is therefore considered
              an excellent description of the resource. Consequently,
              the resource is expected to be operate well as part of a
              VO application or research study.
            </xs:documentation>
          </xs:annotation>
        </xs:enumeration>
     </xs:restriction>
   </xs:simpleType>

   <xs:complexType name="Validation">
     <xs:annotation>
       <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
279
         a validation stamp combining a validation level and the ID of
18fad48e   Nathanael Jourdane   Improve code-sour...
280
281
282
283
284
285
286
287
288
         the validator.
       </xs:documentation>
     </xs:annotation>
     <xs:simpleContent>
       <xs:extension base="vr:ValidationLevel">
         <xs:attribute name="validatedBy" type="vr:IdentifierURI" use="required">
           <xs:annotation>
             <xs:documentation>
               The IVOA ID of the registry or organisation that
24d5da49   Nathanael Jourdane   remove whitespace...
289
               assigned the validation level.
18fad48e   Nathanael Jourdane   Improve code-sour...
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
             </xs:documentation>
           </xs:annotation>
         </xs:attribute>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>

   <xs:simpleType name="AuthorityID">
     <xs:restriction base="xs:token">
       <xs:pattern value="[\w\d][\w\d\-_\.!~\*'\(\)\+=]{2,}"/>
     </xs:restriction>
   </xs:simpleType>

   <xs:simpleType name="ResourceKey">
     <xs:restriction base="xs:token">
       <xs:pattern value="[\w\d\-_\.!~\*'\(\)\+=]+(/[\w\d\-_\.!~\*'\(\)\+=]+)*"/>
     </xs:restriction>
   </xs:simpleType>

   <xs:simpleType name="IdentifierURI">
     <xs:restriction base="xs:anyURI">
       <xs:pattern value="ivo://[\w\d][\w\d\-_\.!~\*'\(\)\+=]{2,}(/[\w\d\-_\.!~\*'\(\)\+=]+(/[\w\d\-_\.!~\*'\(\)\+=]+)*)?"/>
     </xs:restriction>
   </xs:simpleType>

   <xs:simpleType name="ShortName">
     <xs:annotation>
       <xs:documentation>
         a short name or abbreviation given to something.
       </xs:documentation>
       <xs:documentation>
         This name will be used where brief annotations for
24d5da49   Nathanael Jourdane   remove whitespace...
322
323
         the resource name are required.  Applications may
         use to refer to this resource in a compact display.
18fad48e   Nathanael Jourdane   Improve code-sour...
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
       </xs:documentation>
       <xs:documentation>
         One word or a few letters is recommended.  No more
         than sixteen characters are allowed.
       </xs:documentation>
     </xs:annotation>

     <xs:restriction base="xs:token">
        <xs:maxLength value="16"/>
     </xs:restriction>
   </xs:simpleType>

   <xs:complexType name="Curation">
     <xs:annotation>
       <xs:documentation>
         Information regarding the general curation of a resource
       </xs:documentation>
     </xs:annotation>

     <xs:sequence>
       <xs:element name="publisher" type="vr:ResourceName">
          <xs:annotation>
             <xs:appinfo>
               <vm:dcterm>Publisher</vm:dcterm>
             </xs:appinfo>
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
350
               Entity (e.g. person or organisation) responsible for making the
18fad48e   Nathanael Jourdane   Improve code-sour...
351
352
353
354
355
356
357
358
359
360
361
               resource available
             </xs:documentation>
          </xs:annotation>
       </xs:element>

       <xs:element name="creator" type="vr:Creator" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
             <xs:appinfo>
               <vm:dcterm>Creator</vm:dcterm>
             </xs:appinfo>
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
362
                The entity (e.g. person or organisation) primarily responsible
18fad48e   Nathanael Jourdane   Improve code-sour...
363
364
365
366
                for creating the content or constitution of the resource.
             </xs:documentation>
             <xs:documentation>
                A logo need only be provided for the first occurance.
24d5da49   Nathanael Jourdane   remove whitespace...
367
                When multiple logos are supplied via multiple creator
18fad48e   Nathanael Jourdane   Improve code-sour...
368
                elements, the application is free to choose which to
24d5da49   Nathanael Jourdane   remove whitespace...
369
                use.
18fad48e   Nathanael Jourdane   Improve code-sour...
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
             </xs:documentation>
          </xs:annotation>
       </xs:element>

       <xs:element name="contributor" type="vr:ResourceName" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
             <xs:appinfo>
               <vm:dcterm>Contributor</vm:dcterm>
             </xs:appinfo>
             <xs:documentation>
               Entity responsible for contributions to the content of
               the resource
             </xs:documentation>
          </xs:annotation>
       </xs:element>

       <xs:element name="date" type="vr:Date" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
             <xs:appinfo>
               <vm:dcterm>Date</vm:dcterm>
             </xs:appinfo>
             <xs:documentation>
               Date associated with an event in the life cycle of the
24d5da49   Nathanael Jourdane   remove whitespace...
393
               resource.
18fad48e   Nathanael Jourdane   Improve code-sour...
394
395
             </xs:documentation>
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
396
               This will typically be associated with the creation or
18fad48e   Nathanael Jourdane   Improve code-sour...
397
398
399
400
401
402
403
404
405
               availability (i.e., most recent release or version) of
               the resource.  Use the role attribute to clarify.
             </xs:documentation>
          </xs:annotation>
       </xs:element>

       <xs:element name="version" type="xs:token" minOccurs="0">
          <xs:annotation>
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
406
               Label associated with creation or availablilty of a version of
18fad48e   Nathanael Jourdane   Improve code-sour...
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
               a resource.
             </xs:documentation>
          </xs:annotation>
       </xs:element>

       <xs:element name="contact" type="vr:Contact" maxOccurs="unbounded">
          <xs:annotation>
             <xs:documentation>
               Information that can be used for contacting someone with
               regard to this resource.
             </xs:documentation>
          </xs:annotation>
       </xs:element>

     </xs:sequence>
   </xs:complexType>

   <xs:complexType name="ResourceName">
     <xs:annotation>
       <xs:documentation>
         the name of a potentially registered resource.  That is, the entity
         referred to may have an associated identifier.
       </xs:documentation>
     </xs:annotation>

     <xs:simpleContent>
24d5da49   Nathanael Jourdane   remove whitespace...
433
       <xs:extension base="xs:token">
18fad48e   Nathanael Jourdane   Improve code-sour...
434
435
436
437
438
439
440
441
442

         <xs:attribute name="ivo-id" type="vr:IdentifierURI">
            <xs:annotation>
              <xs:documentation>
                The URI form of the IVOA identifier for the resource refered to
              </xs:documentation>
            </xs:annotation>
         </xs:attribute>

24d5da49   Nathanael Jourdane   remove whitespace...
443
       </xs:extension>
18fad48e   Nathanael Jourdane   Improve code-sour...
444
     </xs:simpleContent>
24d5da49   Nathanael Jourdane   remove whitespace...
445
   </xs:complexType>
18fad48e   Nathanael Jourdane   Improve code-sour...
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

   <xs:complexType name="Contact">
     <xs:annotation>
        <xs:documentation>
          Information that can be used for contacting someone
        </xs:documentation>
     </xs:annotation>
     <xs:sequence>
        <xs:element name="name" type="vr:ResourceName">
           <xs:annotation>
              <xs:documentation>
                  the name or title of the contact person.
              </xs:documentation>
              <xs:documentation>
                  This can be a person's name, e.g. "John P. Jones" or
                  a group, "Archive Support Team".
              </xs:documentation>
           </xs:annotation>
        </xs:element>

        <xs:element name="address" type="xs:token" minOccurs="0">
           <xs:annotation>
              <xs:documentation>the contact mailing address</xs:documentation>
              <xs:documentation>
                All components of the mailing address are given in one
                string, e.g. "3700 San Martin Drive, Baltimore, MD 21218 USA".
              </xs:documentation>
           </xs:annotation>
        </xs:element>

        <xs:element name="email" type="xs:token" minOccurs="0">
           <xs:annotation>
              <xs:documentation>the contact email address</xs:documentation>
           </xs:annotation>
        </xs:element>

        <xs:element name="telephone" type="xs:token" minOccurs="0">
           <xs:annotation>
              <xs:documentation>the contact telephone number</xs:documentation>
              <xs:documentation>
                Complete international dialing codes should be given, e.g.
                "+1-410-338-1234".
              </xs:documentation>
           </xs:annotation>
        </xs:element>

      </xs:sequence>
   </xs:complexType>

   <xs:complexType name="Creator">
      <xs:annotation>
         <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
498
            The entity (e.g. person or organisation) primarily responsible
18fad48e   Nathanael Jourdane   Improve code-sour...
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
            for creating something
         </xs:documentation>
      </xs:annotation>

      <xs:sequence>
        <xs:element name="name" type="vr:ResourceName">
           <xs:annotation>
              <xs:documentation>
                  the name or title of the creating person or organization
              </xs:documentation>
              <xs:documentation>
                  Users of the creation should use this name in
                  subsequent credits and acknowledgements.
              </xs:documentation>
           </xs:annotation>
        </xs:element>

        <xs:element name="logo" type="xs:anyURI" minOccurs="0">
           <xs:annotation>
              <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
519
                URL pointing to a graphical logo, which may be used to help
18fad48e   Nathanael Jourdane   Improve code-sour...
520
521
522
523
524
525
526
527
528
529
530
531
532
533
                identify the information source
              </xs:documentation>
           </xs:annotation>
        </xs:element>

      </xs:sequence>
   </xs:complexType>

   <xs:complexType name="Date">
      <xs:simpleContent>
         <xs:extension base="vr:UTCDateTime">
           <xs:attribute name="role" type="xs:string" default="representative">
             <xs:annotation>
               <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
534
                 A string indicating what the date refers to.
18fad48e   Nathanael Jourdane   Improve code-sour...
535
536
               </xs:documentation>
               <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
537
538
                 While this vocabulary is uncontrolled, recognized strings
                 include "creation", indicating the date that the resource
18fad48e   Nathanael Jourdane   Improve code-sour...
539
                 itself was created, and "update", indicating when the
24d5da49   Nathanael Jourdane   remove whitespace...
540
541
                 resource was updated last.  The default value,
                 "representative", means that the date is a rough
18fad48e   Nathanael Jourdane   Improve code-sour...
542
543
544
545
546
                 representation of the time coverage of the resource.
               </xs:documentation>
               <xs:documentation>
                 Note that this date refers to the resource; dates describing
                 the metadata description of the resource are handled by
24d5da49   Nathanael Jourdane   remove whitespace...
547
548
                 the "created" and "updated" attributes of the Resource
                 element.
18fad48e   Nathanael Jourdane   Improve code-sour...
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
               </xs:documentation>
             </xs:annotation>
           </xs:attribute>
         </xs:extension>
      </xs:simpleContent>
   </xs:complexType>

   <xs:complexType name="Content">
     <xs:annotation>
       <xs:documentation>
         Information regarding the general content of a resource
       </xs:documentation>
     </xs:annotation>

     <xs:sequence>
       <xs:element name="subject" type="xs:token" maxOccurs="unbounded">
          <xs:annotation>
             <xs:appinfo>
               <vm:dcterm>Subject</vm:dcterm>
24d5da49   Nathanael Jourdane   remove whitespace...
568
             </xs:appinfo>
18fad48e   Nathanael Jourdane   Improve code-sour...
569
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
570
571
               a topic, object type, or other descriptive keywords
               about the resource.
18fad48e   Nathanael Jourdane   Improve code-sour...
572
573
             </xs:documentation>
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
574
               Terms for Subject should be drawn from the IAU Astronomy
18fad48e   Nathanael Jourdane   Improve code-sour...
575
576
577
578
579
580
581
582
583
               Thesaurus (http://msowww.anu.edu.au/library/thesaurus/).
             </xs:documentation>
          </xs:annotation>
       </xs:element>

       <xs:element name="description" type="xs:token">
          <xs:annotation>
             <xs:appinfo>
               <vm:dcterm>Description</vm:dcterm>
24d5da49   Nathanael Jourdane   remove whitespace...
584
             </xs:appinfo>
18fad48e   Nathanael Jourdane   Improve code-sour...
585
586
587
588
             <xs:documentation>
               An account of the nature of the resource
             </xs:documentation>
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
589
               The description may include but is not limited to an abstract,
18fad48e   Nathanael Jourdane   Improve code-sour...
590
591
592
593
594
595
596
597
598
599
600
601
               table of contents, reference to a graphical representation of
               content or a free-text account of the content.
             </xs:documentation>
          </xs:annotation>
       </xs:element>

       <xs:element name="source" type="vr:Source" minOccurs="0">
          <xs:annotation>
             <xs:appinfo>
               <vm:dcterm>Source</vm:dcterm>
             </xs:appinfo>
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
602
603
                a bibliographic reference from which the present resource is
                derived or extracted.
18fad48e   Nathanael Jourdane   Improve code-sour...
604
605
             </xs:documentation>
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
606
607
608
                This is intended to point to an article in the published
                literature.  An ADS Bibcode is recommended as a value when
                available.
18fad48e   Nathanael Jourdane   Improve code-sour...
609
610
611
             </xs:documentation>
          </xs:annotation>
       </xs:element>
24d5da49   Nathanael Jourdane   remove whitespace...
612

18fad48e   Nathanael Jourdane   Improve code-sour...
613
614
615
       <xs:element name="referenceURL" type="xs:anyURI">
          <xs:annotation>
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
616
617
                URL pointing to a human-readable document describing this
                resource.
18fad48e   Nathanael Jourdane   Improve code-sour...
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
             </xs:documentation>
          </xs:annotation>
       </xs:element>

       <xs:element name="type" type="vr:Type" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
             <xs:appinfo>
               <vm:dcterm>Type</vm:dcterm>
             </xs:appinfo>
             <xs:documentation>
               Nature or genre of the content of the resource
             </xs:documentation>
          </xs:annotation>
       </xs:element>

       <xs:element name="contentLevel" type="vr:ContentLevel" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
             <xs:appinfo>
               <vm:dcterm>Subject</vm:dcterm>
               <vm:dcterm>Subject.ContentLevel</vm:dcterm>
24d5da49   Nathanael Jourdane   remove whitespace...
638
             </xs:appinfo>
18fad48e   Nathanael Jourdane   Improve code-sour...
639
640
641
642
643
644
645
646
647
             <xs:documentation>
                Description of the content level or intended audience
             </xs:documentation>
          </xs:annotation>
       </xs:element>

       <xs:element name="relationship" type="vr:Relationship" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
648
               a description of a relationship to another resource.
18fad48e   Nathanael Jourdane   Improve code-sour...
649
650
             </xs:documentation>
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
651
                Because this element's type is abstract, an xsi:type must be
18fad48e   Nathanael Jourdane   Improve code-sour...
652
653
654
655
                to indicate the set of relationship types that are valid.
             </xs:documentation>
          </xs:annotation>
       </xs:element>
24d5da49   Nathanael Jourdane   remove whitespace...
656

18fad48e   Nathanael Jourdane   Improve code-sour...
657
     </xs:sequence>
24d5da49   Nathanael Jourdane   remove whitespace...
658

18fad48e   Nathanael Jourdane   Improve code-sour...
659
660
661
662
663
664
665
666
   </xs:complexType>

   <xs:complexType name="Source">
      <xs:simpleContent>
         <xs:extension base="xs:token">
           <xs:attribute name="format" type="xs:string">
             <xs:annotation>
               <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
667
668
669
                 The reference format.  Recognized values include "bibcode",
                 referring to a standard astronomical bibcode
                 (http://cdsweb.u-strasbg.fr/simbad/refcode.html).
18fad48e   Nathanael Jourdane   Improve code-sour...
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
               </xs:documentation>
             </xs:annotation>
           </xs:attribute>
         </xs:extension>
      </xs:simpleContent>
   </xs:complexType>

   <xs:simpleType name="Type">
     <xs:restriction base="xs:token">
         <xs:enumeration value="Other">
           <xs:annotation>
             <xs:documentation>
               resource that does not fall into any of the category names
               currently defined.
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Archive">
           <xs:annotation>
             <xs:documentation>
               Collection of pointed observations
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Bibliography">
           <xs:annotation>
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
697
               Collection of bibliographic reference, abstracts, and
18fad48e   Nathanael Jourdane   Improve code-sour...
698
699
700
701
702
703
704
705
706
707
708
709
710
711
               publications
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Catalog">
           <xs:annotation>
             <xs:documentation>
               Collection of derived data, primarily in tabular form
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Journal">
           <xs:annotation>
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
712
               Collection of scholarly publications under common editorial
18fad48e   Nathanael Jourdane   Improve code-sour...
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
               policy
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Library">
           <xs:annotation>
             <xs:documentation>
               Collection of published materials (journals, books, etc.)
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Simulation">
           <xs:annotation>
             <xs:documentation>
               Theoretical simulation or model
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Survey">
           <xs:annotation>
             <xs:documentation>
               Collection of observations covering substantial and
               contiguous areas of the sky
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Transformation">
           <xs:annotation>
             <xs:documentation>
               A service that transforms data
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Education">
           <xs:annotation>
             <xs:documentation>
               Collection of materials appropriate for educational use, such
               as teaching resources, curricula, etc.
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Outreach">
           <xs:annotation>
             <xs:documentation>
               Collection of materials appropriate for public outreach, such
               as press releases and photo galleries
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="EPOResource">
           <xs:annotation>
             <xs:documentation>
               Collection of materials that may be suitable for EPO
24d5da49   Nathanael Jourdane   remove whitespace...
766
               products but which are not in final product form, as in Type
18fad48e   Nathanael Jourdane   Improve code-sour...
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
               Outreach or Type Education.  EPOResource would apply,
               e.g., to archives with easily accessed preview images or to
               surveys with easy-to-use images.
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Animation">
           <xs:annotation>
             <xs:documentation>
               Animation clips of astronomical phenomena
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Artwork">
           <xs:annotation>
             <xs:documentation>
               Artists' renderings of astronomical phenomena or objects
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Background">
           <xs:annotation>
             <xs:documentation>
               Background information on astronomical phenomena or objects
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="BasicData">
           <xs:annotation>
             <xs:documentation>
               Compilations of basic astronomical facts about objects,
               such as approximate distance or membership in constellation.
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Historical">
           <xs:annotation>
             <xs:documentation>
               Historical information about astronomical objects
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Photographic">
           <xs:annotation>
             <xs:documentation>
               Publication-quality photographs of astronomical objects
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Press">
           <xs:annotation>
             <xs:documentation>
               Press releases about astronomical objects
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Organisation">
           <xs:annotation>
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
826
               An organization that is a publisher or curator of other
18fad48e   Nathanael Jourdane   Improve code-sour...
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
               resources.
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Project">
           <xs:annotation>
             <xs:documentation>
               A project that is a publisher or curator of other resources
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Registry">
           <xs:annotation>
             <xs:documentation>
               a query service for which response is a structured
               description of resources.
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
       </xs:restriction>
   </xs:simpleType>

   <xs:simpleType name="ContentLevel">
       <xs:restriction base="xs:token">
         <xs:enumeration value="General">
           <xs:annotation>
             <xs:documentation>
               Resource provides information appropriate for all users
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Elementary Education">
           <xs:annotation>
             <xs:documentation>
               Resource provides information appropriate for use in elementary
               education (e.g. approximate ages 6-11)
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Middle School Education">
           <xs:annotation>
             <xs:documentation>
               Resource provides information appropriate for use in middle
               school education (e.g. approximate ages 11-14)
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Secondary Education">
           <xs:annotation>
             <xs:documentation>
               Resource provides information appropriate for use in elementary
               education (e.g. approximate ages 14-18)
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Community College">
           <xs:annotation>
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
885
               Resource provides information appropriate for use in
18fad48e   Nathanael Jourdane   Improve code-sour...
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
               community/junior college or early university education.
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="University">
           <xs:annotation>
             <xs:documentation>
               Resource provides information appropriate for use in
               university education
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Research">
           <xs:annotation>
             <xs:documentation>
               Resource provides information appropriate for
               supporting scientific research.
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Amateur">
           <xs:annotation>
             <xs:documentation>
               Resource provides information of interest to
               amateur astronomers.
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="Informal Education">
           <xs:annotation>
             <xs:documentation>
               Resource provides information appropriate for education
               at museums, planetariums, and other centers of informal learning.
             </xs:documentation>
           </xs:annotation>
         </xs:enumeration>
       </xs:restriction>
   </xs:simpleType>

   <xs:complexType name="Relationship">
      <xs:annotation>
         <xs:documentation>
           A description of the relationship between one resource and one or
           more other resources.
         </xs:documentation>
      </xs:annotation>

      <xs:sequence>
         <xs:element name="relationshipType" type="xs:token">
            <xs:annotation>
               <xs:documentation>
                  the named type of relationship
               </xs:documentation>
               <xs:documentation>
                  The VOResource Core specification defines a standard
                  set of names that are not enforced by this schema,
                  but are otherwise required by the spec.
               </xs:documentation>
            </xs:annotation>
         </xs:element>

         <xs:element name="relatedResource" type="vr:ResourceName" minOccurs="1" maxOccurs="unbounded">
            <xs:annotation>
               <xs:documentation>
                  the name of resource that this resource is related to.
               </xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>

   <!--
     -  The Organisation resource type
     -->

   <xs:complexType name="Organisation">
      <xs:annotation>
         <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
964
965
           A named group of one or more persons brought together to pursue
           participation in VO applications.
18fad48e   Nathanael Jourdane   Improve code-sour...
966
967
         </xs:documentation>
         <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
968
969
           According to the Resource Metadata Recommendation, organisations
           "can be hierarchical and range in size and scope.  At a high level,
18fad48e   Nathanael Jourdane   Improve code-sour...
970
           an organisation could be a university, observatory, or government
24d5da49   Nathanael Jourdane   remove whitespace...
971
972
           agency.  At a finer level, it could be a specific scientific
           project, mission, or individual researcher."
18fad48e   Nathanael Jourdane   Improve code-sour...
973
974
         </xs:documentation>
         <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
975
976
           The main purpose of an organisation as a registered resource is
           to serve as a publisher of other resources.
18fad48e   Nathanael Jourdane   Improve code-sour...
977
978
979
980
981
982
983
984
985
986
987
988
         </xs:documentation>
      </xs:annotation>
      <xs:complexContent>
         <xs:extension base="vr:Resource">
            <xs:sequence>

               <xs:element name="facility" type="vr:ResourceName" minOccurs="0" maxOccurs="unbounded">
                  <xs:annotation>
                     <xs:appinfo>
                       <vm:dcterm>Subject</vm:dcterm>
                     </xs:appinfo>
                     <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
989
990
                       the observatory or facility used to collect the data
                       contained or managed by this resource.
18fad48e   Nathanael Jourdane   Improve code-sour...
991
992
993
994
995
996
997
998
999
1000
1001
                     </xs:documentation>
                  </xs:annotation>
               </xs:element>

               <xs:element name="instrument" type="vr:ResourceName" minOccurs="0" maxOccurs="unbounded">
                  <xs:annotation>
                     <xs:appinfo>
                       <vm:dcterm>Subject</vm:dcterm>
                       <vm:dcterm>Subject.Instrument</vm:dcterm>
                     </xs:appinfo>
                     <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
1002
1003
                       the Instrument used to collect the data contain or
                       managed by a resource.
18fad48e   Nathanael Jourdane   Improve code-sour...
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
                     </xs:documentation>
                  </xs:annotation>
               </xs:element>

            </xs:sequence>
         </xs:extension>
      </xs:complexContent>
   </xs:complexType>

   <!--
     -  The Service resource type
     -->

   <xs:complexType name="Service">
      <xs:annotation>
         <xs:documentation>
           a resource that can be invoked by a client to perform some action
24d5da49   Nathanael Jourdane   remove whitespace...
1021
           on its behalf.
18fad48e   Nathanael Jourdane   Improve code-sour...
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
         </xs:documentation>
      </xs:annotation>
      <xs:complexContent>
         <xs:extension base="vr:Resource">
            <xs:sequence>

               <xs:element name="rights" type="vr:Rights" minOccurs="0" maxOccurs="unbounded">
                  <xs:annotation>
                     <xs:appinfo>
                       <vm:dcterm>Rights</vm:dcterm>
24d5da49   Nathanael Jourdane   remove whitespace...
1032
                     </xs:appinfo>
18fad48e   Nathanael Jourdane   Improve code-sour...
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
                     <xs:documentation>
                       Information about rights held in and over the resource.
                     </xs:documentation>
                     <xs:documentation>
                       This should be repeated for all Rights values that apply.
                     </xs:documentation>
                  </xs:annotation>
               </xs:element>

               <xs:element name="capability" type="vr:Capability" minOccurs="0" maxOccurs="unbounded">
                  <xs:annotation>
                     <xs:documentation>
                        a description of a general capability of the
                        service and how to use it.
                     </xs:documentation>
                     <xs:documentation>
                        This describes a general function of the
                        service, usually in terms of a standard
                        service protocol (e.g. SIA), but not
24d5da49   Nathanael Jourdane   remove whitespace...
1052
                        necessarily.
18fad48e   Nathanael Jourdane   Improve code-sour...
1053
1054
1055
1056
                     </xs:documentation>
                     <xs:documentation>
                        A service can have many capabilities
                        associated with it, each reflecting different
24d5da49   Nathanael Jourdane   remove whitespace...
1057
                        aspects of the functionality it provides.
18fad48e   Nathanael Jourdane   Improve code-sour...
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
                     </xs:documentation>
                  </xs:annotation>
               </xs:element>
            </xs:sequence>
         </xs:extension>
      </xs:complexContent>
   </xs:complexType>

   <xs:simpleType name="Rights">
      <xs:restriction base="xs:token">
         <xs:enumeration value="public">
            <xs:annotation>
               <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
1071
                  unrestricted, public access is allowed without
18fad48e   Nathanael Jourdane   Improve code-sour...
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
                  authentication.
               </xs:documentation>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="secure">
            <xs:annotation>
               <xs:documentation>
                  authenticated, public access is allowed.
               </xs:documentation>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="proprietary">
            <xs:annotation>
               <xs:documentation>
                  only proprietary access is allowed with authentication.
               </xs:documentation>
            </xs:annotation>
         </xs:enumeration>
      </xs:restriction>
   </xs:simpleType>

   <xs:complexType name="Capability">
      <xs:annotation>
         <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
1096
            a description of what the service does (in terms of
18fad48e   Nathanael Jourdane   Improve code-sour...
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
            context-specific behavior), and how to use it (in terms of
            an interface)
         </xs:documentation>
      </xs:annotation>

      <xs:sequence>
         <xs:element name="validationLevel" type="vr:Validation" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
               <xs:documentation>
                  A numeric grade describing the quality of the
24d5da49   Nathanael Jourdane   remove whitespace...
1107
                  capability description and interface, when applicable,
18fad48e   Nathanael Jourdane   Improve code-sour...
1108
1109
                  to be used to indicate the confidence an end-user
                  can put in the resource as part of a VO application
24d5da49   Nathanael Jourdane   remove whitespace...
1110
                  or research study.
18fad48e   Nathanael Jourdane   Improve code-sour...
1111
1112
1113
               </xs:documentation>
               <xs:documentation>
                  See vr:ValidationLevel for an explanation of the
24d5da49   Nathanael Jourdane   remove whitespace...
1114
                  allowed levels.
18fad48e   Nathanael Jourdane   Improve code-sour...
1115
1116
1117
1118
1119
1120
1121
               </xs:documentation>
            </xs:annotation>
         </xs:element>

         <xs:element name="description" type="xs:token" minOccurs="0">
            <xs:annotation>
               <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
1122
1123
                  A human-readable description of what this capability
                  provides as part of the over-all service
18fad48e   Nathanael Jourdane   Improve code-sour...
1124
1125
1126
               </xs:documentation>
               <xs:documentation>
                  Use of this optional element is especially encouraged when
24d5da49   Nathanael Jourdane   remove whitespace...
1127
                  this capability is non-standard and is one of several
18fad48e   Nathanael Jourdane   Improve code-sour...
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
                  capabilities listed.
               </xs:documentation>
            </xs:annotation>
         </xs:element>

         <xs:element name="interface" type="vr:Interface" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
               <xs:documentation>
                  a description of how to call the service to access
                  this capability
               </xs:documentation>
               <xs:documentation>
                  Since the Interface type is abstract, one must describe
                  the interface using a subclass of Interface, denoting
                  it via xsi:type.
               </xs:documentation>
               <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
1145
                  Multiple occurances can describe different interfaces to
18fad48e   Nathanael Jourdane   Improve code-sour...
1146
1147
1148
                  the logically same capability--i.e. data or functionality.
                  That is, the inputs accepted and the output provides should
                  be logically the same.  For example, a WebBrowser interface
24d5da49   Nathanael Jourdane   remove whitespace...
1149
1150
1151
                  given in addition to a WebService interface would simply
                  provide an interactive, human-targeted interface to the
                  underlying WebService interface.
18fad48e   Nathanael Jourdane   Improve code-sour...
1152
1153
1154
1155
1156
1157
1158
1159
               </xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>

      <xs:attribute name="standardID" type="xs:anyURI">
         <xs:annotation>
            <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
1160
               A URI identifier for a standard service.
18fad48e   Nathanael Jourdane   Improve code-sour...
1161
1162
1163
1164
1165
            </xs:documentation>
            <xs:documentation>
               This provides a unique way to refer to a service
               specification standard, such as a Simple Image Access service.
               The use of an IVOA identifier here implies that a
24d5da49   Nathanael Jourdane   remove whitespace...
1166
1167
               VOResource description of the standard is registered and
               accessible.
18fad48e   Nathanael Jourdane   Improve code-sour...
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
            </xs:documentation>
         </xs:annotation>
      </xs:attribute>
   </xs:complexType>

   <xs:complexType name="Interface" abstract="true">
      <xs:annotation>
         <xs:documentation>
            A description of a service interface.
         </xs:documentation>
         <xs:documentation>
            Since this type is abstract, one must use an Interface subclass
            to describe an actual interface.
         </xs:documentation>
         <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
1183
           Additional interface subtypes (beyond WebService and WebBrowser) are
18fad48e   Nathanael Jourdane   Improve code-sour...
1184
1185
1186
1187
1188
1189
1190
1191
1192
           defined in the VODataService schema.
         </xs:documentation>
      </xs:annotation>

      <xs:sequence>
         <xs:element name="accessURL" type="vr:AccessURL" minOccurs="1" maxOccurs="unbounded">
            <xs:annotation>
               <xs:documentation>
                 The URL (or base URL) that a client uses to access the
24d5da49   Nathanael Jourdane   remove whitespace...
1193
                 service.  How this URL is to be interpreted and used
18fad48e   Nathanael Jourdane   Improve code-sour...
1194
1195
1196
1197
1198
                 depends on the specific Interface subclass
               </xs:documentation>
               <xs:documentation>
                 When more than one URL is given, each represents an
                 alternative (i.e. mirror) endpoint whose behavior is
24d5da49   Nathanael Jourdane   remove whitespace...
1199
                 identical to all the other accessURLs listed.
18fad48e   Nathanael Jourdane   Improve code-sour...
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
               </xs:documentation>
               <xs:documentation>
                 Editor's note: this element assumes that
                 all registered services are inherently web based.
               </xs:documentation>
            </xs:annotation>
         </xs:element>

         <xs:element name="securityMethod" type="vr:SecurityMethod" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
               <xs:documentation>
                  the mechanism the client must employ to gain secure
24d5da49   Nathanael Jourdane   remove whitespace...
1212
                  access to the service.
18fad48e   Nathanael Jourdane   Improve code-sour...
1213
1214
1215
               </xs:documentation>
               <xs:documentation>
                  when more than one method is listed, each one must
24d5da49   Nathanael Jourdane   remove whitespace...
1216
                  be employed to gain access.
18fad48e   Nathanael Jourdane   Improve code-sour...
1217
1218
1219
1220
1221
1222
1223
1224
1225
               </xs:documentation>
            </xs:annotation>
         </xs:element>

      </xs:sequence>

      <xs:attribute name="version" type="xs:string" default="1.0">
         <xs:annotation>
            <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
1226
               The version of a standard interface specification that this
18fad48e   Nathanael Jourdane   Improve code-sour...
1227
1228
1229
1230
1231
               interface complies with.  When the interface is
               provided in the context of a Capability element, then
               the standard being refered to is the one identified by
               the Capability's standardID element.  If the standardID
               is not provided, the meaning of this attribute is
24d5da49   Nathanael Jourdane   remove whitespace...
1232
               undefined.
18fad48e   Nathanael Jourdane   Improve code-sour...
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
            </xs:documentation>
         </xs:annotation>
      </xs:attribute>

      <xs:attribute name="role" type="xs:NMTOKEN">
         <xs:annotation>
            <xs:documentation>
               A tag name the identifies the role the interface plays
               in the particular capability.  If the value is equal to
               "std" or begins with "std:", then the interface refers
               to a standard interface defined by the standard
24d5da49   Nathanael Jourdane   remove whitespace...
1244
               referred to by the capability's standardID attribute.
18fad48e   Nathanael Jourdane   Improve code-sour...
1245
1246
1247
1248
            </xs:documentation>
            <xs:documentation>
               For an interface complying with some registered
               standard (i.e. has a legal standardID), the role can be
24d5da49   Nathanael Jourdane   remove whitespace...
1249
               match against interface roles enumerated in standard
18fad48e   Nathanael Jourdane   Improve code-sour...
1250
               resource record.  The interface descriptions in
24d5da49   Nathanael Jourdane   remove whitespace...
1251
1252
               the standard record can provide default descriptions
               so that such details need not be repeated here.
18fad48e   Nathanael Jourdane   Improve code-sour...
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
            </xs:documentation>
         </xs:annotation>
      </xs:attribute>
   </xs:complexType>

   <xs:complexType name="AccessURL">
     <xs:simpleContent>
       <xs:extension base="xs:anyURI">
         <xs:attribute name="use">
           <xs:annotation>
             <xs:documentation>
               A flag indicating whether this should be interpreted as a base
24d5da49   Nathanael Jourdane   remove whitespace...
1265
               URL, a full URL, or a URL to a directory that will produce a
18fad48e   Nathanael Jourdane   Improve code-sour...
1266
1267
1268
               listing of files.
             </xs:documentation>
             <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
1269
1270
               The default value assumed when one is not given depends on the
               context.
18fad48e   Nathanael Jourdane   Improve code-sour...
1271
1272
1273
1274
1275
1276
1277
             </xs:documentation>
           </xs:annotation>
           <xs:simpleType>
             <xs:restriction base="xs:NMTOKEN">
               <xs:enumeration value="full">
                 <xs:annotation>
                   <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
1278
1279
1280
                     Assume a full URL--that is, one that can be invoked
                     directly without alteration.  This usually returns a
                     single document or file.
18fad48e   Nathanael Jourdane   Improve code-sour...
1281
1282
1283
1284
1285
1286
1287
                   </xs:documentation>
                 </xs:annotation>
               </xs:enumeration>
               <xs:enumeration value="base">
                 <xs:annotation>
                   <xs:documentation>
                     Assume a base URL--that is, one requiring an extra portion
24d5da49   Nathanael Jourdane   remove whitespace...
1288
                     to be appended before being invoked.
18fad48e   Nathanael Jourdane   Improve code-sour...
1289
1290
1291
1292
1293
1294
1295
                   </xs:documentation>
                 </xs:annotation>
               </xs:enumeration>
               <xs:enumeration value="dir">
                 <xs:annotation>
                   <xs:documentation>
                     Assume URL points to a directory that will return a listing
24d5da49   Nathanael Jourdane   remove whitespace...
1296
                     of files.
18fad48e   Nathanael Jourdane   Improve code-sour...
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
                   </xs:documentation>
                 </xs:annotation>
               </xs:enumeration>
             </xs:restriction>
           </xs:simpleType>
         </xs:attribute>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>

   <xs:complexType name="SecurityMethod">
      <xs:annotation>
         <xs:documentation>
            a description of a security mechanism.
         </xs:documentation>
         <xs:documentation>
            this type only allows one to refer to the mechanism via a
24d5da49   Nathanael Jourdane   remove whitespace...
1314
            URI.  Derived types would allow for more metadata.
18fad48e   Nathanael Jourdane   Improve code-sour...
1315
1316
1317
1318
1319
1320
1321
1322
         </xs:documentation>
      </xs:annotation>

      <xs:sequence/>

      <xs:attribute name="standardID" type="xs:anyURI">
         <xs:annotation>
            <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
1323
               A URI identifier for a standard security mechanism.
18fad48e   Nathanael Jourdane   Improve code-sour...
1324
1325
1326
            </xs:documentation>
            <xs:documentation>
               This provides a unique way to refer to a security
24d5da49   Nathanael Jourdane   remove whitespace...
1327
1328
1329
               specification standard.  The use of an IVOA identifier here
               implies that a VOResource description of the standard is
               registered and accessible.
18fad48e   Nathanael Jourdane   Improve code-sour...
1330
1331
1332
1333
1334
1335
1336
1337
1338
            </xs:documentation>
         </xs:annotation>
      </xs:attribute>

   </xs:complexType>

   <xs:complexType name="WebBrowser">
      <xs:annotation>
         <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
1339
            A (form-based) interface intended to be accesed interactively
18fad48e   Nathanael Jourdane   Improve code-sour...
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
            by a user via a web browser.
         </xs:documentation>
         <xs:documentation>
            The accessURL represents the URL of the web form itself.
         </xs:documentation>
      </xs:annotation>

      <xs:complexContent>
         <xs:extension base="vr:Interface">
            <xs:sequence/>
         </xs:extension>
      </xs:complexContent>
   </xs:complexType>

   <xs:complexType name="WebService">
      <xs:annotation>
         <xs:documentation>
            A Web Service that is describable by a WSDL document.
         </xs:documentation>
         <xs:documentation>
            The accessURL element gives the Web Service's endpoint URL.
         </xs:documentation>
      </xs:annotation>

      <xs:complexContent>
         <xs:extension base="vr:Interface">
            <xs:sequence>
               <xs:element name="wsdlURL" type="xs:anyURI" minOccurs="0" maxOccurs="unbounded">
                  <xs:annotation>
                     <xs:documentation>
                        The location of the WSDL that describes this
24d5da49   Nathanael Jourdane   remove whitespace...
1371
                        Web Service.  If not provided, the location is
18fad48e   Nathanael Jourdane   Improve code-sour...
1372
1373
1374
                        assumed to be the accessURL with "?wsdl" appended.
                     </xs:documentation>
                     <xs:documentation>
24d5da49   Nathanael Jourdane   remove whitespace...
1375
1376
                        Multiple occurances should represent mirror copies of
                        the same WSDL file.
18fad48e   Nathanael Jourdane   Improve code-sour...
1377
1378
1379
1380
1381
1382
1383
1384
                     </xs:documentation>
                  </xs:annotation>
               </xs:element>
            </xs:sequence>
         </xs:extension>
      </xs:complexContent>
   </xs:complexType>

24d5da49   Nathanael Jourdane   remove whitespace...
1385
</xs:schema>