1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<vo-dml:model xmlns:vo-dml="http://www.ivoa.net/xml/VODML/v1.0" |
3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 |
xsi:schemaLocation="http://www.ivoa.net/xml/VODML/v1.0 http://volute.g-vo.org/svn/trunk/projects/dm/vo-dml/xsd/vo-dml-v1.0.xsd"> |
5 |
<name>provenance</name> |
6 |
<description><Enter note text here></description> |
7 |
<title/> |
8 |
<version>0.x</version> |
9 |
<lastModified>2017-05-09T14:48:57</lastModified> |
10 |
|
11 |
<package> |
12 |
<vodml-id>ivoa</vodml-id> |
13 |
<name>ivoa</name> |
14 |
<description>Base Data Types V1.0 (2014)</description> |
15 |
<primitiveType> |
16 |
<vodml-id>ivoa.real</vodml-id> |
17 |
<name>real</name> |
18 |
<description> |
19 |
TODO : Missing description : please, update your UML model asap. |
20 |
</description> |
21 |
</primitiveType> |
22 |
|
23 |
<primitiveType> |
24 |
<vodml-id>ivoa.nonnegativeinteger</vodml-id> |
25 |
<name>nonnegativeinteger</name> |
26 |
<description> |
27 |
TODO : Missing description : please, update your UML model asap. |
28 |
</description> |
29 |
</primitiveType> |
30 |
|
31 |
<primitiveType> |
32 |
<vodml-id>ivoa.datetime</vodml-id> |
33 |
<name>datetime</name> |
34 |
<description> |
35 |
TODO : Missing description : please, update your UML model asap. |
36 |
</description> |
37 |
</primitiveType> |
38 |
|
39 |
<primitiveType> |
40 |
<vodml-id>ivoa.anyURI</vodml-id> |
41 |
<name>anyURI</name> |
42 |
<description> |
43 |
TODO : Missing description : please, update your UML model asap. |
44 |
</description> |
45 |
<extends> |
46 |
<vodml-ref>provenance:string</vodml-ref> |
47 |
</extends> |
48 |
</primitiveType> |
49 |
|
50 |
<primitiveType> |
51 |
<vodml-id>ivoa.Unit</vodml-id> |
52 |
<name>Unit</name> |
53 |
<description> |
54 |
TODO : Missing description : please, update your UML model asap. |
55 |
</description> |
56 |
<extends> |
57 |
<vodml-ref>provenance:string</vodml-ref> |
58 |
</extends> |
59 |
</primitiveType> |
60 |
|
61 |
<primitiveType> |
62 |
<vodml-id>string</vodml-id> |
63 |
<name>string</name> |
64 |
<description> |
65 |
TODO : Missing description : please, update your UML model asap. |
66 |
</description> |
67 |
</primitiveType> |
68 |
|
69 |
<primitiveType> |
70 |
<vodml-id>boolean</vodml-id> |
71 |
<name>boolean</name> |
72 |
<description> |
73 |
TODO : Missing description : please, update your UML model asap. |
74 |
</description> |
75 |
</primitiveType> |
76 |
|
77 |
<primitiveType> |
78 |
<vodml-id>complex</vodml-id> |
79 |
<name>complex</name> |
80 |
<description> |
81 |
TODO : Missing description : please, update your UML model asap. |
82 |
</description> |
83 |
</primitiveType> |
84 |
|
85 |
<primitiveType> |
86 |
<vodml-id>rational</vodml-id> |
87 |
<name>rational</name> |
88 |
<description> |
89 |
TODO : Missing description : please, update your UML model asap. |
90 |
</description> |
91 |
</primitiveType> |
92 |
|
93 |
<primitiveType> |
94 |
<vodml-id>integer</vodml-id> |
95 |
<name>integer</name> |
96 |
<description> |
97 |
TODO : Missing description : please, update your UML model asap. |
98 |
</description> |
99 |
</primitiveType> |
100 |
|
101 |
<dataType abstract="true"> |
102 |
<vodml-id>ivoa.Quantity</vodml-id> |
103 |
<name>Quantity</name> |
104 |
<description> |
105 |
TODO : Missing description : please, update your UML model asap. |
106 |
</description> |
107 |
<attribute> |
108 |
<vodml-id>ivoa.Quantity.unit</vodml-id> |
109 |
<name>unit</name> |
110 |
<description> |
111 |
TODO : Missing description : please, update your UML model asap. |
112 |
</description> |
113 |
<datatype> |
114 |
<vodml-ref>provenance:ivoa.Unit</vodml-ref> |
115 |
</datatype> |
116 |
<multiplicity> |
117 |
<minOccurs>0</minOccurs> |
118 |
<maxOccurs>1</maxOccurs> |
119 |
</multiplicity> |
120 |
</attribute> |
121 |
</dataType> |
122 |
|
123 |
<dataType> |
124 |
<vodml-id>ivoa.IntegerQuantity</vodml-id> |
125 |
<name>IntegerQuantity</name> |
126 |
<description> |
127 |
TODO : Missing description : please, update your UML model asap. |
128 |
</description> |
129 |
<extends> |
130 |
<vodml-ref>provenance:ivoa.Quantity</vodml-ref> |
131 |
</extends> |
132 |
<attribute> |
133 |
<vodml-id>ivoa.IntegerQuantity.value</vodml-id> |
134 |
<name>value</name> |
135 |
<description> |
136 |
TODO : Missing description : please, update your UML model asap. |
137 |
</description> |
138 |
<datatype> |
139 |
<vodml-ref>provenance:integer</vodml-ref> |
140 |
</datatype> |
141 |
<multiplicity> |
142 |
<minOccurs>1</minOccurs> |
143 |
<maxOccurs>1</maxOccurs> |
144 |
</multiplicity> |
145 |
</attribute> |
146 |
</dataType> |
147 |
|
148 |
<dataType> |
149 |
<vodml-id>ivoa.RealQuantity</vodml-id> |
150 |
<name>RealQuantity</name> |
151 |
<description> |
152 |
TODO : Missing description : please, update your UML model asap. |
153 |
</description> |
154 |
<extends> |
155 |
<vodml-ref>provenance:ivoa.Quantity</vodml-ref> |
156 |
</extends> |
157 |
<attribute> |
158 |
<vodml-id>ivoa.RealQuantity.value</vodml-id> |
159 |
<name>value</name> |
160 |
<description> |
161 |
TODO : Missing description : please, update your UML model asap. |
162 |
</description> |
163 |
<datatype> |
164 |
<vodml-ref>provenance:ivoa.real</vodml-ref> |
165 |
</datatype> |
166 |
<multiplicity> |
167 |
<minOccurs>1</minOccurs> |
168 |
<maxOccurs>1</maxOccurs> |
169 |
</multiplicity> |
170 |
</attribute> |
171 |
</dataType> |
172 |
|
173 |
</package> |
174 |
|
175 |
|
176 |
|
177 |
<package> |
178 |
<vodml-id>provenance</vodml-id> |
179 |
<name>provenance</name> |
180 |
<description>This document provides a data model for describing provenance.</description> |
181 |
<enumeration> |
182 |
<vodml-id>provenance.AgentRole</vodml-id> |
183 |
<name>AgentRole</name> |
184 |
<description> |
185 |
TODO : Missing description : please, update your UML model asap. |
186 |
</description> |
187 |
<literal> |
188 |
<vodml-id>provenance.AgentRole.Observer</vodml-id> |
189 |
<name>Observer</name> |
190 |
<description> |
191 |
TODO : Missing description : please, update your UML model asap. |
192 |
</description> |
193 |
</literal> |
194 |
<literal> |
195 |
<vodml-id>provenance.AgentRole.Creator</vodml-id> |
196 |
<name>Creator</name> |
197 |
<description> |
198 |
TODO : Missing description : please, update your UML model asap. |
199 |
</description> |
200 |
</literal> |
201 |
<literal> |
202 |
<vodml-id>provenance.AgentRole.Author</vodml-id> |
203 |
<name>Author</name> |
204 |
<description> |
205 |
TODO : Missing description : please, update your UML model asap. |
206 |
</description> |
207 |
</literal> |
208 |
<literal> |
209 |
<vodml-id>provenance.AgentRole.Editor</vodml-id> |
210 |
<name>Editor</name> |
211 |
<description> |
212 |
TODO : Missing description : please, update your UML model asap. |
213 |
</description> |
214 |
</literal> |
215 |
<literal> |
216 |
<vodml-id>provenance.AgentRole.Publisher</vodml-id> |
217 |
<name>Publisher</name> |
218 |
<description> |
219 |
TODO : Missing description : please, update your UML model asap. |
220 |
</description> |
221 |
</literal> |
222 |
<literal> |
223 |
<vodml-id>provenance.AgentRole.Operator</vodml-id> |
224 |
<name>Operator</name> |
225 |
<description> |
226 |
TODO : Missing description : please, update your UML model asap. |
227 |
</description> |
228 |
</literal> |
229 |
<literal> |
230 |
<vodml-id>provenance.AgentRole.Coordinator</vodml-id> |
231 |
<name>Coordinator</name> |
232 |
<description> |
233 |
TODO : Missing description : please, update your UML model asap. |
234 |
</description> |
235 |
</literal> |
236 |
<literal> |
237 |
<vodml-id>provenance.AgentRole.Provider</vodml-id> |
238 |
<name>Provider</name> |
239 |
<description> |
240 |
TODO : Missing description : please, update your UML model asap. |
241 |
</description> |
242 |
</literal> |
243 |
</enumeration> |
244 |
|
245 |
<objectType> |
246 |
<vodml-id>provenance.Activity</vodml-id> |
247 |
<name>Activity</name> |
248 |
<description> |
249 |
TODO : Missing description : please, update your UML model asap. |
250 |
</description> |
251 |
<attribute> |
252 |
<vodml-id>provenance.Activity.id</vodml-id> |
253 |
<name>id</name> |
254 |
<description><Enter note text here></description> |
255 |
<datatype> |
256 |
<vodml-ref>provenance:string</vodml-ref> |
257 |
</datatype> |
258 |
<multiplicity> |
259 |
<minOccurs>1</minOccurs> |
260 |
<maxOccurs>1</maxOccurs> |
261 |
</multiplicity> |
262 |
</attribute> |
263 |
<attribute> |
264 |
<vodml-id>provenance.Activity.name</vodml-id> |
265 |
<name>name</name> |
266 |
<description><Enter note text here></description> |
267 |
<datatype> |
268 |
<vodml-ref>provenance:string</vodml-ref> |
269 |
</datatype> |
270 |
<multiplicity> |
271 |
<minOccurs>0</minOccurs> |
272 |
<maxOccurs>1</maxOccurs> |
273 |
</multiplicity> |
274 |
</attribute> |
275 |
<attribute> |
276 |
<vodml-id>provenance.Activity.startTime</vodml-id> |
277 |
<name>startTime</name> |
278 |
<description> |
279 |
TODO : Missing description : please, update your UML model asap. |
280 |
</description> |
281 |
<datatype> |
282 |
<vodml-ref>provenance:string</vodml-ref> |
283 |
</datatype> |
284 |
<multiplicity> |
285 |
<minOccurs>1</minOccurs> |
286 |
<maxOccurs>1</maxOccurs> |
287 |
</multiplicity> |
288 |
</attribute> |
289 |
<attribute> |
290 |
<vodml-id>provenance.Activity.endTime</vodml-id> |
291 |
<name>endTime</name> |
292 |
<description> |
293 |
TODO : Missing description : please, update your UML model asap. |
294 |
</description> |
295 |
<datatype> |
296 |
<vodml-ref>provenance:string</vodml-ref> |
297 |
</datatype> |
298 |
<multiplicity> |
299 |
<minOccurs>1</minOccurs> |
300 |
<maxOccurs>1</maxOccurs> |
301 |
</multiplicity> |
302 |
</attribute> |
303 |
<attribute> |
304 |
<vodml-id>provenance.Activity.annotation</vodml-id> |
305 |
<name>annotation</name> |
306 |
<description> |
307 |
TODO : Missing description : please, update your UML model asap. |
308 |
</description> |
309 |
<datatype> |
310 |
<vodml-ref>provenance:string</vodml-ref> |
311 |
</datatype> |
312 |
<multiplicity> |
313 |
<minOccurs>0</minOccurs> |
314 |
<maxOccurs>1</maxOccurs> |
315 |
</multiplicity> |
316 |
</attribute> |
317 |
<collection> |
318 |
<vodml-id>provenance.Activity.wasGeneratedBy</vodml-id> |
319 |
<name>wasGeneratedBy</name> |
320 |
<description> |
321 |
TODO : Missing description : please, update your UML model asap. |
322 |
</description> |
323 |
<datatype> |
324 |
<vodml-ref>provenance:provenance.WasGeneratedBy</vodml-ref> |
325 |
</datatype> |
326 |
<multiplicity> |
327 |
<minOccurs>0</minOccurs> |
328 |
<maxOccurs>-1</maxOccurs> |
329 |
</multiplicity> |
330 |
</collection> |
331 |
<collection> |
332 |
<vodml-id>provenance.Activity.used</vodml-id> |
333 |
<name>used</name> |
334 |
<description> |
335 |
TODO : Missing description : please, update your UML model asap. |
336 |
</description> |
337 |
<datatype> |
338 |
<vodml-ref>provenance:provenance.Used</vodml-ref> |
339 |
</datatype> |
340 |
<multiplicity> |
341 |
<minOccurs>0</minOccurs> |
342 |
<maxOccurs>-1</maxOccurs> |
343 |
</multiplicity> |
344 |
</collection> |
345 |
<collection> |
346 |
<vodml-id>provenance.Activity.wasAssociatedWith</vodml-id> |
347 |
<name>wasAssociatedWith</name> |
348 |
<description> |
349 |
TODO : Missing description : please, update your UML model asap. |
350 |
</description> |
351 |
<datatype> |
352 |
<vodml-ref>provenance:provenance.WasAssociatedWith</vodml-ref> |
353 |
</datatype> |
354 |
<multiplicity> |
355 |
<minOccurs>0</minOccurs> |
356 |
<maxOccurs>-1</maxOccurs> |
357 |
</multiplicity> |
358 |
</collection> |
359 |
<collection> |
360 |
<vodml-id>provenance.Activity.parameter</vodml-id> |
361 |
<name>parameter</name> |
362 |
<description> |
363 |
TODO : Missing description : please, update your UML model asap. |
364 |
</description> |
365 |
<datatype> |
366 |
<vodml-ref>provenance:provenance.Parameter</vodml-ref> |
367 |
</datatype> |
368 |
<multiplicity> |
369 |
<minOccurs>0</minOccurs> |
370 |
<maxOccurs>-1</maxOccurs> |
371 |
</multiplicity> |
372 |
</collection> |
373 |
<reference> |
374 |
<vodml-id>provenance.Activity.activityDescription</vodml-id> |
375 |
<name>activityDescription</name> |
376 |
<description> |
377 |
TODO : Missing description : please, update your UML model asap. |
378 |
</description> |
379 |
<datatype> |
380 |
<vodml-ref>provenance:provenance.ActivityDescription</vodml-ref> |
381 |
</datatype> |
382 |
<multiplicity> |
383 |
<minOccurs>0</minOccurs> |
384 |
<maxOccurs>1</maxOccurs> |
385 |
</multiplicity> |
386 |
</reference> |
387 |
<reference> |
388 |
<vodml-id>provenance.Activity.activity</vodml-id> |
389 |
<name>activity</name> |
390 |
<description> |
391 |
TODO : Missing description : please, update your UML model asap. |
392 |
</description> |
393 |
<datatype> |
394 |
<vodml-ref>provenance:provenance.Activity</vodml-ref> |
395 |
</datatype> |
396 |
<multiplicity> |
397 |
<minOccurs>0</minOccurs> |
398 |
<maxOccurs>-1</maxOccurs> |
399 |
</multiplicity> |
400 |
</reference> |
401 |
</objectType> |
402 |
|
403 |
<objectType> |
404 |
<vodml-id>provenance.ActivityDescription</vodml-id> |
405 |
<name>ActivityDescription</name> |
406 |
<description> |
407 |
TODO : Missing description : please, update your UML model asap. |
408 |
</description> |
409 |
<attribute> |
410 |
<vodml-id>provenance.ActivityDescription.id</vodml-id> |
411 |
<name>id</name> |
412 |
<description> |
413 |
TODO : Missing description : please, update your UML model asap. |
414 |
</description> |
415 |
<datatype> |
416 |
<vodml-ref>provenance:string</vodml-ref> |
417 |
</datatype> |
418 |
<multiplicity> |
419 |
<minOccurs>1</minOccurs> |
420 |
<maxOccurs>1</maxOccurs> |
421 |
</multiplicity> |
422 |
</attribute> |
423 |
<attribute> |
424 |
<vodml-id>provenance.ActivityDescription.name</vodml-id> |
425 |
<name>name</name> |
426 |
<description><Enter note text here></description> |
427 |
<datatype> |
428 |
<vodml-ref>provenance:string</vodml-ref> |
429 |
</datatype> |
430 |
<multiplicity> |
431 |
<minOccurs>0</minOccurs> |
432 |
<maxOccurs>1</maxOccurs> |
433 |
</multiplicity> |
434 |
</attribute> |
435 |
<attribute> |
436 |
<vodml-id>provenance.ActivityDescription.type</vodml-id> |
437 |
<name>type</name> |
438 |
<description> |
439 |
TODO : Missing description : please, update your UML model asap. |
440 |
</description> |
441 |
<datatype> |
442 |
<vodml-ref>provenance:string</vodml-ref> |
443 |
</datatype> |
444 |
<multiplicity> |
445 |
<minOccurs>0</minOccurs> |
446 |
<maxOccurs>1</maxOccurs> |
447 |
</multiplicity> |
448 |
</attribute> |
449 |
<attribute> |
450 |
<vodml-id>provenance.ActivityDescription.subtype</vodml-id> |
451 |
<name>subtype</name> |
452 |
<description> |
453 |
TODO : Missing description : please, update your UML model asap. |
454 |
</description> |
455 |
<datatype> |
456 |
<vodml-ref>provenance:string</vodml-ref> |
457 |
</datatype> |
458 |
<multiplicity> |
459 |
<minOccurs>0</minOccurs> |
460 |
<maxOccurs>1</maxOccurs> |
461 |
</multiplicity> |
462 |
</attribute> |
463 |
<attribute> |
464 |
<vodml-id>provenance.ActivityDescription.annotation</vodml-id> |
465 |
<name>annotation</name> |
466 |
<description> |
467 |
TODO : Missing description : please, update your UML model asap. |
468 |
</description> |
469 |
<datatype> |
470 |
<vodml-ref>provenance:string</vodml-ref> |
471 |
</datatype> |
472 |
<multiplicity> |
473 |
<minOccurs>0</minOccurs> |
474 |
<maxOccurs>1</maxOccurs> |
475 |
</multiplicity> |
476 |
</attribute> |
477 |
<attribute> |
478 |
<vodml-id>provenance.ActivityDescription.doculink</vodml-id> |
479 |
<name>doculink</name> |
480 |
<description> |
481 |
TODO : Missing description : please, update your UML model asap. |
482 |
</description> |
483 |
<datatype> |
484 |
<vodml-ref>provenance:ivoa.anyURI</vodml-ref> |
485 |
</datatype> |
486 |
<multiplicity> |
487 |
<minOccurs>0</minOccurs> |
488 |
<maxOccurs>1</maxOccurs> |
489 |
</multiplicity> |
490 |
</attribute> |
491 |
<collection> |
492 |
<vodml-id>provenance.ActivityDescription.usedDescription</vodml-id> |
493 |
<name>usedDescription</name> |
494 |
<description> |
495 |
TODO : Missing description : please, update your UML model asap. |
496 |
</description> |
497 |
<datatype> |
498 |
<vodml-ref>provenance:provenance.UsedDescription</vodml-ref> |
499 |
</datatype> |
500 |
<multiplicity> |
501 |
<minOccurs>0</minOccurs> |
502 |
<maxOccurs>-1</maxOccurs> |
503 |
</multiplicity> |
504 |
</collection> |
505 |
<collection> |
506 |
<vodml-id>provenance.ActivityDescription.wasGeneratedByDescription</vodml-id> |
507 |
<name>wasGeneratedByDescription</name> |
508 |
<description> |
509 |
TODO : Missing description : please, update your UML model asap. |
510 |
</description> |
511 |
<datatype> |
512 |
<vodml-ref>provenance:provenance.WasGeneratedByDescription</vodml-ref> |
513 |
</datatype> |
514 |
<multiplicity> |
515 |
<minOccurs>0</minOccurs> |
516 |
<maxOccurs>-1</maxOccurs> |
517 |
</multiplicity> |
518 |
</collection> |
519 |
<collection> |
520 |
<vodml-id>provenance.ActivityDescription.parameterDescription</vodml-id> |
521 |
<name>parameterDescription</name> |
522 |
<description> |
523 |
TODO : Missing description : please, update your UML model asap. |
524 |
</description> |
525 |
<datatype> |
526 |
<vodml-ref>provenance:provenance.ParameterDescription</vodml-ref> |
527 |
</datatype> |
528 |
<multiplicity> |
529 |
<minOccurs>0</minOccurs> |
530 |
<maxOccurs>-1</maxOccurs> |
531 |
</multiplicity> |
532 |
</collection> |
533 |
</objectType> |
534 |
|
535 |
<objectType> |
536 |
<vodml-id>provenance.Entity</vodml-id> |
537 |
<name>Entity</name> |
538 |
<description> |
539 |
TODO : Missing description : please, update your UML model asap. |
540 |
</description> |
541 |
<attribute> |
542 |
<vodml-id>provenance.Entity.id</vodml-id> |
543 |
<name>id</name> |
544 |
<description> |
545 |
TODO : Missing description : please, update your UML model asap. |
546 |
</description> |
547 |
<datatype> |
548 |
<vodml-ref>provenance:string</vodml-ref> |
549 |
</datatype> |
550 |
<multiplicity> |
551 |
<minOccurs>1</minOccurs> |
552 |
<maxOccurs>1</maxOccurs> |
553 |
</multiplicity> |
554 |
</attribute> |
555 |
<attribute> |
556 |
<vodml-id>provenance.Entity.name</vodml-id> |
557 |
<name>name</name> |
558 |
<description> |
559 |
TODO : Missing description : please, update your UML model asap. |
560 |
</description> |
561 |
<datatype> |
562 |
<vodml-ref>provenance:string</vodml-ref> |
563 |
</datatype> |
564 |
<multiplicity> |
565 |
<minOccurs>0</minOccurs> |
566 |
<maxOccurs>1</maxOccurs> |
567 |
</multiplicity> |
568 |
</attribute> |
569 |
<attribute> |
570 |
<vodml-id>provenance.Entity.type</vodml-id> |
571 |
<name>type</name> |
572 |
<description> |
573 |
TODO : Missing description : please, update your UML model asap. |
574 |
</description> |
575 |
<datatype> |
576 |
<vodml-ref>provenance:string</vodml-ref> |
577 |
</datatype> |
578 |
<multiplicity> |
579 |
<minOccurs>0</minOccurs> |
580 |
<maxOccurs>1</maxOccurs> |
581 |
</multiplicity> |
582 |
</attribute> |
583 |
<attribute> |
584 |
<vodml-id>provenance.Entity.annotation</vodml-id> |
585 |
<name>annotation</name> |
586 |
<description> |
587 |
TODO : Missing description : please, update your UML model asap. |
588 |
</description> |
589 |
<datatype> |
590 |
<vodml-ref>provenance:string</vodml-ref> |
591 |
</datatype> |
592 |
<multiplicity> |
593 |
<minOccurs>0</minOccurs> |
594 |
<maxOccurs>1</maxOccurs> |
595 |
</multiplicity> |
596 |
</attribute> |
597 |
<attribute> |
598 |
<vodml-id>provenance.Entity.rights</vodml-id> |
599 |
<name>rights</name> |
600 |
<description><Enter note text here></description> |
601 |
<datatype> |
602 |
<vodml-ref>provenance:string</vodml-ref> |
603 |
</datatype> |
604 |
<multiplicity> |
605 |
<minOccurs>1</minOccurs> |
606 |
<maxOccurs>1</maxOccurs> |
607 |
</multiplicity> |
608 |
</attribute> |
609 |
<collection> |
610 |
<vodml-id>provenance.Entity.wasGeneratedBy</vodml-id> |
611 |
<name>wasGeneratedBy</name> |
612 |
<description> |
613 |
TODO : Missing description : please, update your UML model asap. |
614 |
</description> |
615 |
<datatype> |
616 |
<vodml-ref>provenance:provenance.WasGeneratedBy</vodml-ref> |
617 |
</datatype> |
618 |
<multiplicity> |
619 |
<minOccurs>0</minOccurs> |
620 |
<maxOccurs>-1</maxOccurs> |
621 |
</multiplicity> |
622 |
</collection> |
623 |
<collection> |
624 |
<vodml-id>provenance.Entity.used</vodml-id> |
625 |
<name>used</name> |
626 |
<description> |
627 |
TODO : Missing description : please, update your UML model asap. |
628 |
</description> |
629 |
<datatype> |
630 |
<vodml-ref>provenance:provenance.Used</vodml-ref> |
631 |
</datatype> |
632 |
<multiplicity> |
633 |
<minOccurs>0</minOccurs> |
634 |
<maxOccurs>-1</maxOccurs> |
635 |
</multiplicity> |
636 |
</collection> |
637 |
<collection> |
638 |
<vodml-id>provenance.Entity.wasAttributedTo</vodml-id> |
639 |
<name>wasAttributedTo</name> |
640 |
<description> |
641 |
TODO : Missing description : please, update your UML model asap. |
642 |
</description> |
643 |
<datatype> |
644 |
<vodml-ref>provenance:provenance.WasAttributedTo</vodml-ref> |
645 |
</datatype> |
646 |
<multiplicity> |
647 |
<minOccurs>0</minOccurs> |
648 |
<maxOccurs>-1</maxOccurs> |
649 |
</multiplicity> |
650 |
</collection> |
651 |
<reference> |
652 |
<vodml-id>provenance.Entity.entityDescription</vodml-id> |
653 |
<name>entityDescription</name> |
654 |
<description> |
655 |
TODO : Missing description : please, update your UML model asap. |
656 |
</description> |
657 |
<datatype> |
658 |
<vodml-ref>provenance:provenance.EntityDescription</vodml-ref> |
659 |
</datatype> |
660 |
<multiplicity> |
661 |
<minOccurs>0</minOccurs> |
662 |
<maxOccurs>1</maxOccurs> |
663 |
</multiplicity> |
664 |
</reference> |
665 |
<reference> |
666 |
<vodml-id>provenance.Entity.usedEntity</vodml-id> |
667 |
<name>usedEntity</name> |
668 |
<description> |
669 |
TODO : Missing description : please, update your UML model asap. |
670 |
</description> |
671 |
<datatype> |
672 |
<vodml-ref>provenance:provenance.Entity</vodml-ref> |
673 |
</datatype> |
674 |
<multiplicity> |
675 |
<minOccurs>0</minOccurs> |
676 |
<maxOccurs>-1</maxOccurs> |
677 |
</multiplicity> |
678 |
</reference> |
679 |
</objectType> |
680 |
|
681 |
<objectType> |
682 |
<vodml-id>provenance.EntityDescription</vodml-id> |
683 |
<name>EntityDescription</name> |
684 |
<description> |
685 |
TODO : Missing description : please, update your UML model asap. |
686 |
</description> |
687 |
<attribute> |
688 |
<vodml-id>provenance.EntityDescription.id</vodml-id> |
689 |
<name>id</name> |
690 |
<description> |
691 |
TODO : Missing description : please, update your UML model asap. |
692 |
</description> |
693 |
<datatype> |
694 |
<vodml-ref>provenance:string</vodml-ref> |
695 |
</datatype> |
696 |
<multiplicity> |
697 |
<minOccurs>1</minOccurs> |
698 |
<maxOccurs>1</maxOccurs> |
699 |
</multiplicity> |
700 |
</attribute> |
701 |
<attribute> |
702 |
<vodml-id>provenance.EntityDescription.name</vodml-id> |
703 |
<name>name</name> |
704 |
<description> |
705 |
TODO : Missing description : please, update your UML model asap. |
706 |
</description> |
707 |
<datatype> |
708 |
<vodml-ref>provenance:string</vodml-ref> |
709 |
</datatype> |
710 |
<multiplicity> |
711 |
<minOccurs>1</minOccurs> |
712 |
<maxOccurs>1</maxOccurs> |
713 |
</multiplicity> |
714 |
</attribute> |
715 |
<attribute> |
716 |
<vodml-id>provenance.EntityDescription.annotation</vodml-id> |
717 |
<name>annotation</name> |
718 |
<description> |
719 |
TODO : Missing description : please, update your UML model asap. |
720 |
</description> |
721 |
<datatype> |
722 |
<vodml-ref>provenance:string</vodml-ref> |
723 |
</datatype> |
724 |
<multiplicity> |
725 |
<minOccurs>1</minOccurs> |
726 |
<maxOccurs>1</maxOccurs> |
727 |
</multiplicity> |
728 |
</attribute> |
729 |
<attribute> |
730 |
<vodml-id>provenance.EntityDescription.category</vodml-id> |
731 |
<name>category</name> |
732 |
<description> |
733 |
TODO : Missing description : please, update your UML model asap. |
734 |
</description> |
735 |
<datatype> |
736 |
<vodml-ref>provenance:string</vodml-ref> |
737 |
</datatype> |
738 |
<multiplicity> |
739 |
<minOccurs>1</minOccurs> |
740 |
<maxOccurs>1</maxOccurs> |
741 |
</multiplicity> |
742 |
</attribute> |
743 |
<attribute> |
744 |
<vodml-id>provenance.EntityDescription.doculink</vodml-id> |
745 |
<name>doculink</name> |
746 |
<description> |
747 |
TODO : Missing description : please, update your UML model asap. |
748 |
</description> |
749 |
<datatype> |
750 |
<vodml-ref>provenance:ivoa.anyURI</vodml-ref> |
751 |
</datatype> |
752 |
<multiplicity> |
753 |
<minOccurs>0</minOccurs> |
754 |
<maxOccurs>1</maxOccurs> |
755 |
</multiplicity> |
756 |
</attribute> |
757 |
<collection> |
758 |
<vodml-id>provenance.EntityDescription.wasGeneratedByDescription</vodml-id> |
759 |
<name>wasGeneratedByDescription</name> |
760 |
<description> |
761 |
TODO : Missing description : please, update your UML model asap. |
762 |
</description> |
763 |
<datatype> |
764 |
<vodml-ref>provenance:provenance.WasGeneratedByDescription</vodml-ref> |
765 |
</datatype> |
766 |
<multiplicity> |
767 |
<minOccurs>0</minOccurs> |
768 |
<maxOccurs>-1</maxOccurs> |
769 |
</multiplicity> |
770 |
</collection> |
771 |
<collection> |
772 |
<vodml-id>provenance.EntityDescription.usedDescription</vodml-id> |
773 |
<name>usedDescription</name> |
774 |
<description> |
775 |
TODO : Missing description : please, update your UML model asap. |
776 |
</description> |
777 |
<datatype> |
778 |
<vodml-ref>provenance:provenance.UsedDescription</vodml-ref> |
779 |
</datatype> |
780 |
<multiplicity> |
781 |
<minOccurs>0</minOccurs> |
782 |
<maxOccurs>-1</maxOccurs> |
783 |
</multiplicity> |
784 |
</collection> |
785 |
</objectType> |
786 |
|
787 |
<objectType> |
788 |
<vodml-id>provenance.Used</vodml-id> |
789 |
<name>Used</name> |
790 |
<description> |
791 |
TODO : Missing description : please, update your UML model asap. |
792 |
</description> |
793 |
<reference> |
794 |
<vodml-id>provenance.Used.usedDescription</vodml-id> |
795 |
<name>usedDescription</name> |
796 |
<description> |
797 |
TODO : Missing description : please, update your UML model asap. |
798 |
</description> |
799 |
<datatype> |
800 |
<vodml-ref>provenance:provenance.UsedDescription</vodml-ref> |
801 |
</datatype> |
802 |
<multiplicity> |
803 |
<minOccurs>0</minOccurs> |
804 |
<maxOccurs>1</maxOccurs> |
805 |
</multiplicity> |
806 |
</reference> |
807 |
</objectType> |
808 |
|
809 |
<objectType> |
810 |
<vodml-id>provenance.WasGeneratedBy</vodml-id> |
811 |
<name>WasGeneratedBy</name> |
812 |
<description> |
813 |
TODO : Missing description : please, update your UML model asap. |
814 |
</description> |
815 |
<reference> |
816 |
<vodml-id>provenance.WasGeneratedBy.wasGeneratedByDescription</vodml-id> |
817 |
<name>wasGeneratedByDescription</name> |
818 |
<description> |
819 |
TODO : Missing description : please, update your UML model asap. |
820 |
</description> |
821 |
<datatype> |
822 |
<vodml-ref>provenance:provenance.WasGeneratedByDescription</vodml-ref> |
823 |
</datatype> |
824 |
<multiplicity> |
825 |
<minOccurs>0</minOccurs> |
826 |
<maxOccurs>1</maxOccurs> |
827 |
</multiplicity> |
828 |
</reference> |
829 |
</objectType> |
830 |
|
831 |
<objectType> |
832 |
<vodml-id>provenance.WasGeneratedByDescription</vodml-id> |
833 |
<name>WasGeneratedByDescription</name> |
834 |
<description> |
835 |
TODO : Missing description : please, update your UML model asap. |
836 |
</description> |
837 |
<attribute> |
838 |
<vodml-id>provenance.WasGeneratedByDescription.role</vodml-id> |
839 |
<name>role</name> |
840 |
<description> |
841 |
TODO : Missing description : please, update your UML model asap. |
842 |
</description> |
843 |
<datatype> |
844 |
<vodml-ref>provenance:string</vodml-ref> |
845 |
</datatype> |
846 |
<multiplicity> |
847 |
<minOccurs>1</minOccurs> |
848 |
<maxOccurs>1</maxOccurs> |
849 |
</multiplicity> |
850 |
</attribute> |
851 |
</objectType> |
852 |
|
853 |
<objectType> |
854 |
<vodml-id>provenance.Agent</vodml-id> |
855 |
<name>Agent</name> |
856 |
<description> |
857 |
TODO : Missing description : please, update your UML model asap. |
858 |
</description> |
859 |
<attribute> |
860 |
<vodml-id>provenance.Agent.id</vodml-id> |
861 |
<name>id</name> |
862 |
<description> |
863 |
TODO : Missing description : please, update your UML model asap. |
864 |
</description> |
865 |
<datatype> |
866 |
<vodml-ref>provenance:string</vodml-ref> |
867 |
</datatype> |
868 |
<multiplicity> |
869 |
<minOccurs>1</minOccurs> |
870 |
<maxOccurs>1</maxOccurs> |
871 |
</multiplicity> |
872 |
</attribute> |
873 |
<attribute> |
874 |
<vodml-id>provenance.Agent.name</vodml-id> |
875 |
<name>name</name> |
876 |
<description> |
877 |
TODO : Missing description : please, update your UML model asap. |
878 |
</description> |
879 |
<datatype> |
880 |
<vodml-ref>provenance:string</vodml-ref> |
881 |
</datatype> |
882 |
<multiplicity> |
883 |
<minOccurs>1</minOccurs> |
884 |
<maxOccurs>1</maxOccurs> |
885 |
</multiplicity> |
886 |
</attribute> |
887 |
<collection> |
888 |
<vodml-id>provenance.Agent.wasAttributedTo</vodml-id> |
889 |
<name>wasAttributedTo</name> |
890 |
<description> |
891 |
TODO : Missing description : please, update your UML model asap. |
892 |
</description> |
893 |
<datatype> |
894 |
<vodml-ref>provenance:provenance.WasAttributedTo</vodml-ref> |
895 |
</datatype> |
896 |
<multiplicity> |
897 |
<minOccurs>0</minOccurs> |
898 |
<maxOccurs>-1</maxOccurs> |
899 |
</multiplicity> |
900 |
</collection> |
901 |
<collection> |
902 |
<vodml-id>provenance.Agent.wasAssociatedWith</vodml-id> |
903 |
<name>wasAssociatedWith</name> |
904 |
<description> |
905 |
TODO : Missing description : please, update your UML model asap. |
906 |
</description> |
907 |
<datatype> |
908 |
<vodml-ref>provenance:provenance.WasAssociatedWith</vodml-ref> |
909 |
</datatype> |
910 |
<multiplicity> |
911 |
<minOccurs>0</minOccurs> |
912 |
<maxOccurs>-1</maxOccurs> |
913 |
</multiplicity> |
914 |
</collection> |
915 |
</objectType> |
916 |
|
917 |
<objectType> |
918 |
<vodml-id>provenance.WasAssociatedWith</vodml-id> |
919 |
<name>WasAssociatedWith</name> |
920 |
<description> |
921 |
TODO : Missing description : please, update your UML model asap. |
922 |
</description> |
923 |
<attribute> |
924 |
<vodml-id>provenance.WasAssociatedWith.role</vodml-id> |
925 |
<name>role</name> |
926 |
<description> |
927 |
TODO : Missing description : please, update your UML model asap. |
928 |
</description> |
929 |
<datatype> |
930 |
<vodml-ref>provenance:provenance.AgentRole</vodml-ref> |
931 |
</datatype> |
932 |
<multiplicity> |
933 |
<minOccurs>1</minOccurs> |
934 |
<maxOccurs>1</maxOccurs> |
935 |
</multiplicity> |
936 |
</attribute> |
937 |
</objectType> |
938 |
|
939 |
<objectType> |
940 |
<vodml-id>provenance.WasAttributedTo</vodml-id> |
941 |
<name>WasAttributedTo</name> |
942 |
<description> |
943 |
TODO : Missing description : please, update your UML model asap. |
944 |
</description> |
945 |
<attribute> |
946 |
<vodml-id>provenance.WasAttributedTo.role</vodml-id> |
947 |
<name>role</name> |
948 |
<description> |
949 |
TODO : Missing description : please, update your UML model asap. |
950 |
</description> |
951 |
<datatype> |
952 |
<vodml-ref>provenance:provenance.AgentRole</vodml-ref> |
953 |
</datatype> |
954 |
<multiplicity> |
955 |
<minOccurs>1</minOccurs> |
956 |
<maxOccurs>1</maxOccurs> |
957 |
</multiplicity> |
958 |
</attribute> |
959 |
</objectType> |
960 |
|
961 |
<objectType> |
962 |
<vodml-id>provenance.ActivityFlow</vodml-id> |
963 |
<name>ActivityFlow</name> |
964 |
<description> |
965 |
TODO : Missing description : please, update your UML model asap. |
966 |
</description> |
967 |
<extends> |
968 |
<vodml-ref>provenance:provenance.Activity</vodml-ref> |
969 |
</extends> |
970 |
<collection> |
971 |
<vodml-id>provenance.ActivityFlow.hadStep</vodml-id> |
972 |
<name>hadStep</name> |
973 |
<description> |
974 |
TODO : Missing description : please, update your UML model asap. |
975 |
</description> |
976 |
<datatype> |
977 |
<vodml-ref>provenance:provenance.HadStep</vodml-ref> |
978 |
</datatype> |
979 |
<multiplicity> |
980 |
<minOccurs>0</minOccurs> |
981 |
<maxOccurs>-1</maxOccurs> |
982 |
</multiplicity> |
983 |
</collection> |
984 |
</objectType> |
985 |
|
986 |
<objectType> |
987 |
<vodml-id>provenance.Collection</vodml-id> |
988 |
<name>Collection</name> |
989 |
<description> |
990 |
TODO : Missing description : please, update your UML model asap. |
991 |
</description> |
992 |
<extends> |
993 |
<vodml-ref>provenance:provenance.Entity</vodml-ref> |
994 |
</extends> |
995 |
<collection> |
996 |
<vodml-id>provenance.Collection.hadMember</vodml-id> |
997 |
<name>hadMember</name> |
998 |
<description> |
999 |
TODO : Missing description : please, update your UML model asap. |
1000 |
</description> |
1001 |
<datatype> |
1002 |
<vodml-ref>provenance:provenance.HadMember</vodml-ref> |
1003 |
</datatype> |
1004 |
<multiplicity> |
1005 |
<minOccurs>0</minOccurs> |
1006 |
<maxOccurs>-1</maxOccurs> |
1007 |
</multiplicity> |
1008 |
</collection> |
1009 |
</objectType> |
1010 |
|
1011 |
<objectType> |
1012 |
<vodml-id>provenance.HadStep</vodml-id> |
1013 |
<name>HadStep</name> |
1014 |
<description> |
1015 |
TODO : Missing description : please, update your UML model asap. |
1016 |
</description> |
1017 |
<reference> |
1018 |
<vodml-id>provenance.HadStep.activity</vodml-id> |
1019 |
<name>activity</name> |
1020 |
<description> |
1021 |
TODO : Missing description : please, update your UML model asap. |
1022 |
</description> |
1023 |
<datatype> |
1024 |
<vodml-ref>provenance:provenance.Activity</vodml-ref> |
1025 |
</datatype> |
1026 |
<multiplicity> |
1027 |
<minOccurs>1</minOccurs> |
1028 |
<maxOccurs>1</maxOccurs> |
1029 |
</multiplicity> |
1030 |
</reference> |
1031 |
</objectType> |
1032 |
|
1033 |
<objectType> |
1034 |
<vodml-id>provenance.HadMember</vodml-id> |
1035 |
<name>HadMember</name> |
1036 |
<description> |
1037 |
TODO : Missing description : please, update your UML model asap. |
1038 |
</description> |
1039 |
<reference> |
1040 |
<vodml-id>provenance.HadMember.entity</vodml-id> |
1041 |
<name>entity</name> |
1042 |
<description> |
1043 |
TODO : Missing description : please, update your UML model asap. |
1044 |
</description> |
1045 |
<datatype> |
1046 |
<vodml-ref>provenance:provenance.Entity</vodml-ref> |
1047 |
</datatype> |
1048 |
<multiplicity> |
1049 |
<minOccurs>1</minOccurs> |
1050 |
<maxOccurs>1</maxOccurs> |
1051 |
</multiplicity> |
1052 |
</reference> |
1053 |
</objectType> |
1054 |
|
1055 |
<objectType> |
1056 |
<vodml-id>provenance.Parameter</vodml-id> |
1057 |
<name>Parameter</name> |
1058 |
<description> |
1059 |
TODO : Missing description : please, update your UML model asap. |
1060 |
</description> |
1061 |
<attribute> |
1062 |
<vodml-id>provenance.Parameter.id</vodml-id> |
1063 |
<name>id</name> |
1064 |
<description> |
1065 |
TODO : Missing description : please, update your UML model asap. |
1066 |
</description> |
1067 |
<datatype> |
1068 |
<vodml-ref>provenance:string</vodml-ref> |
1069 |
</datatype> |
1070 |
<multiplicity> |
1071 |
<minOccurs>1</minOccurs> |
1072 |
<maxOccurs>1</maxOccurs> |
1073 |
</multiplicity> |
1074 |
</attribute> |
1075 |
<attribute> |
1076 |
<vodml-id>provenance.Parameter.value</vodml-id> |
1077 |
<name>value</name> |
1078 |
<description> |
1079 |
TODO : Missing description : please, update your UML model asap. |
1080 |
</description> |
1081 |
<datatype> |
1082 |
<vodml-ref>provenance:string</vodml-ref> |
1083 |
</datatype> |
1084 |
<multiplicity> |
1085 |
<minOccurs>1</minOccurs> |
1086 |
<maxOccurs>1</maxOccurs> |
1087 |
</multiplicity> |
1088 |
</attribute> |
1089 |
<reference> |
1090 |
<vodml-id>provenance.Parameter.parameterDescription</vodml-id> |
1091 |
<name>parameterDescription</name> |
1092 |
<description> |
1093 |
TODO : Missing description : please, update your UML model asap. |
1094 |
</description> |
1095 |
<datatype> |
1096 |
<vodml-ref>provenance:provenance.ParameterDescription</vodml-ref> |
1097 |
</datatype> |
1098 |
<multiplicity> |
1099 |
<minOccurs>0</minOccurs> |
1100 |
<maxOccurs>1</maxOccurs> |
1101 |
</multiplicity> |
1102 |
</reference> |
1103 |
</objectType> |
1104 |
|
1105 |
<objectType> |
1106 |
<vodml-id>provenance.ParameterDescription</vodml-id> |
1107 |
<name>ParameterDescription</name> |
1108 |
<description> |
1109 |
TODO : Missing description : please, update your UML model asap. |
1110 |
</description> |
1111 |
<attribute> |
1112 |
<vodml-id>provenance.ParameterDescription.id</vodml-id> |
1113 |
<name>id</name> |
1114 |
<description> |
1115 |
TODO : Missing description : please, update your UML model asap. |
1116 |
</description> |
1117 |
<datatype> |
1118 |
<vodml-ref>provenance:string</vodml-ref> |
1119 |
</datatype> |
1120 |
<multiplicity> |
1121 |
<minOccurs>1</minOccurs> |
1122 |
<maxOccurs>1</maxOccurs> |
1123 |
</multiplicity> |
1124 |
</attribute> |
1125 |
<attribute> |
1126 |
<vodml-id>provenance.ParameterDescription.name</vodml-id> |
1127 |
<name>name</name> |
1128 |
<description> |
1129 |
TODO : Missing description : please, update your UML model asap. |
1130 |
</description> |
1131 |
<datatype> |
1132 |
<vodml-ref>provenance:string</vodml-ref> |
1133 |
</datatype> |
1134 |
<multiplicity> |
1135 |
<minOccurs>1</minOccurs> |
1136 |
<maxOccurs>1</maxOccurs> |
1137 |
</multiplicity> |
1138 |
</attribute> |
1139 |
<attribute> |
1140 |
<vodml-id>provenance.ParameterDescription.annotation</vodml-id> |
1141 |
<name>annotation</name> |
1142 |
<description> |
1143 |
TODO : Missing description : please, update your UML model asap. |
1144 |
</description> |
1145 |
<datatype> |
1146 |
<vodml-ref>provenance:string</vodml-ref> |
1147 |
</datatype> |
1148 |
<multiplicity> |
1149 |
<minOccurs>1</minOccurs> |
1150 |
<maxOccurs>1</maxOccurs> |
1151 |
</multiplicity> |
1152 |
</attribute> |
1153 |
<attribute> |
1154 |
<vodml-id>provenance.ParameterDescription.datatype</vodml-id> |
1155 |
<name>datatype</name> |
1156 |
<description><Enter note text here></description> |
1157 |
<datatype> |
1158 |
<vodml-ref>provenance:string</vodml-ref> |
1159 |
</datatype> |
1160 |
<multiplicity> |
1161 |
<minOccurs>1</minOccurs> |
1162 |
<maxOccurs>1</maxOccurs> |
1163 |
</multiplicity> |
1164 |
</attribute> |
1165 |
<attribute> |
1166 |
<vodml-id>provenance.ParameterDescription.unit</vodml-id> |
1167 |
<name>unit</name> |
1168 |
<description> |
1169 |
TODO : Missing description : please, update your UML model asap. |
1170 |
</description> |
1171 |
<datatype> |
1172 |
<vodml-ref>provenance:ivoa.Unit</vodml-ref> |
1173 |
</datatype> |
1174 |
<multiplicity> |
1175 |
<minOccurs>1</minOccurs> |
1176 |
<maxOccurs>1</maxOccurs> |
1177 |
</multiplicity> |
1178 |
</attribute> |
1179 |
<attribute> |
1180 |
<vodml-id>provenance.ParameterDescription.ucd</vodml-id> |
1181 |
<name>ucd</name> |
1182 |
<description> |
1183 |
TODO : Missing description : please, update your UML model asap. |
1184 |
</description> |
1185 |
<datatype> |
1186 |
<vodml-ref>provenance:string</vodml-ref> |
1187 |
</datatype> |
1188 |
<multiplicity> |
1189 |
<minOccurs>1</minOccurs> |
1190 |
<maxOccurs>1</maxOccurs> |
1191 |
</multiplicity> |
1192 |
</attribute> |
1193 |
<attribute> |
1194 |
<vodml-id>provenance.ParameterDescription.utype</vodml-id> |
1195 |
<name>utype</name> |
1196 |
<description> |
1197 |
TODO : Missing description : please, update your UML model asap. |
1198 |
</description> |
1199 |
<datatype> |
1200 |
<vodml-ref>provenance:string</vodml-ref> |
1201 |
</datatype> |
1202 |
<multiplicity> |
1203 |
<minOccurs>1</minOccurs> |
1204 |
<maxOccurs>1</maxOccurs> |
1205 |
</multiplicity> |
1206 |
</attribute> |
1207 |
</objectType> |
1208 |
|
1209 |
<objectType> |
1210 |
<vodml-id>provenance.UsedDescription</vodml-id> |
1211 |
<name>UsedDescription</name> |
1212 |
<description> |
1213 |
TODO : Missing description : please, update your UML model asap. |
1214 |
</description> |
1215 |
<attribute> |
1216 |
<vodml-id>provenance.UsedDescription.role</vodml-id> |
1217 |
<name>role</name> |
1218 |
<description> |
1219 |
TODO : Missing description : please, update your UML model asap. |
1220 |
</description> |
1221 |
<datatype> |
1222 |
<vodml-ref>provenance:string</vodml-ref> |
1223 |
</datatype> |
1224 |
<multiplicity> |
1225 |
<minOccurs>1</minOccurs> |
1226 |
<maxOccurs>1</maxOccurs> |
1227 |
</multiplicity> |
1228 |
</attribute> |
1229 |
</objectType> |
1230 |
|
1231 |
</package> |
1232 |
|
1233 |
</vo-dml:model> |