1 |
mdittmar |
4290 |
<?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>stc2_measurements</name> |
6 |
|
|
<description> |
7 |
|
|
TODO : Missing description : please, update your UML model asap. |
8 |
|
|
</description> |
9 |
mdittmar |
4303 |
<uri>http://ivoa.net/vodml/stc2_meas.vo-dml</uri> |
10 |
mdittmar |
4290 |
<title>STC2 Measures</title> |
11 |
|
|
<author>ahr</author> |
12 |
|
|
<version>2.0</version> |
13 |
mdittmar |
4303 |
<lastModified>2017-09-15T10:31:02</lastModified> |
14 |
mdittmar |
4290 |
<import> |
15 |
|
|
<name>ivoa</name> |
16 |
|
|
<url>http://volute.g-vo.org/svn/trunk/projects/dm/vo-dml/models/ivoa/vo-dml/xml/IVOA-v1.0.vo-dml.xml</url> |
17 |
|
|
<documentationURL>http://volute.g-vo.org/svn/trunk/projects/dm/vo-dml/models/ivoa/vo-dml/IVOA.html</documentationURL> |
18 |
|
|
</import> |
19 |
|
|
<import> |
20 |
|
|
<name>stc2_coordinates</name> |
21 |
mdittmar |
4291 |
<url>https://volute.g-vo.org/svn/trunk/projects/dm/STC-2.0/vo-dml/STC_coords-v2.0.vo-dml.xml</url> |
22 |
mdittmar |
4290 |
<documentationURL/> |
23 |
|
|
</import> |
24 |
|
|
|
25 |
|
|
<package> |
26 |
|
|
<vodml-id>stctypes</vodml-id> |
27 |
|
|
<name>stctypes</name> |
28 |
|
|
<description> |
29 |
|
|
TODO : Missing description : please, update your UML model asap. |
30 |
|
|
</description> |
31 |
|
|
<dataType> |
32 |
|
|
<vodml-id>stctypes.Matrix2x2</vodml-id> |
33 |
|
|
<name>Matrix2x2</name> |
34 |
|
|
<description> |
35 |
|
|
TODO : Missing description : please, update your UML model asap. |
36 |
|
|
</description> |
37 |
|
|
<extends> |
38 |
|
|
<vodml-ref>stc2_measurements:stctypes.Matrix</vodml-ref> |
39 |
|
|
</extends> |
40 |
|
|
<attribute> |
41 |
|
|
<vodml-id>stctypes.Matrix2x2.unit</vodml-id> |
42 |
|
|
<name>unit</name> |
43 |
|
|
<description> |
44 |
|
|
TODO : Missing description : please, update your UML model asap. |
45 |
|
|
</description> |
46 |
|
|
<datatype> |
47 |
|
|
<vodml-ref>ivoa:Unit</vodml-ref> |
48 |
|
|
</datatype> |
49 |
|
|
<multiplicity> |
50 |
|
|
<minOccurs>0</minOccurs> |
51 |
|
|
<maxOccurs>1</maxOccurs> |
52 |
|
|
</multiplicity> |
53 |
|
|
</attribute> |
54 |
|
|
<attribute> |
55 |
|
|
<vodml-id>stctypes.Matrix2x2.m11</vodml-id> |
56 |
|
|
<name>m11</name> |
57 |
|
|
<description> |
58 |
|
|
TODO : Missing description : please, update your UML model asap. |
59 |
|
|
</description> |
60 |
|
|
<datatype> |
61 |
|
|
<vodml-ref>ivoa:real</vodml-ref> |
62 |
|
|
</datatype> |
63 |
|
|
<multiplicity> |
64 |
|
|
<minOccurs>1</minOccurs> |
65 |
|
|
<maxOccurs>1</maxOccurs> |
66 |
|
|
</multiplicity> |
67 |
|
|
</attribute> |
68 |
|
|
<attribute> |
69 |
|
|
<vodml-id>stctypes.Matrix2x2.m12</vodml-id> |
70 |
|
|
<name>m12</name> |
71 |
|
|
<description> |
72 |
|
|
TODO : Missing description : please, update your UML model asap. |
73 |
|
|
</description> |
74 |
|
|
<datatype> |
75 |
|
|
<vodml-ref>ivoa:real</vodml-ref> |
76 |
|
|
</datatype> |
77 |
|
|
<multiplicity> |
78 |
|
|
<minOccurs>1</minOccurs> |
79 |
|
|
<maxOccurs>1</maxOccurs> |
80 |
|
|
</multiplicity> |
81 |
|
|
</attribute> |
82 |
|
|
<attribute> |
83 |
|
|
<vodml-id>stctypes.Matrix2x2.m21</vodml-id> |
84 |
|
|
<name>m21</name> |
85 |
|
|
<description> |
86 |
|
|
TODO : Missing description : please, update your UML model asap. |
87 |
|
|
</description> |
88 |
|
|
<datatype> |
89 |
|
|
<vodml-ref>ivoa:real</vodml-ref> |
90 |
|
|
</datatype> |
91 |
|
|
<multiplicity> |
92 |
|
|
<minOccurs>1</minOccurs> |
93 |
|
|
<maxOccurs>1</maxOccurs> |
94 |
|
|
</multiplicity> |
95 |
|
|
</attribute> |
96 |
|
|
<attribute> |
97 |
|
|
<vodml-id>stctypes.Matrix2x2.m22</vodml-id> |
98 |
|
|
<name>m22</name> |
99 |
|
|
<description> |
100 |
|
|
TODO : Missing description : please, update your UML model asap. |
101 |
|
|
</description> |
102 |
|
|
<datatype> |
103 |
|
|
<vodml-ref>ivoa:real</vodml-ref> |
104 |
|
|
</datatype> |
105 |
|
|
<multiplicity> |
106 |
|
|
<minOccurs>1</minOccurs> |
107 |
|
|
<maxOccurs>1</maxOccurs> |
108 |
|
|
</multiplicity> |
109 |
|
|
</attribute> |
110 |
|
|
</dataType> |
111 |
|
|
|
112 |
|
|
<dataType> |
113 |
|
|
<vodml-id>stctypes.Matrix3x3</vodml-id> |
114 |
|
|
<name>Matrix3x3</name> |
115 |
|
|
<description> |
116 |
|
|
TODO : Missing description : please, update your UML model asap. |
117 |
|
|
</description> |
118 |
|
|
<extends> |
119 |
|
|
<vodml-ref>stc2_measurements:stctypes.Matrix</vodml-ref> |
120 |
|
|
</extends> |
121 |
|
|
<attribute> |
122 |
|
|
<vodml-id>stctypes.Matrix3x3.unit</vodml-id> |
123 |
|
|
<name>unit</name> |
124 |
|
|
<description> |
125 |
|
|
TODO : Missing description : please, update your UML model asap. |
126 |
|
|
</description> |
127 |
|
|
<datatype> |
128 |
|
|
<vodml-ref>ivoa:Unit</vodml-ref> |
129 |
|
|
</datatype> |
130 |
|
|
<multiplicity> |
131 |
|
|
<minOccurs>0</minOccurs> |
132 |
|
|
<maxOccurs>1</maxOccurs> |
133 |
|
|
</multiplicity> |
134 |
|
|
</attribute> |
135 |
|
|
<attribute> |
136 |
|
|
<vodml-id>stctypes.Matrix3x3.m11</vodml-id> |
137 |
|
|
<name>m11</name> |
138 |
|
|
<description> |
139 |
|
|
TODO : Missing description : please, update your UML model asap. |
140 |
|
|
</description> |
141 |
|
|
<datatype> |
142 |
|
|
<vodml-ref>ivoa:real</vodml-ref> |
143 |
|
|
</datatype> |
144 |
|
|
<multiplicity> |
145 |
|
|
<minOccurs>1</minOccurs> |
146 |
|
|
<maxOccurs>1</maxOccurs> |
147 |
|
|
</multiplicity> |
148 |
|
|
</attribute> |
149 |
|
|
<attribute> |
150 |
|
|
<vodml-id>stctypes.Matrix3x3.m12</vodml-id> |
151 |
|
|
<name>m12</name> |
152 |
|
|
<description> |
153 |
|
|
TODO : Missing description : please, update your UML model asap. |
154 |
|
|
</description> |
155 |
|
|
<datatype> |
156 |
|
|
<vodml-ref>ivoa:real</vodml-ref> |
157 |
|
|
</datatype> |
158 |
|
|
<multiplicity> |
159 |
|
|
<minOccurs>1</minOccurs> |
160 |
|
|
<maxOccurs>1</maxOccurs> |
161 |
|
|
</multiplicity> |
162 |
|
|
</attribute> |
163 |
|
|
<attribute> |
164 |
|
|
<vodml-id>stctypes.Matrix3x3.m21</vodml-id> |
165 |
|
|
<name>m21</name> |
166 |
|
|
<description> |
167 |
|
|
TODO : Missing description : please, update your UML model asap. |
168 |
|
|
</description> |
169 |
|
|
<datatype> |
170 |
|
|
<vodml-ref>ivoa:real</vodml-ref> |
171 |
|
|
</datatype> |
172 |
|
|
<multiplicity> |
173 |
|
|
<minOccurs>1</minOccurs> |
174 |
|
|
<maxOccurs>1</maxOccurs> |
175 |
|
|
</multiplicity> |
176 |
|
|
</attribute> |
177 |
|
|
<attribute> |
178 |
|
|
<vodml-id>stctypes.Matrix3x3.m22</vodml-id> |
179 |
|
|
<name>m22</name> |
180 |
|
|
<description> |
181 |
|
|
TODO : Missing description : please, update your UML model asap. |
182 |
|
|
</description> |
183 |
|
|
<datatype> |
184 |
|
|
<vodml-ref>ivoa:real</vodml-ref> |
185 |
|
|
</datatype> |
186 |
|
|
<multiplicity> |
187 |
|
|
<minOccurs>1</minOccurs> |
188 |
|
|
<maxOccurs>1</maxOccurs> |
189 |
|
|
</multiplicity> |
190 |
|
|
</attribute> |
191 |
|
|
<attribute> |
192 |
|
|
<vodml-id>stctypes.Matrix3x3.m13</vodml-id> |
193 |
|
|
<name>m13</name> |
194 |
|
|
<description> |
195 |
|
|
TODO : Missing description : please, update your UML model asap. |
196 |
|
|
</description> |
197 |
|
|
<datatype> |
198 |
|
|
<vodml-ref>ivoa:real</vodml-ref> |
199 |
|
|
</datatype> |
200 |
|
|
<multiplicity> |
201 |
|
|
<minOccurs>1</minOccurs> |
202 |
|
|
<maxOccurs>1</maxOccurs> |
203 |
|
|
</multiplicity> |
204 |
|
|
</attribute> |
205 |
|
|
<attribute> |
206 |
|
|
<vodml-id>stctypes.Matrix3x3.m31</vodml-id> |
207 |
|
|
<name>m31</name> |
208 |
|
|
<description> |
209 |
|
|
TODO : Missing description : please, update your UML model asap. |
210 |
|
|
</description> |
211 |
|
|
<datatype> |
212 |
|
|
<vodml-ref>ivoa:real</vodml-ref> |
213 |
|
|
</datatype> |
214 |
|
|
<multiplicity> |
215 |
|
|
<minOccurs>1</minOccurs> |
216 |
|
|
<maxOccurs>1</maxOccurs> |
217 |
|
|
</multiplicity> |
218 |
|
|
</attribute> |
219 |
|
|
<attribute> |
220 |
|
|
<vodml-id>stctypes.Matrix3x3.m23</vodml-id> |
221 |
|
|
<name>m23</name> |
222 |
|
|
<description> |
223 |
|
|
TODO : Missing description : please, update your UML model asap. |
224 |
|
|
</description> |
225 |
|
|
<datatype> |
226 |
|
|
<vodml-ref>ivoa:real</vodml-ref> |
227 |
|
|
</datatype> |
228 |
|
|
<multiplicity> |
229 |
|
|
<minOccurs>1</minOccurs> |
230 |
|
|
<maxOccurs>1</maxOccurs> |
231 |
|
|
</multiplicity> |
232 |
|
|
</attribute> |
233 |
|
|
<attribute> |
234 |
|
|
<vodml-id>stctypes.Matrix3x3.m32</vodml-id> |
235 |
|
|
<name>m32</name> |
236 |
|
|
<description> |
237 |
|
|
TODO : Missing description : please, update your UML model asap. |
238 |
|
|
</description> |
239 |
|
|
<datatype> |
240 |
|
|
<vodml-ref>ivoa:real</vodml-ref> |
241 |
|
|
</datatype> |
242 |
|
|
<multiplicity> |
243 |
|
|
<minOccurs>1</minOccurs> |
244 |
|
|
<maxOccurs>1</maxOccurs> |
245 |
|
|
</multiplicity> |
246 |
|
|
</attribute> |
247 |
|
|
<attribute> |
248 |
|
|
<vodml-id>stctypes.Matrix3x3.m33</vodml-id> |
249 |
|
|
<name>m33</name> |
250 |
|
|
<description> |
251 |
|
|
TODO : Missing description : please, update your UML model asap. |
252 |
|
|
</description> |
253 |
|
|
<datatype> |
254 |
|
|
<vodml-ref>ivoa:real</vodml-ref> |
255 |
|
|
</datatype> |
256 |
|
|
<multiplicity> |
257 |
|
|
<minOccurs>1</minOccurs> |
258 |
|
|
<maxOccurs>1</maxOccurs> |
259 |
|
|
</multiplicity> |
260 |
|
|
</attribute> |
261 |
|
|
</dataType> |
262 |
|
|
|
263 |
|
|
<dataType abstract="true"> |
264 |
|
|
<vodml-id>stctypes.Matrix</vodml-id> |
265 |
|
|
<name>Matrix</name> |
266 |
|
|
<description> |
267 |
|
|
TODO : Missing description : please, update your UML model asap. |
268 |
|
|
</description> |
269 |
|
|
</dataType> |
270 |
|
|
|
271 |
|
|
<dataType abstract="true"> |
272 |
|
|
<vodml-id>stctypes.Uncertainty1D</vodml-id> |
273 |
|
|
<name>Uncertainty1D</name> |
274 |
|
|
<description> |
275 |
|
|
TODO : Missing description : please, update your UML model asap. |
276 |
|
|
</description> |
277 |
|
|
<extends> |
278 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty</vodml-ref> |
279 |
|
|
</extends> |
280 |
|
|
</dataType> |
281 |
|
|
|
282 |
|
|
<dataType> |
283 |
|
|
<vodml-id>stctypes.Symmetrical1D</vodml-id> |
284 |
|
|
<name>Symmetrical1D</name> |
285 |
|
|
<description> |
286 |
|
|
TODO : Missing description : please, update your UML model asap. |
287 |
|
|
</description> |
288 |
|
|
<extends> |
289 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
290 |
|
|
</extends> |
291 |
|
|
<attribute> |
292 |
|
|
<vodml-id>stctypes.Symmetrical1D.radius</vodml-id> |
293 |
|
|
<name>radius</name> |
294 |
|
|
<description> |
295 |
|
|
TODO : Missing description : please, update your UML model asap. |
296 |
|
|
</description> |
297 |
|
|
<datatype> |
298 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
299 |
|
|
</datatype> |
300 |
|
|
<multiplicity> |
301 |
|
|
<minOccurs>1</minOccurs> |
302 |
|
|
<maxOccurs>1</maxOccurs> |
303 |
|
|
</multiplicity> |
304 |
|
|
</attribute> |
305 |
|
|
</dataType> |
306 |
|
|
|
307 |
|
|
<dataType> |
308 |
|
|
<vodml-id>stctypes.Bounds1D</vodml-id> |
309 |
|
|
<name>Bounds1D</name> |
310 |
|
|
<description> |
311 |
|
|
TODO : Missing description : please, update your UML model asap. |
312 |
|
|
</description> |
313 |
|
|
<extends> |
314 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
315 |
|
|
</extends> |
316 |
|
|
<attribute> |
317 |
|
|
<vodml-id>stctypes.Bounds1D.loLimit</vodml-id> |
318 |
|
|
<name>loLimit</name> |
319 |
|
|
<description> |
320 |
|
|
TODO : Missing description : please, update your UML model asap. |
321 |
|
|
</description> |
322 |
|
|
<datatype> |
323 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
324 |
|
|
</datatype> |
325 |
|
|
<multiplicity> |
326 |
|
|
<minOccurs>0</minOccurs> |
327 |
|
|
<maxOccurs>1</maxOccurs> |
328 |
|
|
</multiplicity> |
329 |
|
|
</attribute> |
330 |
|
|
<attribute> |
331 |
|
|
<vodml-id>stctypes.Bounds1D.hiLimit</vodml-id> |
332 |
|
|
<name>hiLimit</name> |
333 |
|
|
<description> |
334 |
|
|
TODO : Missing description : please, update your UML model asap. |
335 |
|
|
</description> |
336 |
|
|
<datatype> |
337 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
338 |
|
|
</datatype> |
339 |
|
|
<multiplicity> |
340 |
|
|
<minOccurs>0</minOccurs> |
341 |
|
|
<maxOccurs>1</maxOccurs> |
342 |
|
|
</multiplicity> |
343 |
|
|
</attribute> |
344 |
|
|
</dataType> |
345 |
|
|
|
346 |
|
|
<dataType> |
347 |
|
|
<vodml-id>stctypes.Asymmetrical1D</vodml-id> |
348 |
|
|
<name>Asymmetrical1D</name> |
349 |
|
|
<description> |
350 |
|
|
TODO : Missing description : please, update your UML model asap. |
351 |
|
|
</description> |
352 |
|
|
<extends> |
353 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
354 |
|
|
</extends> |
355 |
|
|
<attribute> |
356 |
|
|
<vodml-id>stctypes.Asymmetrical1D.plus</vodml-id> |
357 |
|
|
<name>plus</name> |
358 |
|
|
<description> |
359 |
|
|
TODO : Missing description : please, update your UML model asap. |
360 |
|
|
</description> |
361 |
|
|
<datatype> |
362 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
363 |
|
|
</datatype> |
364 |
|
|
<multiplicity> |
365 |
|
|
<minOccurs>0</minOccurs> |
366 |
|
|
<maxOccurs>1</maxOccurs> |
367 |
|
|
</multiplicity> |
368 |
|
|
</attribute> |
369 |
|
|
<attribute> |
370 |
|
|
<vodml-id>stctypes.Asymmetrical1D.minus</vodml-id> |
371 |
|
|
<name>minus</name> |
372 |
|
|
<description> |
373 |
|
|
TODO : Missing description : please, update your UML model asap. |
374 |
|
|
</description> |
375 |
|
|
<datatype> |
376 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
377 |
|
|
</datatype> |
378 |
|
|
<multiplicity> |
379 |
|
|
<minOccurs>0</minOccurs> |
380 |
|
|
<maxOccurs>1</maxOccurs> |
381 |
|
|
</multiplicity> |
382 |
|
|
</attribute> |
383 |
|
|
</dataType> |
384 |
|
|
|
385 |
|
|
<dataType abstract="true"> |
386 |
|
|
<vodml-id>stctypes.Uncertainty2D</vodml-id> |
387 |
|
|
<name>Uncertainty2D</name> |
388 |
|
|
<description> |
389 |
|
|
TODO : Missing description : please, update your UML model asap. |
390 |
|
|
</description> |
391 |
|
|
<extends> |
392 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty</vodml-ref> |
393 |
|
|
</extends> |
394 |
|
|
</dataType> |
395 |
|
|
|
396 |
|
|
<dataType> |
397 |
|
|
<vodml-id>stctypes.Symmetrical2D</vodml-id> |
398 |
|
|
<name>Symmetrical2D</name> |
399 |
|
|
<description> |
400 |
|
|
TODO : Missing description : please, update your UML model asap. |
401 |
|
|
</description> |
402 |
|
|
<extends> |
403 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
404 |
|
|
</extends> |
405 |
|
|
<attribute> |
406 |
|
|
<vodml-id>stctypes.Symmetrical2D.radius</vodml-id> |
407 |
|
|
<name>radius</name> |
408 |
|
|
<description> |
409 |
|
|
TODO : Missing description : please, update your UML model asap. |
410 |
|
|
</description> |
411 |
|
|
<datatype> |
412 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
413 |
|
|
</datatype> |
414 |
|
|
<multiplicity> |
415 |
|
|
<minOccurs>1</minOccurs> |
416 |
|
|
<maxOccurs>1</maxOccurs> |
417 |
|
|
</multiplicity> |
418 |
|
|
</attribute> |
419 |
|
|
</dataType> |
420 |
|
|
|
421 |
|
|
<dataType> |
422 |
|
|
<vodml-id>stctypes.Bounds2D</vodml-id> |
423 |
|
|
<name>Bounds2D</name> |
424 |
|
|
<description> |
425 |
|
|
TODO : Missing description : please, update your UML model asap. |
426 |
|
|
</description> |
427 |
|
|
<extends> |
428 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
429 |
|
|
</extends> |
430 |
|
|
<attribute> |
431 |
|
|
<vodml-id>stctypes.Bounds2D.loLimit</vodml-id> |
432 |
|
|
<name>loLimit</name> |
433 |
|
|
<description> |
434 |
|
|
TODO : Missing description : please, update your UML model asap. |
435 |
|
|
</description> |
436 |
|
|
<datatype> |
437 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
438 |
|
|
</datatype> |
439 |
|
|
<multiplicity> |
440 |
|
|
<minOccurs>2</minOccurs> |
441 |
|
|
<maxOccurs>2</maxOccurs> |
442 |
|
|
</multiplicity> |
443 |
|
|
</attribute> |
444 |
|
|
<attribute> |
445 |
|
|
<vodml-id>stctypes.Bounds2D.hiLimit</vodml-id> |
446 |
|
|
<name>hiLimit</name> |
447 |
|
|
<description> |
448 |
|
|
TODO : Missing description : please, update your UML model asap. |
449 |
|
|
</description> |
450 |
|
|
<datatype> |
451 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
452 |
|
|
</datatype> |
453 |
|
|
<multiplicity> |
454 |
|
|
<minOccurs>2</minOccurs> |
455 |
|
|
<maxOccurs>2</maxOccurs> |
456 |
|
|
</multiplicity> |
457 |
|
|
</attribute> |
458 |
|
|
</dataType> |
459 |
|
|
|
460 |
|
|
<dataType> |
461 |
|
|
<vodml-id>stctypes.Asymmetrical2D</vodml-id> |
462 |
|
|
<name>Asymmetrical2D</name> |
463 |
|
|
<description> |
464 |
|
|
TODO : Missing description : please, update your UML model asap. |
465 |
|
|
</description> |
466 |
|
|
<extends> |
467 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
468 |
|
|
</extends> |
469 |
|
|
<attribute> |
470 |
|
|
<vodml-id>stctypes.Asymmetrical2D.plus</vodml-id> |
471 |
|
|
<name>plus</name> |
472 |
|
|
<description> |
473 |
|
|
TODO : Missing description : please, update your UML model asap. |
474 |
|
|
</description> |
475 |
|
|
<datatype> |
476 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
477 |
|
|
</datatype> |
478 |
|
|
<multiplicity> |
479 |
|
|
<minOccurs>2</minOccurs> |
480 |
|
|
<maxOccurs>2</maxOccurs> |
481 |
|
|
</multiplicity> |
482 |
|
|
</attribute> |
483 |
|
|
<attribute> |
484 |
|
|
<vodml-id>stctypes.Asymmetrical2D.mminus</vodml-id> |
485 |
|
|
<name>mminus</name> |
486 |
|
|
<description> |
487 |
|
|
TODO : Missing description : please, update your UML model asap. |
488 |
|
|
</description> |
489 |
|
|
<datatype> |
490 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
491 |
|
|
</datatype> |
492 |
|
|
<multiplicity> |
493 |
|
|
<minOccurs>2</minOccurs> |
494 |
|
|
<maxOccurs>2</maxOccurs> |
495 |
|
|
</multiplicity> |
496 |
|
|
</attribute> |
497 |
|
|
</dataType> |
498 |
|
|
|
499 |
|
|
<dataType abstract="true"> |
500 |
|
|
<vodml-id>stctypes.Uncertainty3D</vodml-id> |
501 |
|
|
<name>Uncertainty3D</name> |
502 |
|
|
<description> |
503 |
|
|
TODO : Missing description : please, update your UML model asap. |
504 |
|
|
</description> |
505 |
|
|
<extends> |
506 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty</vodml-ref> |
507 |
|
|
</extends> |
508 |
|
|
</dataType> |
509 |
|
|
|
510 |
|
|
<dataType> |
511 |
|
|
<vodml-id>stctypes.Symmetrical3D</vodml-id> |
512 |
|
|
<name>Symmetrical3D</name> |
513 |
|
|
<description> |
514 |
|
|
TODO : Missing description : please, update your UML model asap. |
515 |
|
|
</description> |
516 |
|
|
<extends> |
517 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
518 |
|
|
</extends> |
519 |
|
|
<attribute> |
520 |
|
|
<vodml-id>stctypes.Symmetrical3D.radius</vodml-id> |
521 |
|
|
<name>radius</name> |
522 |
|
|
<description> |
523 |
|
|
TODO : Missing description : please, update your UML model asap. |
524 |
|
|
</description> |
525 |
|
|
<datatype> |
526 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
527 |
|
|
</datatype> |
528 |
|
|
<multiplicity> |
529 |
|
|
<minOccurs>1</minOccurs> |
530 |
|
|
<maxOccurs>1</maxOccurs> |
531 |
|
|
</multiplicity> |
532 |
|
|
</attribute> |
533 |
|
|
</dataType> |
534 |
|
|
|
535 |
|
|
<dataType> |
536 |
|
|
<vodml-id>stctypes.Bounds3D</vodml-id> |
537 |
|
|
<name>Bounds3D</name> |
538 |
|
|
<description> |
539 |
|
|
TODO : Missing description : please, update your UML model asap. |
540 |
|
|
</description> |
541 |
|
|
<extends> |
542 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
543 |
|
|
</extends> |
544 |
|
|
<attribute> |
545 |
|
|
<vodml-id>stctypes.Bounds3D.loLimit</vodml-id> |
546 |
|
|
<name>loLimit</name> |
547 |
|
|
<description> |
548 |
|
|
TODO : Missing description : please, update your UML model asap. |
549 |
|
|
</description> |
550 |
|
|
<datatype> |
551 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
552 |
|
|
</datatype> |
553 |
|
|
<multiplicity> |
554 |
|
|
<minOccurs>3</minOccurs> |
555 |
|
|
<maxOccurs>3</maxOccurs> |
556 |
|
|
</multiplicity> |
557 |
|
|
</attribute> |
558 |
|
|
<attribute> |
559 |
|
|
<vodml-id>stctypes.Bounds3D.hiLimit</vodml-id> |
560 |
|
|
<name>hiLimit</name> |
561 |
|
|
<description> |
562 |
|
|
TODO : Missing description : please, update your UML model asap. |
563 |
|
|
</description> |
564 |
|
|
<datatype> |
565 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
566 |
|
|
</datatype> |
567 |
|
|
<multiplicity> |
568 |
|
|
<minOccurs>3</minOccurs> |
569 |
|
|
<maxOccurs>3</maxOccurs> |
570 |
|
|
</multiplicity> |
571 |
|
|
</attribute> |
572 |
|
|
</dataType> |
573 |
|
|
|
574 |
|
|
<dataType> |
575 |
|
|
<vodml-id>stctypes.Asymmetrical3D</vodml-id> |
576 |
|
|
<name>Asymmetrical3D</name> |
577 |
|
|
<description> |
578 |
|
|
TODO : Missing description : please, update your UML model asap. |
579 |
|
|
</description> |
580 |
|
|
<extends> |
581 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
582 |
|
|
</extends> |
583 |
|
|
<attribute> |
584 |
|
|
<vodml-id>stctypes.Asymmetrical3D.plus</vodml-id> |
585 |
|
|
<name>plus</name> |
586 |
|
|
<description> |
587 |
|
|
TODO : Missing description : please, update your UML model asap. |
588 |
|
|
</description> |
589 |
|
|
<datatype> |
590 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
591 |
|
|
</datatype> |
592 |
|
|
<multiplicity> |
593 |
|
|
<minOccurs>3</minOccurs> |
594 |
|
|
<maxOccurs>3</maxOccurs> |
595 |
|
|
</multiplicity> |
596 |
|
|
</attribute> |
597 |
|
|
<attribute> |
598 |
|
|
<vodml-id>stctypes.Asymmetrical3D.minus</vodml-id> |
599 |
|
|
<name>minus</name> |
600 |
|
|
<description> |
601 |
|
|
TODO : Missing description : please, update your UML model asap. |
602 |
|
|
</description> |
603 |
|
|
<datatype> |
604 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
605 |
|
|
</datatype> |
606 |
|
|
<multiplicity> |
607 |
|
|
<minOccurs>3</minOccurs> |
608 |
|
|
<maxOccurs>3</maxOccurs> |
609 |
|
|
</multiplicity> |
610 |
|
|
</attribute> |
611 |
|
|
</dataType> |
612 |
|
|
|
613 |
|
|
<dataType> |
614 |
|
|
<vodml-id>stctypes.Ellipse</vodml-id> |
615 |
|
|
<name>Ellipse</name> |
616 |
|
|
<description> |
617 |
|
|
TODO : Missing description : please, update your UML model asap. |
618 |
|
|
</description> |
619 |
|
|
<extends> |
620 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
621 |
|
|
</extends> |
622 |
|
|
<attribute> |
623 |
|
|
<vodml-id>stctypes.Ellipse.semiAxis</vodml-id> |
624 |
|
|
<name>semiAxis</name> |
625 |
|
|
<description> |
626 |
|
|
TODO : Missing description : please, update your UML model asap. |
627 |
|
|
</description> |
628 |
|
|
<datatype> |
629 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
630 |
|
|
</datatype> |
631 |
|
|
<multiplicity> |
632 |
|
|
<minOccurs>2</minOccurs> |
633 |
|
|
<maxOccurs>2</maxOccurs> |
634 |
|
|
</multiplicity> |
635 |
|
|
</attribute> |
636 |
|
|
<attribute> |
637 |
|
|
<vodml-id>stctypes.Ellipse.posAngle</vodml-id> |
638 |
|
|
<name>posAngle</name> |
639 |
|
|
<description> |
640 |
|
|
TODO : Missing description : please, update your UML model asap. |
641 |
|
|
</description> |
642 |
|
|
<datatype> |
643 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
644 |
|
|
</datatype> |
645 |
|
|
<multiplicity> |
646 |
|
|
<minOccurs>1</minOccurs> |
647 |
|
|
<maxOccurs>1</maxOccurs> |
648 |
|
|
</multiplicity> |
649 |
|
|
</attribute> |
650 |
|
|
</dataType> |
651 |
|
|
|
652 |
|
|
<dataType> |
653 |
|
|
<vodml-id>stctypes.CovarianceMatrix2D</vodml-id> |
654 |
|
|
<name>CovarianceMatrix2D</name> |
655 |
|
|
<description> |
656 |
|
|
TODO : Missing description : please, update your UML model asap. |
657 |
|
|
</description> |
658 |
|
|
<extends> |
659 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
660 |
|
|
</extends> |
661 |
|
|
<attribute> |
662 |
|
|
<vodml-id>stctypes.CovarianceMatrix2D.matrix</vodml-id> |
663 |
|
|
<name>matrix</name> |
664 |
|
|
<description> |
665 |
|
|
TODO : Missing description : please, update your UML model asap. |
666 |
|
|
</description> |
667 |
|
|
<datatype> |
668 |
|
|
<vodml-ref>stc2_measurements:stctypes.Matrix2x2</vodml-ref> |
669 |
|
|
</datatype> |
670 |
|
|
<multiplicity> |
671 |
|
|
<minOccurs>1</minOccurs> |
672 |
|
|
<maxOccurs>1</maxOccurs> |
673 |
|
|
</multiplicity> |
674 |
|
|
</attribute> |
675 |
|
|
</dataType> |
676 |
|
|
|
677 |
|
|
<dataType> |
678 |
|
|
<vodml-id>stctypes.Ellipsoid</vodml-id> |
679 |
|
|
<name>Ellipsoid</name> |
680 |
|
|
<description> |
681 |
|
|
TODO : Missing description : please, update your UML model asap. |
682 |
|
|
</description> |
683 |
|
|
<extends> |
684 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
685 |
|
|
</extends> |
686 |
|
|
<attribute> |
687 |
|
|
<vodml-id>stctypes.Ellipsoid.semiAxis</vodml-id> |
688 |
|
|
<name>semiAxis</name> |
689 |
|
|
<description> |
690 |
|
|
TODO : Missing description : please, update your UML model asap. |
691 |
|
|
</description> |
692 |
|
|
<datatype> |
693 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
694 |
|
|
</datatype> |
695 |
|
|
<multiplicity> |
696 |
|
|
<minOccurs>3</minOccurs> |
697 |
|
|
<maxOccurs>3</maxOccurs> |
698 |
|
|
</multiplicity> |
699 |
|
|
</attribute> |
700 |
|
|
<attribute> |
701 |
|
|
<vodml-id>stctypes.Ellipsoid.posAngle</vodml-id> |
702 |
|
|
<name>posAngle</name> |
703 |
|
|
<description> |
704 |
|
|
TODO : Missing description : please, update your UML model asap. |
705 |
|
|
</description> |
706 |
|
|
<datatype> |
707 |
|
|
<vodml-ref>ivoa:RealQuantity</vodml-ref> |
708 |
|
|
</datatype> |
709 |
|
|
<multiplicity> |
710 |
|
|
<minOccurs>2</minOccurs> |
711 |
|
|
<maxOccurs>2</maxOccurs> |
712 |
|
|
</multiplicity> |
713 |
|
|
</attribute> |
714 |
|
|
</dataType> |
715 |
|
|
|
716 |
|
|
<dataType> |
717 |
|
|
<vodml-id>stctypes.CovarianceMatrix3D</vodml-id> |
718 |
|
|
<name>CovarianceMatrix3D</name> |
719 |
|
|
<description> |
720 |
|
|
TODO : Missing description : please, update your UML model asap. |
721 |
|
|
</description> |
722 |
|
|
<extends> |
723 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
724 |
|
|
</extends> |
725 |
|
|
<attribute> |
726 |
|
|
<vodml-id>stctypes.CovarianceMatrix3D.matrix</vodml-id> |
727 |
|
|
<name>matrix</name> |
728 |
|
|
<description> |
729 |
|
|
TODO : Missing description : please, update your UML model asap. |
730 |
|
|
</description> |
731 |
|
|
<datatype> |
732 |
|
|
<vodml-ref>stc2_measurements:stctypes.Matrix3x3</vodml-ref> |
733 |
|
|
</datatype> |
734 |
|
|
<multiplicity> |
735 |
|
|
<minOccurs>1</minOccurs> |
736 |
|
|
<maxOccurs>1</maxOccurs> |
737 |
|
|
</multiplicity> |
738 |
|
|
</attribute> |
739 |
|
|
</dataType> |
740 |
|
|
|
741 |
|
|
<dataType> |
742 |
|
|
<vodml-id>stctypes.PDF1D</vodml-id> |
743 |
|
|
<name>PDF1D</name> |
744 |
|
|
<description> |
745 |
|
|
TODO : Missing description : please, update your UML model asap. |
746 |
|
|
</description> |
747 |
|
|
<extends> |
748 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
749 |
|
|
</extends> |
750 |
|
|
</dataType> |
751 |
|
|
|
752 |
|
|
<dataType> |
753 |
|
|
<vodml-id>stctypes.PDF2D</vodml-id> |
754 |
|
|
<name>PDF2D</name> |
755 |
|
|
<description> |
756 |
|
|
TODO : Missing description : please, update your UML model asap. |
757 |
|
|
</description> |
758 |
|
|
<extends> |
759 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
760 |
|
|
</extends> |
761 |
|
|
</dataType> |
762 |
|
|
|
763 |
|
|
<dataType> |
764 |
|
|
<vodml-id>stctypes.PDF3D</vodml-id> |
765 |
|
|
<name>PDF3D</name> |
766 |
|
|
<description> |
767 |
|
|
TODO : Missing description : please, update your UML model asap. |
768 |
|
|
</description> |
769 |
|
|
<extends> |
770 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
771 |
|
|
</extends> |
772 |
|
|
</dataType> |
773 |
|
|
|
774 |
|
|
<dataType abstract="true"> |
775 |
|
|
<vodml-id>stctypes.Uncertainty</vodml-id> |
776 |
|
|
<name>Uncertainty</name> |
777 |
|
|
<description> |
778 |
|
|
TODO : Missing description : please, update your UML model asap. |
779 |
|
|
</description> |
780 |
|
|
</dataType> |
781 |
|
|
|
782 |
|
|
</package> |
783 |
|
|
|
784 |
|
|
|
785 |
|
|
|
786 |
|
|
<package> |
787 |
|
|
<vodml-id>uncertainty</vodml-id> |
788 |
|
|
<name>uncertainty</name> |
789 |
|
|
<description> |
790 |
|
|
TODO : Missing description : please, update your UML model asap. |
791 |
|
|
</description> |
792 |
|
|
<objectType abstract="true"> |
793 |
|
|
<vodml-id>uncertainty.CoordMeasure</vodml-id> |
794 |
|
|
<name>CoordMeasure</name> |
795 |
|
|
<description> |
796 |
|
|
TODO : Missing description : please, update your UML model asap. |
797 |
|
|
</description> |
798 |
|
|
<attribute> |
799 |
|
|
<vodml-id>uncertainty.CoordMeasure.coord</vodml-id> |
800 |
|
|
<name>coord</name> |
801 |
|
|
<description> |
802 |
|
|
TODO : Missing description : please, update your UML model asap. |
803 |
|
|
</description> |
804 |
|
|
<datatype> |
805 |
|
|
<vodml-ref>stc2_coordinates:coords.CoordValue</vodml-ref> |
806 |
|
|
</datatype> |
807 |
|
|
<multiplicity> |
808 |
|
|
<minOccurs>0</minOccurs> |
809 |
|
|
<maxOccurs>1</maxOccurs> |
810 |
|
|
</multiplicity> |
811 |
|
|
</attribute> |
812 |
|
|
<composition> |
813 |
|
|
<vodml-id>uncertainty.CoordMeasure.error</vodml-id> |
814 |
|
|
<name>error</name> |
815 |
|
|
<description> |
816 |
|
|
TODO : Missing description : please, update your UML model asap. |
817 |
|
|
</description> |
818 |
|
|
<datatype> |
819 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error</vodml-ref> |
820 |
|
|
</datatype> |
821 |
|
|
<multiplicity> |
822 |
|
|
<minOccurs>0</minOccurs> |
823 |
|
|
<maxOccurs>1</maxOccurs> |
824 |
|
|
</multiplicity> |
825 |
|
|
</composition> |
826 |
|
|
<composition> |
827 |
|
|
<vodml-id>uncertainty.CoordMeasure.resolution</vodml-id> |
828 |
|
|
<name>resolution</name> |
829 |
|
|
<description> |
830 |
|
|
TODO : Missing description : please, update your UML model asap. |
831 |
|
|
</description> |
832 |
|
|
<datatype> |
833 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution</vodml-ref> |
834 |
|
|
</datatype> |
835 |
|
|
<multiplicity> |
836 |
|
|
<minOccurs>0</minOccurs> |
837 |
|
|
<maxOccurs>1</maxOccurs> |
838 |
|
|
</multiplicity> |
839 |
|
|
</composition> |
840 |
|
|
</objectType> |
841 |
|
|
|
842 |
|
|
<objectType abstract="true"> |
843 |
|
|
<vodml-id>uncertainty.Error</vodml-id> |
844 |
|
|
<name>Error</name> |
845 |
|
|
<description> |
846 |
|
|
TODO : Missing description : please, update your UML model asap. |
847 |
|
|
</description> |
848 |
|
|
</objectType> |
849 |
|
|
|
850 |
|
|
<objectType> |
851 |
|
|
<vodml-id>uncertainty.Error1D</vodml-id> |
852 |
|
|
<name>Error1D</name> |
853 |
|
|
<description> |
854 |
|
|
TODO : Missing description : please, update your UML model asap. |
855 |
|
|
</description> |
856 |
|
|
<extends> |
857 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error</vodml-ref> |
858 |
|
|
</extends> |
859 |
|
|
<attribute> |
860 |
|
|
<vodml-id>uncertainty.Error1D.statError</vodml-id> |
861 |
|
|
<name>statError</name> |
862 |
|
|
<description> |
863 |
|
|
TODO : Missing description : please, update your UML model asap. |
864 |
|
|
</description> |
865 |
|
|
<datatype> |
866 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
867 |
|
|
</datatype> |
868 |
|
|
<multiplicity> |
869 |
|
|
<minOccurs>0</minOccurs> |
870 |
|
|
<maxOccurs>1</maxOccurs> |
871 |
|
|
</multiplicity> |
872 |
|
|
</attribute> |
873 |
|
|
<attribute> |
874 |
|
|
<vodml-id>uncertainty.Error1D.sysError</vodml-id> |
875 |
|
|
<name>sysError</name> |
876 |
|
|
<description> |
877 |
|
|
TODO : Missing description : please, update your UML model asap. |
878 |
|
|
</description> |
879 |
|
|
<datatype> |
880 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
881 |
|
|
</datatype> |
882 |
|
|
<multiplicity> |
883 |
|
|
<minOccurs>0</minOccurs> |
884 |
|
|
<maxOccurs>1</maxOccurs> |
885 |
|
|
</multiplicity> |
886 |
|
|
</attribute> |
887 |
|
|
<attribute> |
888 |
|
|
<vodml-id>uncertainty.Error1D.ranError</vodml-id> |
889 |
|
|
<name>ranError</name> |
890 |
|
|
<description> |
891 |
|
|
TODO : Missing description : please, update your UML model asap. |
892 |
|
|
</description> |
893 |
|
|
<datatype> |
894 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
895 |
|
|
</datatype> |
896 |
|
|
<multiplicity> |
897 |
|
|
<minOccurs>0</minOccurs> |
898 |
|
|
<maxOccurs>1</maxOccurs> |
899 |
|
|
</multiplicity> |
900 |
|
|
</attribute> |
901 |
|
|
</objectType> |
902 |
|
|
|
903 |
|
|
<objectType abstract="true"> |
904 |
|
|
<vodml-id>uncertainty.Error2D</vodml-id> |
905 |
|
|
<name>Error2D</name> |
906 |
|
|
<description> |
907 |
|
|
TODO : Missing description : please, update your UML model asap. |
908 |
|
|
</description> |
909 |
|
|
<extends> |
910 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error</vodml-ref> |
911 |
|
|
</extends> |
912 |
|
|
<attribute> |
913 |
|
|
<vodml-id>uncertainty.Error2D.statError</vodml-id> |
914 |
|
|
<name>statError</name> |
915 |
|
|
<description> |
916 |
|
|
TODO : Missing description : please, update your UML model asap. |
917 |
|
|
</description> |
918 |
|
|
<datatype> |
919 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
920 |
|
|
</datatype> |
921 |
|
|
<multiplicity> |
922 |
|
|
<minOccurs>0</minOccurs> |
923 |
|
|
<maxOccurs>1</maxOccurs> |
924 |
|
|
</multiplicity> |
925 |
|
|
</attribute> |
926 |
|
|
<attribute> |
927 |
|
|
<vodml-id>uncertainty.Error2D.sysError</vodml-id> |
928 |
|
|
<name>sysError</name> |
929 |
|
|
<description> |
930 |
|
|
TODO : Missing description : please, update your UML model asap. |
931 |
|
|
</description> |
932 |
|
|
<datatype> |
933 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
934 |
|
|
</datatype> |
935 |
|
|
<multiplicity> |
936 |
|
|
<minOccurs>0</minOccurs> |
937 |
|
|
<maxOccurs>1</maxOccurs> |
938 |
|
|
</multiplicity> |
939 |
|
|
</attribute> |
940 |
|
|
<attribute> |
941 |
|
|
<vodml-id>uncertainty.Error2D.ranError</vodml-id> |
942 |
|
|
<name>ranError</name> |
943 |
|
|
<description> |
944 |
|
|
TODO : Missing description : please, update your UML model asap. |
945 |
|
|
</description> |
946 |
|
|
<datatype> |
947 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
948 |
|
|
</datatype> |
949 |
|
|
<multiplicity> |
950 |
|
|
<minOccurs>0</minOccurs> |
951 |
|
|
<maxOccurs>1</maxOccurs> |
952 |
|
|
</multiplicity> |
953 |
|
|
</attribute> |
954 |
|
|
</objectType> |
955 |
|
|
|
956 |
|
|
<objectType abstract="true"> |
957 |
|
|
<vodml-id>uncertainty.Error3D</vodml-id> |
958 |
|
|
<name>Error3D</name> |
959 |
|
|
<description> |
960 |
|
|
TODO : Missing description : please, update your UML model asap. |
961 |
|
|
</description> |
962 |
|
|
<extends> |
963 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error</vodml-ref> |
964 |
|
|
</extends> |
965 |
|
|
<attribute> |
966 |
|
|
<vodml-id>uncertainty.Error3D.statError</vodml-id> |
967 |
|
|
<name>statError</name> |
968 |
|
|
<description> |
969 |
|
|
TODO : Missing description : please, update your UML model asap. |
970 |
|
|
</description> |
971 |
|
|
<datatype> |
972 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
973 |
|
|
</datatype> |
974 |
|
|
<multiplicity> |
975 |
|
|
<minOccurs>0</minOccurs> |
976 |
|
|
<maxOccurs>1</maxOccurs> |
977 |
|
|
</multiplicity> |
978 |
|
|
</attribute> |
979 |
|
|
<attribute> |
980 |
|
|
<vodml-id>uncertainty.Error3D.sysError</vodml-id> |
981 |
|
|
<name>sysError</name> |
982 |
|
|
<description> |
983 |
|
|
TODO : Missing description : please, update your UML model asap. |
984 |
|
|
</description> |
985 |
|
|
<datatype> |
986 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
987 |
|
|
</datatype> |
988 |
|
|
<multiplicity> |
989 |
|
|
<minOccurs>0</minOccurs> |
990 |
|
|
<maxOccurs>1</maxOccurs> |
991 |
|
|
</multiplicity> |
992 |
|
|
</attribute> |
993 |
|
|
<attribute> |
994 |
|
|
<vodml-id>uncertainty.Error3D.ranError</vodml-id> |
995 |
|
|
<name>ranError</name> |
996 |
|
|
<description> |
997 |
|
|
TODO : Missing description : please, update your UML model asap. |
998 |
|
|
</description> |
999 |
|
|
<datatype> |
1000 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
1001 |
|
|
</datatype> |
1002 |
|
|
<multiplicity> |
1003 |
|
|
<minOccurs>0</minOccurs> |
1004 |
|
|
<maxOccurs>1</maxOccurs> |
1005 |
|
|
</multiplicity> |
1006 |
|
|
</attribute> |
1007 |
|
|
</objectType> |
1008 |
|
|
|
1009 |
|
|
<objectType abstract="true"> |
1010 |
|
|
<vodml-id>uncertainty.Resolution</vodml-id> |
1011 |
|
|
<name>Resolution</name> |
1012 |
|
|
<description> |
1013 |
|
|
TODO : Missing description : please, update your UML model asap. |
1014 |
|
|
</description> |
1015 |
|
|
</objectType> |
1016 |
|
|
|
1017 |
|
|
<objectType> |
1018 |
|
|
<vodml-id>uncertainty.Resolution1D</vodml-id> |
1019 |
|
|
<name>Resolution1D</name> |
1020 |
|
|
<description> |
1021 |
|
|
TODO : Missing description : please, update your UML model asap. |
1022 |
|
|
</description> |
1023 |
|
|
<extends> |
1024 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution</vodml-ref> |
1025 |
|
|
</extends> |
1026 |
|
|
<attribute> |
1027 |
|
|
<vodml-id>uncertainty.Resolution1D.resolutionSigma</vodml-id> |
1028 |
|
|
<name>resolutionSigma</name> |
1029 |
|
|
<description> |
1030 |
|
|
TODO : Missing description : please, update your UML model asap. |
1031 |
|
|
</description> |
1032 |
|
|
<datatype> |
1033 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
1034 |
|
|
</datatype> |
1035 |
|
|
<multiplicity> |
1036 |
|
|
<minOccurs>0</minOccurs> |
1037 |
|
|
<maxOccurs>1</maxOccurs> |
1038 |
|
|
</multiplicity> |
1039 |
|
|
</attribute> |
1040 |
|
|
<attribute> |
1041 |
|
|
<vodml-id>uncertainty.Resolution1D.resolutionFWHM</vodml-id> |
1042 |
|
|
<name>resolutionFWHM</name> |
1043 |
|
|
<description> |
1044 |
|
|
TODO : Missing description : please, update your UML model asap. |
1045 |
|
|
</description> |
1046 |
|
|
<datatype> |
1047 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
1048 |
|
|
</datatype> |
1049 |
|
|
<multiplicity> |
1050 |
|
|
<minOccurs>0</minOccurs> |
1051 |
|
|
<maxOccurs>1</maxOccurs> |
1052 |
|
|
</multiplicity> |
1053 |
|
|
</attribute> |
1054 |
|
|
</objectType> |
1055 |
|
|
|
1056 |
|
|
<objectType abstract="true"> |
1057 |
|
|
<vodml-id>uncertainty.Resolution2D</vodml-id> |
1058 |
|
|
<name>Resolution2D</name> |
1059 |
|
|
<description> |
1060 |
|
|
TODO : Missing description : please, update your UML model asap. |
1061 |
|
|
</description> |
1062 |
|
|
<extends> |
1063 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution</vodml-ref> |
1064 |
|
|
</extends> |
1065 |
|
|
<attribute> |
1066 |
|
|
<vodml-id>uncertainty.Resolution2D.resolutionSigma</vodml-id> |
1067 |
|
|
<name>resolutionSigma</name> |
1068 |
|
|
<description> |
1069 |
|
|
TODO : Missing description : please, update your UML model asap. |
1070 |
|
|
</description> |
1071 |
|
|
<datatype> |
1072 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
1073 |
|
|
</datatype> |
1074 |
|
|
<multiplicity> |
1075 |
|
|
<minOccurs>0</minOccurs> |
1076 |
|
|
<maxOccurs>1</maxOccurs> |
1077 |
|
|
</multiplicity> |
1078 |
|
|
</attribute> |
1079 |
|
|
<attribute> |
1080 |
|
|
<vodml-id>uncertainty.Resolution2D.resolutionFWHM</vodml-id> |
1081 |
|
|
<name>resolutionFWHM</name> |
1082 |
|
|
<description> |
1083 |
|
|
TODO : Missing description : please, update your UML model asap. |
1084 |
|
|
</description> |
1085 |
|
|
<datatype> |
1086 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
1087 |
|
|
</datatype> |
1088 |
|
|
<multiplicity> |
1089 |
|
|
<minOccurs>0</minOccurs> |
1090 |
|
|
<maxOccurs>1</maxOccurs> |
1091 |
|
|
</multiplicity> |
1092 |
|
|
</attribute> |
1093 |
|
|
</objectType> |
1094 |
|
|
|
1095 |
|
|
<objectType abstract="true"> |
1096 |
|
|
<vodml-id>uncertainty.Resolution3D</vodml-id> |
1097 |
|
|
<name>Resolution3D</name> |
1098 |
|
|
<description> |
1099 |
|
|
TODO : Missing description : please, update your UML model asap. |
1100 |
|
|
</description> |
1101 |
|
|
<extends> |
1102 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution</vodml-ref> |
1103 |
|
|
</extends> |
1104 |
|
|
<attribute> |
1105 |
|
|
<vodml-id>uncertainty.Resolution3D.resolutionSigma</vodml-id> |
1106 |
|
|
<name>resolutionSigma</name> |
1107 |
|
|
<description> |
1108 |
|
|
TODO : Missing description : please, update your UML model asap. |
1109 |
|
|
</description> |
1110 |
|
|
<datatype> |
1111 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
1112 |
|
|
</datatype> |
1113 |
|
|
<multiplicity> |
1114 |
|
|
<minOccurs>0</minOccurs> |
1115 |
|
|
<maxOccurs>1</maxOccurs> |
1116 |
|
|
</multiplicity> |
1117 |
|
|
</attribute> |
1118 |
|
|
<attribute> |
1119 |
|
|
<vodml-id>uncertainty.Resolution3D.resolutionFWHM</vodml-id> |
1120 |
|
|
<name>resolutionFWHM</name> |
1121 |
|
|
<description> |
1122 |
|
|
TODO : Missing description : please, update your UML model asap. |
1123 |
|
|
</description> |
1124 |
|
|
<datatype> |
1125 |
|
|
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
1126 |
|
|
</datatype> |
1127 |
|
|
<multiplicity> |
1128 |
|
|
<minOccurs>0</minOccurs> |
1129 |
|
|
<maxOccurs>1</maxOccurs> |
1130 |
|
|
</multiplicity> |
1131 |
|
|
</attribute> |
1132 |
|
|
</objectType> |
1133 |
|
|
|
1134 |
|
|
</package> |
1135 |
|
|
|
1136 |
|
|
|
1137 |
|
|
|
1138 |
|
|
<package> |
1139 |
|
|
<vodml-id>CoordinateMDomains</vodml-id> |
1140 |
|
|
<name>CoordinateMDomains</name> |
1141 |
|
|
<description> |
1142 |
|
|
TODO : Missing description : please, update your UML model asap. |
1143 |
|
|
</description> |
1144 |
|
|
|
1145 |
|
|
|
1146 |
|
|
<package> |
1147 |
|
|
<vodml-id>CoordinateMDomains.genericMDomain</vodml-id> |
1148 |
|
|
<name>genericMDomain</name> |
1149 |
|
|
<description> |
1150 |
|
|
TODO : Missing description : please, update your UML model asap. |
1151 |
|
|
</description> |
1152 |
|
|
<objectType> |
1153 |
|
|
<vodml-id>CoordinateMDomains.genericMDomain.GenericCoordMeasure</vodml-id> |
1154 |
|
|
<name>GenericCoordMeasure</name> |
1155 |
|
|
<description>The GenericCoordMeasure object provides a full description of a measured instant in the generic coordinate space, optionally adding the known error and/or resolution to the generic coordinate value.</description> |
1156 |
|
|
<extends> |
1157 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure</vodml-ref> |
1158 |
|
|
</extends> |
1159 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1160 |
|
|
<role> |
1161 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.coord</vodml-ref> |
1162 |
|
|
</role> |
1163 |
|
|
<datatype> |
1164 |
|
|
<vodml-ref>stc2_coordinates:CoordinateDomains.genericDomain.GenericCoordValue</vodml-ref> |
1165 |
|
|
</datatype> |
1166 |
|
|
</constraint> |
1167 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1168 |
|
|
<role> |
1169 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.error</vodml-ref> |
1170 |
|
|
</role> |
1171 |
|
|
<datatype> |
1172 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error1D</vodml-ref> |
1173 |
|
|
</datatype> |
1174 |
|
|
</constraint> |
1175 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1176 |
|
|
<role> |
1177 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.resolution</vodml-ref> |
1178 |
|
|
</role> |
1179 |
|
|
<datatype> |
1180 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution1D</vodml-ref> |
1181 |
|
|
</datatype> |
1182 |
|
|
</constraint> |
1183 |
|
|
</objectType> |
1184 |
|
|
|
1185 |
|
|
</package> |
1186 |
|
|
|
1187 |
|
|
|
1188 |
|
|
|
1189 |
|
|
<package> |
1190 |
|
|
<vodml-id>CoordinateMDomains.pixelMDomain</vodml-id> |
1191 |
|
|
<name>pixelMDomain</name> |
1192 |
|
|
<description> |
1193 |
|
|
TODO : Missing description : please, update your UML model asap. |
1194 |
|
|
</description> |
1195 |
|
|
<objectType> |
1196 |
|
|
<vodml-id>CoordinateMDomains.pixelMDomain.PixelCoordinateMeasure1D</vodml-id> |
1197 |
|
|
<name>PixelCoordinateMeasure1D</name> |
1198 |
|
|
<description>The 1-dimensional SpatialCoordMeasure object provides a full description of a measured instant in the spatial coordinate space, optionally adding the known error (uncertainty) and/or resolution to the spatial coordinate value.</description> |
1199 |
|
|
<extends> |
1200 |
|
|
<vodml-ref>stc2_measurements:CoordinateMDomains.pixelMDomain.PixelCoordinateMeasure</vodml-ref> |
1201 |
|
|
</extends> |
1202 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1203 |
|
|
<role> |
1204 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.coord</vodml-ref> |
1205 |
|
|
</role> |
1206 |
|
|
<datatype> |
1207 |
|
|
<vodml-ref>stc2_coordinates:CoordinateDomains.pixelDomain.PixelCoord1D</vodml-ref> |
1208 |
|
|
</datatype> |
1209 |
|
|
</constraint> |
1210 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1211 |
|
|
<role> |
1212 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.error</vodml-ref> |
1213 |
|
|
</role> |
1214 |
|
|
<datatype> |
1215 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error1D</vodml-ref> |
1216 |
|
|
</datatype> |
1217 |
|
|
</constraint> |
1218 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1219 |
|
|
<role> |
1220 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.resolution</vodml-ref> |
1221 |
|
|
</role> |
1222 |
|
|
<datatype> |
1223 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution1D</vodml-ref> |
1224 |
|
|
</datatype> |
1225 |
|
|
</constraint> |
1226 |
|
|
</objectType> |
1227 |
|
|
|
1228 |
|
|
<objectType> |
1229 |
|
|
<vodml-id>CoordinateMDomains.pixelMDomain.PixelCoordinateMeasure2D</vodml-id> |
1230 |
|
|
<name>PixelCoordinateMeasure2D</name> |
1231 |
|
|
<description>The 2-dimensional SpatialCoordMeasure object provides a full description of a measured instant in the spatial coordinate space, optionally adding the known error (uncertainty) and/or resolution to the spatial coordinate value.</description> |
1232 |
|
|
<extends> |
1233 |
|
|
<vodml-ref>stc2_measurements:CoordinateMDomains.pixelMDomain.PixelCoordinateMeasure</vodml-ref> |
1234 |
|
|
</extends> |
1235 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1236 |
|
|
<role> |
1237 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.coord</vodml-ref> |
1238 |
|
|
</role> |
1239 |
|
|
<datatype> |
1240 |
|
|
<vodml-ref>stc2_coordinates:CoordinateDomains.pixelDomain.PixelCoord2D</vodml-ref> |
1241 |
|
|
</datatype> |
1242 |
|
|
</constraint> |
1243 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1244 |
|
|
<role> |
1245 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.error</vodml-ref> |
1246 |
|
|
</role> |
1247 |
|
|
<datatype> |
1248 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error2D</vodml-ref> |
1249 |
|
|
</datatype> |
1250 |
|
|
</constraint> |
1251 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1252 |
|
|
<role> |
1253 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.resolution</vodml-ref> |
1254 |
|
|
</role> |
1255 |
|
|
<datatype> |
1256 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution2D</vodml-ref> |
1257 |
|
|
</datatype> |
1258 |
|
|
</constraint> |
1259 |
|
|
</objectType> |
1260 |
|
|
|
1261 |
|
|
<objectType> |
1262 |
|
|
<vodml-id>CoordinateMDomains.pixelMDomain.PixelCoordinateMeasure3D</vodml-id> |
1263 |
|
|
<name>PixelCoordinateMeasure3D</name> |
1264 |
|
|
<description>The 3-dimensional SpatialCoordMeasure object provides a full description of a measured instant in the spatial coordinate space, optionally adding the known error (uncertainty) and/or resolution to the spatial coordinate value.</description> |
1265 |
|
|
<extends> |
1266 |
|
|
<vodml-ref>stc2_measurements:CoordinateMDomains.pixelMDomain.PixelCoordinateMeasure</vodml-ref> |
1267 |
|
|
</extends> |
1268 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1269 |
|
|
<role> |
1270 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.coord</vodml-ref> |
1271 |
|
|
</role> |
1272 |
|
|
<datatype> |
1273 |
|
|
<vodml-ref>stc2_coordinates:CoordinateDomains.pixelDomain.PixelCoord3D</vodml-ref> |
1274 |
|
|
</datatype> |
1275 |
|
|
</constraint> |
1276 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1277 |
|
|
<role> |
1278 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.error</vodml-ref> |
1279 |
|
|
</role> |
1280 |
|
|
<datatype> |
1281 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error3D</vodml-ref> |
1282 |
|
|
</datatype> |
1283 |
|
|
</constraint> |
1284 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1285 |
|
|
<role> |
1286 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.resolution</vodml-ref> |
1287 |
|
|
</role> |
1288 |
|
|
<datatype> |
1289 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution3D</vodml-ref> |
1290 |
|
|
</datatype> |
1291 |
|
|
</constraint> |
1292 |
|
|
</objectType> |
1293 |
|
|
|
1294 |
|
|
<objectType abstract="true"> |
1295 |
|
|
<vodml-id>CoordinateMDomains.pixelMDomain.PixelCoordinateMeasure</vodml-id> |
1296 |
|
|
<name>PixelCoordinateMeasure</name> |
1297 |
|
|
<description>The SpatialCoordMeasure object provides a full description of a measured instant in the spatial coordinate space, optionally adding the known error (uncertainty) and/or resolution to the spatial coordinate value.</description> |
1298 |
|
|
<extends> |
1299 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure</vodml-ref> |
1300 |
|
|
</extends> |
1301 |
|
|
</objectType> |
1302 |
|
|
|
1303 |
|
|
</package> |
1304 |
|
|
|
1305 |
|
|
|
1306 |
|
|
|
1307 |
|
|
<package> |
1308 |
|
|
<vodml-id>CoordinateMDomains.polarizationMDomain</vodml-id> |
1309 |
|
|
<name>polarizationMDomain</name> |
1310 |
|
|
<description> |
1311 |
|
|
TODO : Missing description : please, update your UML model asap. |
1312 |
|
|
</description> |
1313 |
|
|
<objectType> |
1314 |
|
|
<vodml-id>CoordinateMDomains.polarizationMDomain.PolCoord</vodml-id> |
1315 |
|
|
<name>PolCoord</name> |
1316 |
|
|
<description>The Polarization coordinate object contains the coordinate value and the Polarization Tyoe.</description> |
1317 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1318 |
|
|
<role> |
1319 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.coord</vodml-ref> |
1320 |
|
|
</role> |
1321 |
|
|
<datatype> |
1322 |
|
|
<vodml-ref>stc2_coordinates:CoordinateDomains.polarizationDomain.PolCoordValue</vodml-ref> |
1323 |
|
|
</datatype> |
1324 |
|
|
</constraint> |
1325 |
|
|
</objectType> |
1326 |
|
|
|
1327 |
|
|
</package> |
1328 |
|
|
|
1329 |
|
|
|
1330 |
|
|
|
1331 |
|
|
<package> |
1332 |
|
|
<vodml-id>CoordinateMDomains.redshiftMDomain</vodml-id> |
1333 |
|
|
<name>redshiftMDomain</name> |
1334 |
|
|
<description> |
1335 |
|
|
TODO : Missing description : please, update your UML model asap. |
1336 |
|
|
</description> |
1337 |
|
|
<objectType> |
1338 |
|
|
<vodml-id>CoordinateMDomains.redshiftMDomain.RedshiftCoordMeasure</vodml-id> |
1339 |
|
|
<name>RedshiftCoordMeasure</name> |
1340 |
|
|
<description>The RedshiftCoordMeasure object provides a full description of a measured instant in redshift space, optionally adding the known error and/or resolution to the redshift coordinate value.</description> |
1341 |
|
|
<extends> |
1342 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure</vodml-ref> |
1343 |
|
|
</extends> |
1344 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1345 |
|
|
<role> |
1346 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.coord</vodml-ref> |
1347 |
|
|
</role> |
1348 |
|
|
<datatype> |
1349 |
|
|
<vodml-ref>stc2_coordinates:CoordinateDomains.redshiftDomain.RedshiftValue</vodml-ref> |
1350 |
|
|
</datatype> |
1351 |
|
|
</constraint> |
1352 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1353 |
|
|
<role> |
1354 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.error</vodml-ref> |
1355 |
|
|
</role> |
1356 |
|
|
<datatype> |
1357 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error1D</vodml-ref> |
1358 |
|
|
</datatype> |
1359 |
|
|
</constraint> |
1360 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1361 |
|
|
<role> |
1362 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.resolution</vodml-ref> |
1363 |
|
|
</role> |
1364 |
|
|
<datatype> |
1365 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution1D</vodml-ref> |
1366 |
|
|
</datatype> |
1367 |
|
|
</constraint> |
1368 |
|
|
</objectType> |
1369 |
|
|
|
1370 |
|
|
</package> |
1371 |
|
|
|
1372 |
|
|
|
1373 |
|
|
|
1374 |
|
|
<package> |
1375 |
|
|
<vodml-id>CoordinateMDomains.spatialMDomain</vodml-id> |
1376 |
|
|
<name>spatialMDomain</name> |
1377 |
|
|
<description> |
1378 |
|
|
TODO : Missing description : please, update your UML model asap. |
1379 |
|
|
</description> |
1380 |
|
|
<objectType abstract="true"> |
1381 |
|
|
<vodml-id>CoordinateMDomains.spatialMDomain.Position</vodml-id> |
1382 |
|
|
<name>Position</name> |
1383 |
|
|
<description>The SpatialCoordMeasure object provides a full description of a measured instant in the spatial coordinate space, optionally adding the known error (uncertainty) and/or resolution to the spatial coordinate value.</description> |
1384 |
|
|
<extends> |
1385 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure</vodml-ref> |
1386 |
|
|
</extends> |
1387 |
|
|
</objectType> |
1388 |
|
|
|
1389 |
|
|
<objectType> |
1390 |
|
|
<vodml-id>CoordinateMDomains.spatialMDomain.Position1D</vodml-id> |
1391 |
|
|
<name>Position1D</name> |
1392 |
|
|
<description>The 1-dimensional SpatialCoordMeasure object provides a full description of a measured instant in the spatial coordinate space, optionally adding the known error (uncertainty) and/or resolution to the spatial coordinate value.</description> |
1393 |
|
|
<extends> |
1394 |
|
|
<vodml-ref>stc2_measurements:CoordinateMDomains.spatialMDomain.Position</vodml-ref> |
1395 |
|
|
</extends> |
1396 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1397 |
|
|
<role> |
1398 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.coord</vodml-ref> |
1399 |
|
|
</role> |
1400 |
|
|
<datatype> |
1401 |
|
|
<vodml-ref>stc2_coordinates:CoordinateDomains.spatialDomain.SpatialCoordValue</vodml-ref> |
1402 |
|
|
</datatype> |
1403 |
|
|
</constraint> |
1404 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1405 |
|
|
<role> |
1406 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.error</vodml-ref> |
1407 |
|
|
</role> |
1408 |
|
|
<datatype> |
1409 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error1D</vodml-ref> |
1410 |
|
|
</datatype> |
1411 |
|
|
</constraint> |
1412 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1413 |
|
|
<role> |
1414 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.resolution</vodml-ref> |
1415 |
|
|
</role> |
1416 |
|
|
<datatype> |
1417 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution1D</vodml-ref> |
1418 |
|
|
</datatype> |
1419 |
|
|
</constraint> |
1420 |
|
|
</objectType> |
1421 |
|
|
|
1422 |
|
|
<objectType> |
1423 |
|
|
<vodml-id>CoordinateMDomains.spatialMDomain.Position2D</vodml-id> |
1424 |
|
|
<name>Position2D</name> |
1425 |
|
|
<description>The 2-dimensional SpatialCoordMeasure object provides a full description of a measured instant in the spatial coordinate space, optionally adding the known error (uncertainty) and/or resolution to the spatial coordinate value.</description> |
1426 |
|
|
<extends> |
1427 |
|
|
<vodml-ref>stc2_measurements:CoordinateMDomains.spatialMDomain.Position</vodml-ref> |
1428 |
|
|
</extends> |
1429 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1430 |
|
|
<role> |
1431 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.coord</vodml-ref> |
1432 |
|
|
</role> |
1433 |
|
|
<datatype> |
1434 |
|
|
<vodml-ref>stc2_coordinates:CoordinateDomains.spatialDomain.SpatialValue2D</vodml-ref> |
1435 |
|
|
</datatype> |
1436 |
|
|
</constraint> |
1437 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1438 |
|
|
<role> |
1439 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.error</vodml-ref> |
1440 |
|
|
</role> |
1441 |
|
|
<datatype> |
1442 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error2D</vodml-ref> |
1443 |
|
|
</datatype> |
1444 |
|
|
</constraint> |
1445 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1446 |
|
|
<role> |
1447 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.resolution</vodml-ref> |
1448 |
|
|
</role> |
1449 |
|
|
<datatype> |
1450 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution2D</vodml-ref> |
1451 |
|
|
</datatype> |
1452 |
|
|
</constraint> |
1453 |
|
|
</objectType> |
1454 |
|
|
|
1455 |
|
|
<objectType> |
1456 |
|
|
<vodml-id>CoordinateMDomains.spatialMDomain.Position3D</vodml-id> |
1457 |
|
|
<name>Position3D</name> |
1458 |
|
|
<description>The 3-dimensional SpatialCoordMeasure object provides a full description of a measured instant in the spatial coordinate space, optionally adding the known error (uncertainty) and/or resolution to the spatial coordinate value.</description> |
1459 |
|
|
<extends> |
1460 |
|
|
<vodml-ref>stc2_measurements:CoordinateMDomains.spatialMDomain.Position</vodml-ref> |
1461 |
|
|
</extends> |
1462 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1463 |
|
|
<role> |
1464 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.coord</vodml-ref> |
1465 |
|
|
</role> |
1466 |
|
|
<datatype> |
1467 |
|
|
<vodml-ref>stc2_coordinates:CoordinateDomains.spatialDomain.SpatialValue3D</vodml-ref> |
1468 |
|
|
</datatype> |
1469 |
|
|
</constraint> |
1470 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1471 |
|
|
<role> |
1472 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.error</vodml-ref> |
1473 |
|
|
</role> |
1474 |
|
|
<datatype> |
1475 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error3D</vodml-ref> |
1476 |
|
|
</datatype> |
1477 |
|
|
</constraint> |
1478 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1479 |
|
|
<role> |
1480 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.resolution</vodml-ref> |
1481 |
|
|
</role> |
1482 |
|
|
<datatype> |
1483 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution3D</vodml-ref> |
1484 |
|
|
</datatype> |
1485 |
|
|
</constraint> |
1486 |
|
|
</objectType> |
1487 |
|
|
|
1488 |
|
|
<objectType abstract="true"> |
1489 |
|
|
<vodml-id>CoordinateMDomains.spatialMDomain.Velocity</vodml-id> |
1490 |
|
|
<name>Velocity</name> |
1491 |
|
|
<description>The SpatialCoordMeasure object provides a full description of a measured instant in the spatial coordinate space, optionally adding the known error (uncertainty) and/or resolution to the spatial coordinate value.</description> |
1492 |
|
|
<extends> |
1493 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure</vodml-ref> |
1494 |
|
|
</extends> |
1495 |
|
|
</objectType> |
1496 |
|
|
|
1497 |
|
|
<objectType> |
1498 |
|
|
<vodml-id>CoordinateMDomains.spatialMDomain.Velocity1D</vodml-id> |
1499 |
|
|
<name>Velocity1D</name> |
1500 |
|
|
<description>The 1-dimensional SpatialCoordMeasure object provides a full description of a measured instant in the spatial coordinate space, optionally adding the known error (uncertainty) and/or resolution to the spatial coordinate value.</description> |
1501 |
|
|
<extends> |
1502 |
|
|
<vodml-ref>stc2_measurements:CoordinateMDomains.spatialMDomain.Velocity</vodml-ref> |
1503 |
|
|
</extends> |
1504 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1505 |
|
|
<role> |
1506 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.coord</vodml-ref> |
1507 |
|
|
</role> |
1508 |
|
|
<datatype> |
1509 |
|
|
<vodml-ref>stc2_coordinates:CoordinateDomains.spatialDomain.SpatialCoordValue</vodml-ref> |
1510 |
|
|
</datatype> |
1511 |
|
|
</constraint> |
1512 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1513 |
|
|
<role> |
1514 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.error</vodml-ref> |
1515 |
|
|
</role> |
1516 |
|
|
<datatype> |
1517 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error1D</vodml-ref> |
1518 |
|
|
</datatype> |
1519 |
|
|
</constraint> |
1520 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1521 |
|
|
<role> |
1522 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.resolution</vodml-ref> |
1523 |
|
|
</role> |
1524 |
|
|
<datatype> |
1525 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution1D</vodml-ref> |
1526 |
|
|
</datatype> |
1527 |
|
|
</constraint> |
1528 |
|
|
</objectType> |
1529 |
|
|
|
1530 |
|
|
<objectType> |
1531 |
|
|
<vodml-id>CoordinateMDomains.spatialMDomain.Velocity2D</vodml-id> |
1532 |
|
|
<name>Velocity2D</name> |
1533 |
|
|
<description>The 2-dimensional SpatialCoordMeasure object provides a full description of a measured instant in the spatial coordinate space, optionally adding the known error (uncertainty) and/or resolution to the spatial coordinate value.</description> |
1534 |
|
|
<extends> |
1535 |
|
|
<vodml-ref>stc2_measurements:CoordinateMDomains.spatialMDomain.Velocity</vodml-ref> |
1536 |
|
|
</extends> |
1537 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1538 |
|
|
<role> |
1539 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.coord</vodml-ref> |
1540 |
|
|
</role> |
1541 |
|
|
<datatype> |
1542 |
|
|
<vodml-ref>stc2_coordinates:CoordinateDomains.spatialDomain.SpatialValue2D</vodml-ref> |
1543 |
|
|
</datatype> |
1544 |
|
|
</constraint> |
1545 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1546 |
|
|
<role> |
1547 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.error</vodml-ref> |
1548 |
|
|
</role> |
1549 |
|
|
<datatype> |
1550 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error2D</vodml-ref> |
1551 |
|
|
</datatype> |
1552 |
|
|
</constraint> |
1553 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1554 |
|
|
<role> |
1555 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.resolution</vodml-ref> |
1556 |
|
|
</role> |
1557 |
|
|
<datatype> |
1558 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution2D</vodml-ref> |
1559 |
|
|
</datatype> |
1560 |
|
|
</constraint> |
1561 |
|
|
</objectType> |
1562 |
|
|
|
1563 |
|
|
<objectType> |
1564 |
|
|
<vodml-id>CoordinateMDomains.spatialMDomain.Velocity3D</vodml-id> |
1565 |
|
|
<name>Velocity3D</name> |
1566 |
|
|
<description>The 3-dimensional SpatialCoordMeasure object provides a full description of a measured instant in the spatial coordinate space, optionally adding the known error (uncertainty) and/or resolution to the spatial coordinate value.</description> |
1567 |
|
|
<extends> |
1568 |
|
|
<vodml-ref>stc2_measurements:CoordinateMDomains.spatialMDomain.Velocity</vodml-ref> |
1569 |
|
|
</extends> |
1570 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1571 |
|
|
<role> |
1572 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.coord</vodml-ref> |
1573 |
|
|
</role> |
1574 |
|
|
<datatype> |
1575 |
|
|
<vodml-ref>stc2_coordinates:CoordinateDomains.spatialDomain.SpatialValue3D</vodml-ref> |
1576 |
|
|
</datatype> |
1577 |
|
|
</constraint> |
1578 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1579 |
|
|
<role> |
1580 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.error</vodml-ref> |
1581 |
|
|
</role> |
1582 |
|
|
<datatype> |
1583 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error3D</vodml-ref> |
1584 |
|
|
</datatype> |
1585 |
|
|
</constraint> |
1586 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1587 |
|
|
<role> |
1588 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.resolution</vodml-ref> |
1589 |
|
|
</role> |
1590 |
|
|
<datatype> |
1591 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution3D</vodml-ref> |
1592 |
|
|
</datatype> |
1593 |
|
|
</constraint> |
1594 |
|
|
</objectType> |
1595 |
|
|
|
1596 |
|
|
</package> |
1597 |
|
|
|
1598 |
|
|
|
1599 |
|
|
|
1600 |
|
|
<package> |
1601 |
|
|
<vodml-id>CoordinateMDomains.spectralMDomain</vodml-id> |
1602 |
|
|
<name>spectralMDomain</name> |
1603 |
|
|
<description> |
1604 |
|
|
TODO : Missing description : please, update your UML model asap. |
1605 |
|
|
</description> |
1606 |
|
|
<objectType> |
1607 |
|
|
<vodml-id>CoordinateMDomains.spectralMDomain.SpectralCoordMeasure</vodml-id> |
1608 |
|
|
<name>SpectralCoordMeasure</name> |
1609 |
|
|
<description>The SpectralCoordMeasure object provides a full description of a measured instant in spectral space, optionally adding the known error and/or resolution to the spectral coordinate value.</description> |
1610 |
|
|
<extends> |
1611 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure</vodml-ref> |
1612 |
|
|
</extends> |
1613 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1614 |
|
|
<role> |
1615 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.coord</vodml-ref> |
1616 |
|
|
</role> |
1617 |
|
|
<datatype> |
1618 |
|
|
<vodml-ref>stc2_coordinates:CoordinateDomains.spectralDomain.SpectralValue</vodml-ref> |
1619 |
|
|
</datatype> |
1620 |
|
|
</constraint> |
1621 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1622 |
|
|
<role> |
1623 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.error</vodml-ref> |
1624 |
|
|
</role> |
1625 |
|
|
<datatype> |
1626 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error1D</vodml-ref> |
1627 |
|
|
</datatype> |
1628 |
|
|
</constraint> |
1629 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1630 |
|
|
<role> |
1631 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.resolution</vodml-ref> |
1632 |
|
|
</role> |
1633 |
|
|
<datatype> |
1634 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution1D</vodml-ref> |
1635 |
|
|
</datatype> |
1636 |
|
|
</constraint> |
1637 |
|
|
</objectType> |
1638 |
|
|
|
1639 |
|
|
</package> |
1640 |
|
|
|
1641 |
|
|
|
1642 |
|
|
|
1643 |
|
|
<package> |
1644 |
|
|
<vodml-id>CoordinateMDomains.timeMDomain</vodml-id> |
1645 |
|
|
<name>timeMDomain</name> |
1646 |
|
|
<description> |
1647 |
|
|
TODO : Missing description : please, update your UML model asap. |
1648 |
|
|
</description> |
1649 |
|
|
<objectType> |
1650 |
|
|
<vodml-id>CoordinateMDomains.timeMDomain.TimeMeasure</vodml-id> |
1651 |
|
|
<name>TimeMeasure</name> |
1652 |
|
|
<description>The TimeMeasure object provides a full description of a measured instant in time, optionally adding the known error and/or resolution to the time stamp.</description> |
1653 |
|
|
<extends> |
1654 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure</vodml-ref> |
1655 |
|
|
</extends> |
1656 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1657 |
|
|
<role> |
1658 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.coord</vodml-ref> |
1659 |
|
|
</role> |
1660 |
|
|
<datatype> |
1661 |
|
|
<vodml-ref>stc2_coordinates:CoordinateDomains.timeDomain.TimeStamp</vodml-ref> |
1662 |
|
|
</datatype> |
1663 |
|
|
</constraint> |
1664 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1665 |
|
|
<role> |
1666 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.error</vodml-ref> |
1667 |
|
|
</role> |
1668 |
|
|
<datatype> |
1669 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Error1D</vodml-ref> |
1670 |
|
|
</datatype> |
1671 |
|
|
</constraint> |
1672 |
|
|
<constraint xsi:type="vo-dml:SubsettedRole"> |
1673 |
|
|
<role> |
1674 |
|
|
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.resolution</vodml-ref> |
1675 |
|
|
</role> |
1676 |
|
|
<datatype> |
1677 |
|
|
<vodml-ref>stc2_measurements:uncertainty.Resolution1D</vodml-ref> |
1678 |
|
|
</datatype> |
1679 |
|
|
</constraint> |
1680 |
|
|
</objectType> |
1681 |
|
|
|
1682 |
|
|
</package> |
1683 |
|
|
|
1684 |
|
|
</package> |
1685 |
|
|
|
1686 |
|
|
</vo-dml:model> |