1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<check xmlns:uml="http://schema.omg.org/spec/UML/2.0" |
3 |
xmlns:xmi="http://schema.omg.org/spec/XMI/2.1"> |
4 |
|
5 |
<model name="SimDB"> |
6 |
|
7 |
<package name="IVOAValueTypes"/> |
8 |
|
9 |
|
10 |
|
11 |
<package name="simdb"> |
12 |
<datatype name="Quantity"> |
13 |
<property name="value"> |
14 |
<WARN>Element [value] has an EMPTY description</WARN> |
15 |
</property> |
16 |
|
17 |
<property name="unit"> |
18 |
<WARN>Element [unit] has an EMPTY description</WARN> |
19 |
</property> |
20 |
</datatype> |
21 |
|
22 |
|
23 |
<datatype name="Pos3D"> |
24 |
<WARN>Element [Pos3D] has an EMPTY description</WARN> |
25 |
<property name="x"> |
26 |
<WARN>Element [x] has an EMPTY description</WARN> |
27 |
</property> |
28 |
|
29 |
<property name="y"> |
30 |
<WARN>Element [y] has an EMPTY description</WARN> |
31 |
</property> |
32 |
|
33 |
<property name="z"> |
34 |
<WARN>Element [z] has an EMPTY description</WARN> |
35 |
</property> |
36 |
</datatype> |
37 |
|
38 |
|
39 |
<enumeration name="ServiceType"> |
40 |
<WARN>Element [ServiceType] has an EMPTY description</WARN> |
41 |
<literal name="download"> |
42 |
<WARN>Element [download] has an EMPTY description</WARN> |
43 |
</literal> |
44 |
<literal name="cutout"> |
45 |
<WARN>Element [cutout] has an EMPTY description</WARN> |
46 |
</literal> |
47 |
<literal name="gridding"> |
48 |
<WARN>Element [gridding] has an EMPTY description</WARN> |
49 |
</literal> |
50 |
<literal name="clusterfinder"> |
51 |
<WARN>Element [clusterfinder] has an EMPTY description</WARN> |
52 |
</literal> |
53 |
<literal name="visualisation"> |
54 |
<WARN>Element [visualisation] has an EMPTY description</WARN> |
55 |
</literal> |
56 |
<literal name="custom"> |
57 |
<WARN>Element [custom] has an EMPTY description</WARN> |
58 |
</literal> |
59 |
</enumeration> |
60 |
|
61 |
|
62 |
<enumeration name="CharacterisationType"> |
63 |
<WARN>Element [CharacterisationType] has an EMPTY description</WARN> |
64 |
<literal name="nominal"> |
65 |
<WARN>Element [nominal] has an EMPTY description</WARN> |
66 |
</literal> |
67 |
<literal name="min"> |
68 |
<WARN>Element [min] has an EMPTY description</WARN> |
69 |
</literal> |
70 |
<literal name="max"> |
71 |
<WARN>Element [max] has an EMPTY description</WARN> |
72 |
</literal> |
73 |
<literal name="mean"> |
74 |
<WARN>Element [mean] has an EMPTY description</WARN> |
75 |
</literal> |
76 |
<literal name="stdev"> |
77 |
<WARN>Element [stdev] has an EMPTY description</WARN> |
78 |
</literal> |
79 |
</enumeration> |
80 |
|
81 |
|
82 |
<enumeration name="RepresentationObject"> |
83 |
<literal name="point particle"> |
84 |
<WARN>Element [point particle] has an EMPTY description</WARN> |
85 |
</literal> |
86 |
<literal name="SPH particle"> |
87 |
<WARN>Element [SPH particle] has an EMPTY description</WARN> |
88 |
</literal> |
89 |
<literal name="extended particle"> |
90 |
<WARN>Element [extended particle] has an EMPTY description</WARN> |
91 |
</literal> |
92 |
<literal name="simple mesh cell"> |
93 |
<WARN>Element [simple mesh cell] has an EMPTY description</WARN> |
94 |
</literal> |
95 |
<literal name="hierarchical mesh cell"> |
96 |
<WARN>Element [hierarchical mesh cell] has an EMPTY description</WARN> |
97 |
</literal> |
98 |
<literal name="model astro object"> |
99 |
<WARN>Element [model astro object] has an EMPTY description</WARN> |
100 |
</literal> |
101 |
<literal name="custom"> |
102 |
<WARN>Element [custom] has an EMPTY description</WARN> |
103 |
</literal> |
104 |
</enumeration> |
105 |
|
106 |
|
107 |
<enumeration name="DataType"> |
108 |
<literal name="boolean"> |
109 |
<WARN>Element [boolean] has an EMPTY description</WARN> |
110 |
</literal> |
111 |
<literal name="complex"> |
112 |
<WARN>Element [complex] has an EMPTY description</WARN> |
113 |
</literal> |
114 |
<literal name="datetime"> |
115 |
<WARN>Element [datetime] has an EMPTY description</WARN> |
116 |
</literal> |
117 |
<literal name="double"> |
118 |
<WARN>Element [double] has an EMPTY description</WARN> |
119 |
</literal> |
120 |
<literal name="float"> |
121 |
<WARN>Element [float] has an EMPTY description</WARN> |
122 |
</literal> |
123 |
<literal name="int"> |
124 |
<WARN>Element [int] has an EMPTY description</WARN> |
125 |
</literal> |
126 |
<literal name="long"> |
127 |
<WARN>Element [long] has an EMPTY description</WARN> |
128 |
</literal> |
129 |
<literal name="rational"> |
130 |
<WARN>Element [rational] has an EMPTY description</WARN> |
131 |
</literal> |
132 |
<literal name="short"> |
133 |
<WARN>Element [short] has an EMPTY description</WARN> |
134 |
</literal> |
135 |
<literal name="string"> |
136 |
<WARN>Element [string] has an EMPTY description</WARN> |
137 |
</literal> |
138 |
</enumeration> |
139 |
|
140 |
|
141 |
<enumeration name="Cardinality"> |
142 |
<literal name="0..1"> |
143 |
<ERROR>Element [0..1] has a name attribute with BAD CHARACTERS ['.:,;?*']</ERROR> |
144 |
</literal> |
145 |
<literal name="1"/> |
146 |
<literal name="0..*"> |
147 |
<ERROR>Element [0..*] has a name attribute with BAD CHARACTERS ['.:,;?*']</ERROR> |
148 |
</literal> |
149 |
<literal name="1..*"> |
150 |
<ERROR>Element [1..*] has a name attribute with BAD CHARACTERS ['.:,;?*']</ERROR> |
151 |
</literal> |
152 |
</enumeration> |
153 |
|
154 |
|
155 |
<class name="Simulation"> |
156 |
<property name="protocol"> |
157 |
<WARN>Element [protocol] has an EMPTY description</WARN> |
158 |
</property> |
159 |
|
160 |
<property name="executionTime"/> |
161 |
|
162 |
<property name="appliedPhysics"> |
163 |
<WARN>Element [appliedPhysics] has an EMPTY description</WARN> |
164 |
</property> |
165 |
</class> |
166 |
|
167 |
<class name="Characterisation"> |
168 |
<property name="value"/> |
169 |
|
170 |
<property name="type"> |
171 |
<WARN>Element [type] has an EMPTY description</WARN> |
172 |
</property> |
173 |
|
174 |
<property name="aPriori"> |
175 |
<WARN>Element [aPriori] has an EMPTY description</WARN> |
176 |
</property> |
177 |
|
178 |
<property name="axis"> |
179 |
<WARN>Element [axis] has an EMPTY description</WARN> |
180 |
</property> |
181 |
</class> |
182 |
|
183 |
<class name="ObjectCollection"> |
184 |
<property name="characterisation"> |
185 |
<WARN>Element [characterisation] has an EMPTY description</WARN> |
186 |
</property> |
187 |
|
188 |
<property name="numberOfObjects"/> |
189 |
|
190 |
<property name="objectType"> |
191 |
<WARN>Element [objectType] has an EMPTY description</WARN> |
192 |
</property> |
193 |
</class> |
194 |
|
195 |
<class name="Experiment"> |
196 |
<property name="targetObject"> |
197 |
<WARN>Element [targetObject] has an EMPTY description</WARN> |
198 |
</property> |
199 |
|
200 |
<property name="snapshot"> |
201 |
<WARN>Element [snapshot] has an EMPTY description</WARN> |
202 |
</property> |
203 |
|
204 |
<property name="publisherDID"/> |
205 |
|
206 |
<property name="protocol"> |
207 |
<WARN>Element [protocol] has an EMPTY description</WARN> |
208 |
</property> |
209 |
|
210 |
<property name="service"> |
211 |
<WARN>Element [service] has an EMPTY description</WARN> |
212 |
</property> |
213 |
|
214 |
<property name="algorithm"> |
215 |
<WARN>Element [algorithm] has an EMPTY description</WARN> |
216 |
</property> |
217 |
|
218 |
<property name="targetProcess"> |
219 |
<WARN>Element [targetProcess] has an EMPTY description</WARN> |
220 |
</property> |
221 |
|
222 |
<property name="parameter"> |
223 |
<WARN>Element [parameter] has an EMPTY description</WARN> |
224 |
</property> |
225 |
|
226 |
<property name="inputData"> |
227 |
<WARN>Element [inputData] has an EMPTY description</WARN> |
228 |
</property> |
229 |
|
230 |
<property name="representationObject"> |
231 |
<WARN>Element [representationObject] has an EMPTY description</WARN> |
232 |
</property> |
233 |
</class> |
234 |
|
235 |
<class name="Snapshot"> |
236 |
<property name="objectCollection"> |
237 |
<WARN>Element [objectCollection] has an EMPTY description</WARN> |
238 |
</property> |
239 |
|
240 |
<property name="publisherDID"/> |
241 |
|
242 |
<property name="time"/> |
243 |
|
244 |
<property name="spatialSizePhysical"/> |
245 |
</class> |
246 |
|
247 |
<class name="ClusterDetection"> |
248 |
<property name="protocol"> |
249 |
<WARN>Element [protocol] has an EMPTY description</WARN> |
250 |
</property> |
251 |
</class> |
252 |
|
253 |
<class name="Algorithm"> |
254 |
<property name="name"> |
255 |
<WARN>Element [name] has an EMPTY description</WARN> |
256 |
</property> |
257 |
|
258 |
<property name="description"> |
259 |
<WARN>Element [description] has an EMPTY description</WARN> |
260 |
</property> |
261 |
|
262 |
<property name="label"/> |
263 |
</class> |
264 |
|
265 |
<class name="Visualisation"> |
266 |
<property name="protocol"> |
267 |
<WARN>Element [protocol] has an EMPTY description</WARN> |
268 |
</property> |
269 |
</class> |
270 |
|
271 |
<class name="PostProcessing"> |
272 |
<property name="primaryExperiment"> |
273 |
<WARN>Element [primaryExperiment] has an EMPTY description</WARN> |
274 |
</property> |
275 |
</class> |
276 |
|
277 |
<class name="InputDataset"> |
278 |
<property name="snapshot"> |
279 |
<WARN>Element [snapshot] has an EMPTY description</WARN> |
280 |
</property> |
281 |
</class> |
282 |
|
283 |
<class name="WebService"> |
284 |
<WARN>Element [WebService] has an EMPTY description</WARN> |
285 |
<property name="baseURL"> |
286 |
<WARN>Element [baseURL] has an EMPTY description</WARN> |
287 |
</property> |
288 |
|
289 |
<property name="description"> |
290 |
<WARN>Element [description] has an EMPTY description</WARN> |
291 |
</property> |
292 |
|
293 |
<property name="type"> |
294 |
<WARN>Element [type] has an EMPTY description</WARN> |
295 |
</property> |
296 |
</class> |
297 |
|
298 |
<class name="TargetProcess"> |
299 |
<WARN>Element [TargetProcess] has an EMPTY description</WARN> |
300 |
<property name="astroJournalSubject"/> |
301 |
</class> |
302 |
|
303 |
<class name="ParameterSetting"> |
304 |
<WARN>Element [ParameterSetting] has an EMPTY description</WARN> |
305 |
<property name="inputParameter"> |
306 |
<WARN>Element [inputParameter] has an EMPTY description</WARN> |
307 |
</property> |
308 |
</class> |
309 |
|
310 |
<class name="AppliedPhysics"> |
311 |
<WARN>Element [AppliedPhysics] has an EMPTY description</WARN> |
312 |
<property name="physics"> |
313 |
<WARN>Element [physics] has an EMPTY description</WARN> |
314 |
</property> |
315 |
</class> |
316 |
|
317 |
<class name="SubvolumeExtraction"> |
318 |
<property name="protocol"> |
319 |
<WARN>Element [protocol] has an EMPTY description</WARN> |
320 |
</property> |
321 |
</class> |
322 |
|
323 |
<class name="ExperimentRepresentationObject"> |
324 |
<WARN>Element [ExperimentRepresentationObject] has an EMPTY description</WARN> |
325 |
<property name="type"> |
326 |
<WARN>Element [type] has an EMPTY description</WARN> |
327 |
</property> |
328 |
|
329 |
<property name="property"> |
330 |
<WARN>Element [property] has an EMPTY description</WARN> |
331 |
</property> |
332 |
</class> |
333 |
|
334 |
<class name="ExperimentProperty"> |
335 |
<WARN>Element [ExperimentProperty] has an EMPTY description</WARN> |
336 |
<property name="property"> |
337 |
<WARN>Element [property] has an EMPTY description</WARN> |
338 |
</property> |
339 |
</class> |
340 |
|
341 |
<class name="TargetObjectType"> |
342 |
<property name="multiplicity"/> |
343 |
|
344 |
<property name="identityName"/> |
345 |
|
346 |
<property name="astroJournalSubject"/> |
347 |
</class> |
348 |
|
349 |
<class name="CompositeExperiment"> |
350 |
<property name="protocol"> |
351 |
<WARN>Element [protocol] has an EMPTY description</WARN> |
352 |
</property> |
353 |
|
354 |
<property name="child"> |
355 |
<WARN>Element [child] has an EMPTY description</WARN> |
356 |
</property> |
357 |
</class> |
358 |
|
359 |
<class name="CompositeProtocol"> |
360 |
<WARN>Element [CompositeProtocol] has an EMPTY description</WARN> |
361 |
<property name="child"> |
362 |
<WARN>Element [child] has an EMPTY description</WARN> |
363 |
</property> |
364 |
</class> |
365 |
|
366 |
<class name="ChildExperiment"> |
367 |
<WARN>Element [ChildExperiment] has an EMPTY description</WARN> |
368 |
<property name="experiment"> |
369 |
<WARN>Element [experiment] has an EMPTY description</WARN> |
370 |
</property> |
371 |
</class> |
372 |
|
373 |
<class name="ChildProtocol"> |
374 |
<WARN>Element [ChildProtocol] has an EMPTY description</WARN> |
375 |
<property name="protocol"> |
376 |
<WARN>Element [protocol] has an EMPTY description</WARN> |
377 |
</property> |
378 |
</class> |
379 |
|
380 |
<class name="Physics"> |
381 |
<property name="name"/> |
382 |
|
383 |
<property name="description"> |
384 |
<WARN>Element [description] has an EMPTY description</WARN> |
385 |
</property> |
386 |
|
387 |
<property name="texForm"> |
388 |
<WARN>Element [texForm] has an EMPTY description</WARN> |
389 |
</property> |
390 |
|
391 |
<property name="physicslabel"/> |
392 |
</class> |
393 |
|
394 |
<class name="Simulator"> |
395 |
<property name="simulatedPhysics"> |
396 |
<WARN>Element [simulatedPhysics] has an EMPTY description</WARN> |
397 |
</property> |
398 |
</class> |
399 |
|
400 |
<class name="Protocol"> |
401 |
<property name="parameters"> |
402 |
<WARN>Element [parameters] has an EMPTY description</WARN> |
403 |
</property> |
404 |
|
405 |
<property name="code"/> |
406 |
|
407 |
<property name="version"/> |
408 |
|
409 |
<property name="parameterGroup"> |
410 |
<WARN>Element [parameterGroup] has an EMPTY description</WARN> |
411 |
</property> |
412 |
|
413 |
<property name="representation"> |
414 |
<WARN>Element [representation] has an EMPTY description</WARN> |
415 |
</property> |
416 |
</class> |
417 |
|
418 |
<class name="ClusterFinder"> |
419 |
<WARN>Element [ClusterFinder] has an EMPTY description</WARN> |
420 |
</class> |
421 |
|
422 |
<class name="Visualiser"> |
423 |
<WARN>Element [Visualiser] has an EMPTY description</WARN> |
424 |
</class> |
425 |
|
426 |
<class name="InputParameter"> |
427 |
<property name="name"/> |
428 |
|
429 |
<property name="datatype"/> |
430 |
|
431 |
<property name="cardinality"> |
432 |
<WARN>Element [cardinality] has an EMPTY description</WARN> |
433 |
</property> |
434 |
|
435 |
<property name="label"/> |
436 |
|
437 |
<property name="description"> |
438 |
<WARN>Element [description] has an EMPTY description</WARN> |
439 |
</property> |
440 |
</class> |
441 |
|
442 |
<class name="ParameterGroup"> |
443 |
<WARN>Element [ParameterGroup] has an EMPTY description</WARN> |
444 |
<property name="name"> |
445 |
<WARN>Element [name] has an EMPTY description</WARN> |
446 |
</property> |
447 |
|
448 |
<property name="description"> |
449 |
<WARN>Element [description] has an EMPTY description</WARN> |
450 |
</property> |
451 |
|
452 |
<property name="member"> |
453 |
<WARN>Element [member] has an EMPTY description</WARN> |
454 |
</property> |
455 |
</class> |
456 |
|
457 |
<class name="ParameterGroupMember"> |
458 |
<WARN>Element [ParameterGroupMember] has an EMPTY description</WARN> |
459 |
<property name="parameter"> |
460 |
<WARN>Element [parameter] has an EMPTY description</WARN> |
461 |
</property> |
462 |
</class> |
463 |
|
464 |
<class name="SubvolumeExtractor"> |
465 |
<WARN>Element [SubvolumeExtractor] has an EMPTY description</WARN> |
466 |
</class> |
467 |
|
468 |
<class name="RepresentationObjectType"> |
469 |
<property name="label"> |
470 |
<WARN>Element [label] has an EMPTY description</WARN> |
471 |
</property> |
472 |
|
473 |
<property name="astroJournalSubject"/> |
474 |
</class> |
475 |
|
476 |
<class name="ProjectExperiment"> |
477 |
<WARN>Element [ProjectExperiment] has an EMPTY description</WARN> |
478 |
<property name="experiment"> |
479 |
<WARN>Element [experiment] has an EMPTY description</WARN> |
480 |
</property> |
481 |
</class> |
482 |
|
483 |
<class name="Project"> |
484 |
<property name="experiment"> |
485 |
<WARN>Element [experiment] has an EMPTY description</WARN> |
486 |
</property> |
487 |
</class> |
488 |
|
489 |
<class name="Resource"> |
490 |
<property name="name"/> |
491 |
|
492 |
<property name="description"> |
493 |
<WARN>Element [description] has an EMPTY description</WARN> |
494 |
</property> |
495 |
|
496 |
<property name="referenceURL"/> |
497 |
|
498 |
<property name="curation"> |
499 |
<WARN>Element [curation] has an EMPTY description</WARN> |
500 |
</property> |
501 |
|
502 |
<property name="created"/> |
503 |
|
504 |
<property name="updated"/> |
505 |
|
506 |
<property name="status"/> |
507 |
</class> |
508 |
|
509 |
<class name="Curation"> |
510 |
<property name="publisher"/> |
511 |
|
512 |
<property name="creator"/> |
513 |
|
514 |
<property name="contributor"/> |
515 |
|
516 |
<property name="date"/> |
517 |
|
518 |
<property name="version"/> |
519 |
|
520 |
<property name="contact"> |
521 |
<WARN>Element [contact] has an EMPTY description</WARN> |
522 |
</property> |
523 |
</class> |
524 |
|
525 |
<class name="Contact"> |
526 |
<property name="name"/> |
527 |
|
528 |
<property name="address"/> |
529 |
|
530 |
<property name="email"/> |
531 |
|
532 |
<property name="telephone"/> |
533 |
</class> |
534 |
|
535 |
<class name="ChildObject"> |
536 |
<WARN>Element [ChildObject] has an EMPTY description</WARN> |
537 |
<property name="object"> |
538 |
<WARN>Element [object] has an EMPTY description</WARN> |
539 |
</property> |
540 |
|
541 |
<property name="name"> |
542 |
<WARN>Element [name] has an EMPTY description</WARN> |
543 |
</property> |
544 |
|
545 |
<property name="cardinality"> |
546 |
<WARN>Element [cardinality] has an EMPTY description</WARN> |
547 |
</property> |
548 |
</class> |
549 |
|
550 |
<class name="PropertyGroupMember"> |
551 |
<WARN>Element [PropertyGroupMember] has an EMPTY description</WARN> |
552 |
<property name="property"> |
553 |
<WARN>Element [property] has an EMPTY description</WARN> |
554 |
</property> |
555 |
</class> |
556 |
|
557 |
<class name="PropertyGroup"> |
558 |
<WARN>Element [PropertyGroup] has an EMPTY description</WARN> |
559 |
<property name="name"> |
560 |
<WARN>Element [name] has an EMPTY description</WARN> |
561 |
</property> |
562 |
|
563 |
<property name="member"> |
564 |
<WARN>Element [member] has an EMPTY description</WARN> |
565 |
</property> |
566 |
|
567 |
<property name="description"> |
568 |
<WARN>Element [description] has an EMPTY description</WARN> |
569 |
</property> |
570 |
</class> |
571 |
|
572 |
<class name="Property"> |
573 |
<property name="name"/> |
574 |
|
575 |
<property name="datatype"/> |
576 |
|
577 |
<property name="cardinality"> |
578 |
<WARN>Element [cardinality] has an EMPTY description</WARN> |
579 |
</property> |
580 |
|
581 |
<property name="ucd"/> |
582 |
|
583 |
<property name="description"> |
584 |
<WARN>Element [description] has an EMPTY description</WARN> |
585 |
</property> |
586 |
</class> |
587 |
|
588 |
<class name="ObjectType"> |
589 |
<WARN>Element [ObjectType] has an EMPTY description</WARN> |
590 |
<property name="property"> |
591 |
<WARN>Element [property] has an EMPTY description</WARN> |
592 |
</property> |
593 |
|
594 |
<property name="name"> |
595 |
<WARN>Element [name] has an EMPTY description</WARN> |
596 |
</property> |
597 |
|
598 |
<property name="description"> |
599 |
<WARN>Element [description] has an EMPTY description</WARN> |
600 |
</property> |
601 |
|
602 |
<property name="child"> |
603 |
<WARN>Element [child] has an EMPTY description</WARN> |
604 |
</property> |
605 |
|
606 |
<property name="propertyGroup"> |
607 |
<WARN>Element [propertyGroup] has an EMPTY description</WARN> |
608 |
</property> |
609 |
</class> |
610 |
|
611 |
|
612 |
<package name="experiment"> |
613 |
<enumeration name="ServiceType"> |
614 |
<WARN>Element [ServiceType] has an EMPTY description</WARN> |
615 |
<literal name="download"> |
616 |
<WARN>Element [download] has an EMPTY description</WARN> |
617 |
</literal> |
618 |
<literal name="cutout"> |
619 |
<WARN>Element [cutout] has an EMPTY description</WARN> |
620 |
</literal> |
621 |
<literal name="gridding"> |
622 |
<WARN>Element [gridding] has an EMPTY description</WARN> |
623 |
</literal> |
624 |
<literal name="clusterfinder"> |
625 |
<WARN>Element [clusterfinder] has an EMPTY description</WARN> |
626 |
</literal> |
627 |
<literal name="visualisation"> |
628 |
<WARN>Element [visualisation] has an EMPTY description</WARN> |
629 |
</literal> |
630 |
<literal name="custom"> |
631 |
<WARN>Element [custom] has an EMPTY description</WARN> |
632 |
</literal> |
633 |
</enumeration> |
634 |
|
635 |
|
636 |
<enumeration name="CharacterisationType"> |
637 |
<WARN>Element [CharacterisationType] has an EMPTY description</WARN> |
638 |
<literal name="nominal"> |
639 |
<WARN>Element [nominal] has an EMPTY description</WARN> |
640 |
</literal> |
641 |
<literal name="min"> |
642 |
<WARN>Element [min] has an EMPTY description</WARN> |
643 |
</literal> |
644 |
<literal name="max"> |
645 |
<WARN>Element [max] has an EMPTY description</WARN> |
646 |
</literal> |
647 |
<literal name="mean"> |
648 |
<WARN>Element [mean] has an EMPTY description</WARN> |
649 |
</literal> |
650 |
<literal name="stdev"> |
651 |
<WARN>Element [stdev] has an EMPTY description</WARN> |
652 |
</literal> |
653 |
</enumeration> |
654 |
|
655 |
|
656 |
<class name="Simulation"> |
657 |
<property name="protocol"> |
658 |
<WARN>Element [protocol] has an EMPTY description</WARN> |
659 |
</property> |
660 |
|
661 |
<property name="executionTime"/> |
662 |
|
663 |
<property name="appliedPhysics"> |
664 |
<WARN>Element [appliedPhysics] has an EMPTY description</WARN> |
665 |
</property> |
666 |
</class> |
667 |
|
668 |
<class name="Characterisation"> |
669 |
<property name="value"/> |
670 |
|
671 |
<property name="type"> |
672 |
<WARN>Element [type] has an EMPTY description</WARN> |
673 |
</property> |
674 |
|
675 |
<property name="aPriori"> |
676 |
<WARN>Element [aPriori] has an EMPTY description</WARN> |
677 |
</property> |
678 |
|
679 |
<property name="axis"> |
680 |
<WARN>Element [axis] has an EMPTY description</WARN> |
681 |
</property> |
682 |
</class> |
683 |
|
684 |
<class name="ObjectCollection"> |
685 |
<property name="characterisation"> |
686 |
<WARN>Element [characterisation] has an EMPTY description</WARN> |
687 |
</property> |
688 |
|
689 |
<property name="numberOfObjects"/> |
690 |
|
691 |
<property name="objectType"> |
692 |
<WARN>Element [objectType] has an EMPTY description</WARN> |
693 |
</property> |
694 |
</class> |
695 |
|
696 |
<class name="Experiment"> |
697 |
<property name="targetObject"> |
698 |
<WARN>Element [targetObject] has an EMPTY description</WARN> |
699 |
</property> |
700 |
|
701 |
<property name="snapshot"> |
702 |
<WARN>Element [snapshot] has an EMPTY description</WARN> |
703 |
</property> |
704 |
|
705 |
<property name="publisherDID"/> |
706 |
|
707 |
<property name="protocol"> |
708 |
<WARN>Element [protocol] has an EMPTY description</WARN> |
709 |
</property> |
710 |
|
711 |
<property name="service"> |
712 |
<WARN>Element [service] has an EMPTY description</WARN> |
713 |
</property> |
714 |
|
715 |
<property name="algorithm"> |
716 |
<WARN>Element [algorithm] has an EMPTY description</WARN> |
717 |
</property> |
718 |
|
719 |
<property name="targetProcess"> |
720 |
<WARN>Element [targetProcess] has an EMPTY description</WARN> |
721 |
</property> |
722 |
|
723 |
<property name="parameter"> |
724 |
<WARN>Element [parameter] has an EMPTY description</WARN> |
725 |
</property> |
726 |
|
727 |
<property name="inputData"> |
728 |
<WARN>Element [inputData] has an EMPTY description</WARN> |
729 |
</property> |
730 |
|
731 |
<property name="representationObject"> |
732 |
<WARN>Element [representationObject] has an EMPTY description</WARN> |
733 |
</property> |
734 |
</class> |
735 |
|
736 |
<class name="Snapshot"> |
737 |
<property name="objectCollection"> |
738 |
<WARN>Element [objectCollection] has an EMPTY description</WARN> |
739 |
</property> |
740 |
|
741 |
<property name="publisherDID"/> |
742 |
|
743 |
<property name="time"/> |
744 |
|
745 |
<property name="spatialSizePhysical"/> |
746 |
</class> |
747 |
|
748 |
<class name="ClusterDetection"> |
749 |
<property name="protocol"> |
750 |
<WARN>Element [protocol] has an EMPTY description</WARN> |
751 |
</property> |
752 |
</class> |
753 |
|
754 |
<class name="Algorithm"> |
755 |
<property name="name"> |
756 |
<WARN>Element [name] has an EMPTY description</WARN> |
757 |
</property> |
758 |
|
759 |
<property name="description"> |
760 |
<WARN>Element [description] has an EMPTY description</WARN> |
761 |
</property> |
762 |
|
763 |
<property name="label"/> |
764 |
</class> |
765 |
|
766 |
<class name="Visualisation"> |
767 |
<property name="protocol"> |
768 |
<WARN>Element [protocol] has an EMPTY description</WARN> |
769 |
</property> |
770 |
</class> |
771 |
|
772 |
<class name="PostProcessing"> |
773 |
<property name="primaryExperiment"> |
774 |
<WARN>Element [primaryExperiment] has an EMPTY description</WARN> |
775 |
</property> |
776 |
</class> |
777 |
|
778 |
<class name="InputDataset"> |
779 |
<property name="snapshot"> |
780 |
<WARN>Element [snapshot] has an EMPTY description</WARN> |
781 |
</property> |
782 |
</class> |
783 |
|
784 |
<class name="WebService"> |
785 |
<WARN>Element [WebService] has an EMPTY description</WARN> |
786 |
<property name="baseURL"> |
787 |
<WARN>Element [baseURL] has an EMPTY description</WARN> |
788 |
</property> |
789 |
|
790 |
<property name="description"> |
791 |
<WARN>Element [description] has an EMPTY description</WARN> |
792 |
</property> |
793 |
|
794 |
<property name="type"> |
795 |
<WARN>Element [type] has an EMPTY description</WARN> |
796 |
</property> |
797 |
</class> |
798 |
|
799 |
<class name="TargetProcess"> |
800 |
<WARN>Element [TargetProcess] has an EMPTY description</WARN> |
801 |
<property name="astroJournalSubject"/> |
802 |
</class> |
803 |
|
804 |
<class name="ParameterSetting"> |
805 |
<WARN>Element [ParameterSetting] has an EMPTY description</WARN> |
806 |
<property name="inputParameter"> |
807 |
<WARN>Element [inputParameter] has an EMPTY description</WARN> |
808 |
</property> |
809 |
</class> |
810 |
|
811 |
<class name="AppliedPhysics"> |
812 |
<WARN>Element [AppliedPhysics] has an EMPTY description</WARN> |
813 |
<property name="physics"> |
814 |
<WARN>Element [physics] has an EMPTY description</WARN> |
815 |
</property> |
816 |
</class> |
817 |
|
818 |
<class name="SubvolumeExtraction"> |
819 |
<property name="protocol"> |
820 |
<WARN>Element [protocol] has an EMPTY description</WARN> |
821 |
</property> |
822 |
</class> |
823 |
|
824 |
<class name="ExperimentRepresentationObject"> |
825 |
<WARN>Element [ExperimentRepresentationObject] has an EMPTY description</WARN> |
826 |
<property name="type"> |
827 |
<WARN>Element [type] has an EMPTY description</WARN> |
828 |
</property> |
829 |
|
830 |
<property name="property"> |
831 |
<WARN>Element [property] has an EMPTY description</WARN> |
832 |
</property> |
833 |
</class> |
834 |
|
835 |
<class name="ExperimentProperty"> |
836 |
<WARN>Element [ExperimentProperty] has an EMPTY description</WARN> |
837 |
<property name="property"> |
838 |
<WARN>Element [property] has an EMPTY description</WARN> |
839 |
</property> |
840 |
</class> |
841 |
|
842 |
<class name="TargetObjectType"> |
843 |
<property name="multiplicity"/> |
844 |
|
845 |
<property name="identityName"/> |
846 |
|
847 |
<property name="astroJournalSubject"/> |
848 |
</class> |
849 |
|
850 |
<class name="CompositeExperiment"> |
851 |
<property name="protocol"> |
852 |
<WARN>Element [protocol] has an EMPTY description</WARN> |
853 |
</property> |
854 |
|
855 |
<property name="child"> |
856 |
<WARN>Element [child] has an EMPTY description</WARN> |
857 |
</property> |
858 |
</class> |
859 |
|
860 |
<class name="CompositeProtocol"> |
861 |
<WARN>Element [CompositeProtocol] has an EMPTY description</WARN> |
862 |
<property name="child"> |
863 |
<WARN>Element [child] has an EMPTY description</WARN> |
864 |
</property> |
865 |
</class> |
866 |
|
867 |
<class name="ChildExperiment"> |
868 |
<WARN>Element [ChildExperiment] has an EMPTY description</WARN> |
869 |
<property name="experiment"> |
870 |
<WARN>Element [experiment] has an EMPTY description</WARN> |
871 |
</property> |
872 |
</class> |
873 |
|
874 |
<class name="ChildProtocol"> |
875 |
<WARN>Element [ChildProtocol] has an EMPTY description</WARN> |
876 |
<property name="protocol"> |
877 |
<WARN>Element [protocol] has an EMPTY description</WARN> |
878 |
</property> |
879 |
</class> |
880 |
</package> |
881 |
|
882 |
|
883 |
|
884 |
<package name="protocol"> |
885 |
<enumeration name="RepresentationObject"> |
886 |
<literal name="point particle"> |
887 |
<WARN>Element [point particle] has an EMPTY description</WARN> |
888 |
</literal> |
889 |
<literal name="SPH particle"> |
890 |
<WARN>Element [SPH particle] has an EMPTY description</WARN> |
891 |
</literal> |
892 |
<literal name="extended particle"> |
893 |
<WARN>Element [extended particle] has an EMPTY description</WARN> |
894 |
</literal> |
895 |
<literal name="simple mesh cell"> |
896 |
<WARN>Element [simple mesh cell] has an EMPTY description</WARN> |
897 |
</literal> |
898 |
<literal name="hierarchical mesh cell"> |
899 |
<WARN>Element [hierarchical mesh cell] has an EMPTY description</WARN> |
900 |
</literal> |
901 |
<literal name="model astro object"> |
902 |
<WARN>Element [model astro object] has an EMPTY description</WARN> |
903 |
</literal> |
904 |
<literal name="custom"> |
905 |
<WARN>Element [custom] has an EMPTY description</WARN> |
906 |
</literal> |
907 |
</enumeration> |
908 |
|
909 |
|
910 |
<class name="Physics"> |
911 |
<property name="name"/> |
912 |
|
913 |
<property name="description"> |
914 |
<WARN>Element [description] has an EMPTY description</WARN> |
915 |
</property> |
916 |
|
917 |
<property name="texForm"> |
918 |
<WARN>Element [texForm] has an EMPTY description</WARN> |
919 |
</property> |
920 |
|
921 |
<property name="physicslabel"/> |
922 |
</class> |
923 |
|
924 |
<class name="Simulator"> |
925 |
<property name="simulatedPhysics"> |
926 |
<WARN>Element [simulatedPhysics] has an EMPTY description</WARN> |
927 |
</property> |
928 |
</class> |
929 |
|
930 |
<class name="Protocol"> |
931 |
<property name="parameters"> |
932 |
<WARN>Element [parameters] has an EMPTY description</WARN> |
933 |
</property> |
934 |
|
935 |
<property name="code"/> |
936 |
|
937 |
<property name="version"/> |
938 |
|
939 |
<property name="parameterGroup"> |
940 |
<WARN>Element [parameterGroup] has an EMPTY description</WARN> |
941 |
</property> |
942 |
|
943 |
<property name="representation"> |
944 |
<WARN>Element [representation] has an EMPTY description</WARN> |
945 |
</property> |
946 |
</class> |
947 |
|
948 |
<class name="ClusterFinder"> |
949 |
<WARN>Element [ClusterFinder] has an EMPTY description</WARN> |
950 |
</class> |
951 |
|
952 |
<class name="Visualiser"> |
953 |
<WARN>Element [Visualiser] has an EMPTY description</WARN> |
954 |
</class> |
955 |
|
956 |
<class name="InputParameter"> |
957 |
<property name="name"/> |
958 |
|
959 |
<property name="datatype"/> |
960 |
|
961 |
<property name="cardinality"> |
962 |
<WARN>Element [cardinality] has an EMPTY description</WARN> |
963 |
</property> |
964 |
|
965 |
<property name="label"/> |
966 |
|
967 |
<property name="description"> |
968 |
<WARN>Element [description] has an EMPTY description</WARN> |
969 |
</property> |
970 |
</class> |
971 |
|
972 |
<class name="ParameterGroup"> |
973 |
<WARN>Element [ParameterGroup] has an EMPTY description</WARN> |
974 |
<property name="name"> |
975 |
<WARN>Element [name] has an EMPTY description</WARN> |
976 |
</property> |
977 |
|
978 |
<property name="description"> |
979 |
<WARN>Element [description] has an EMPTY description</WARN> |
980 |
</property> |
981 |
|
982 |
<property name="member"> |
983 |
<WARN>Element [member] has an EMPTY description</WARN> |
984 |
</property> |
985 |
</class> |
986 |
|
987 |
<class name="ParameterGroupMember"> |
988 |
<WARN>Element [ParameterGroupMember] has an EMPTY description</WARN> |
989 |
<property name="parameter"> |
990 |
<WARN>Element [parameter] has an EMPTY description</WARN> |
991 |
</property> |
992 |
</class> |
993 |
|
994 |
<class name="SubvolumeExtractor"> |
995 |
<WARN>Element [SubvolumeExtractor] has an EMPTY description</WARN> |
996 |
</class> |
997 |
|
998 |
<class name="RepresentationObjectType"> |
999 |
<property name="label"> |
1000 |
<WARN>Element [label] has an EMPTY description</WARN> |
1001 |
</property> |
1002 |
|
1003 |
<property name="astroJournalSubject"/> |
1004 |
</class> |
1005 |
</package> |
1006 |
|
1007 |
|
1008 |
|
1009 |
<package name="project"> |
1010 |
<class name="ProjectExperiment"> |
1011 |
<WARN>Element [ProjectExperiment] has an EMPTY description</WARN> |
1012 |
<property name="experiment"> |
1013 |
<WARN>Element [experiment] has an EMPTY description</WARN> |
1014 |
</property> |
1015 |
</class> |
1016 |
|
1017 |
<class name="Project"> |
1018 |
<property name="experiment"> |
1019 |
<WARN>Element [experiment] has an EMPTY description</WARN> |
1020 |
</property> |
1021 |
</class> |
1022 |
</package> |
1023 |
|
1024 |
|
1025 |
|
1026 |
<package name="object"> |
1027 |
<WARN>Element [object] has an EMPTY description</WARN> |
1028 |
<class name="ChildObject"> |
1029 |
<WARN>Element [ChildObject] has an EMPTY description</WARN> |
1030 |
<property name="object"> |
1031 |
<WARN>Element [object] has an EMPTY description</WARN> |
1032 |
</property> |
1033 |
|
1034 |
<property name="name"> |
1035 |
<WARN>Element [name] has an EMPTY description</WARN> |
1036 |
</property> |
1037 |
|
1038 |
<property name="cardinality"> |
1039 |
<WARN>Element [cardinality] has an EMPTY description</WARN> |
1040 |
</property> |
1041 |
</class> |
1042 |
|
1043 |
<class name="PropertyGroupMember"> |
1044 |
<WARN>Element [PropertyGroupMember] has an EMPTY description</WARN> |
1045 |
<property name="property"> |
1046 |
<WARN>Element [property] has an EMPTY description</WARN> |
1047 |
</property> |
1048 |
</class> |
1049 |
|
1050 |
<class name="PropertyGroup"> |
1051 |
<WARN>Element [PropertyGroup] has an EMPTY description</WARN> |
1052 |
<property name="name"> |
1053 |
<WARN>Element [name] has an EMPTY description</WARN> |
1054 |
</property> |
1055 |
|
1056 |
<property name="member"> |
1057 |
<WARN>Element [member] has an EMPTY description</WARN> |
1058 |
</property> |
1059 |
|
1060 |
<property name="description"> |
1061 |
<WARN>Element [description] has an EMPTY description</WARN> |
1062 |
</property> |
1063 |
</class> |
1064 |
|
1065 |
<class name="Property"> |
1066 |
<property name="name"/> |
1067 |
|
1068 |
<property name="datatype"/> |
1069 |
|
1070 |
<property name="cardinality"> |
1071 |
<WARN>Element [cardinality] has an EMPTY description</WARN> |
1072 |
</property> |
1073 |
|
1074 |
<property name="ucd"/> |
1075 |
|
1076 |
<property name="description"> |
1077 |
<WARN>Element [description] has an EMPTY description</WARN> |
1078 |
</property> |
1079 |
</class> |
1080 |
|
1081 |
<class name="ObjectType"> |
1082 |
<WARN>Element [ObjectType] has an EMPTY description</WARN> |
1083 |
<property name="property"> |
1084 |
<WARN>Element [property] has an EMPTY description</WARN> |
1085 |
</property> |
1086 |
|
1087 |
<property name="name"> |
1088 |
<WARN>Element [name] has an EMPTY description</WARN> |
1089 |
</property> |
1090 |
|
1091 |
<property name="description"> |
1092 |
<WARN>Element [description] has an EMPTY description</WARN> |
1093 |
</property> |
1094 |
|
1095 |
<property name="child"> |
1096 |
<WARN>Element [child] has an EMPTY description</WARN> |
1097 |
</property> |
1098 |
|
1099 |
<property name="propertyGroup"> |
1100 |
<WARN>Element [propertyGroup] has an EMPTY description</WARN> |
1101 |
</property> |
1102 |
</class> |
1103 |
</package> |
1104 |
|
1105 |
</package> |
1106 |
|
1107 |
</model> |
1108 |
|
1109 |
</check> |