-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrole_diagram.xml
More file actions
39 lines (28 loc) · 1.25 KB
/
role_diagram.xml
File metadata and controls
39 lines (28 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!--
See https://ivoa.net/documents/Notes/IVOATexDoc/, sect. 2.2.3 for what
to do with this as a user.
Archdiag maintainers: When adding boxes here, first look for a good place,
preferably in one of the grid positions given in the comments for the
WGs (e.g., 55 for Registry). Good y positions are ones that already
exist. Leave out the w at first.
Then, run
make archdiag-debug.svg
and open archdiag-debug.svg in a javascript-enabled browser. In that
browser's javascript console you will see lines like:
SpectralDM: 67; 11.5
The first number is the box's natural width, which you should use in the w
attribute of the rec/prerec. The second is the offset to x you'd need to
add to one of the x grid lines (the x=something in the opening comments
of the various sections) to have the box centered.
-->
<archdiag xmlns="http://ivoa.net/archdiag">
<!-- DAL: x=655, y=155..435 -->
<rec name="TAP" x="686" y="255" w="28"/>
<rec name="DataLink" x="628" y="405" w="53"/>
<rec name="DALI" x="310" y="290" w="33"/>
<!-- GWS: all over the place -->
<!-- <rec name="SSO" x="450" y="115" w="31"/> -->
<!-- <rec name="GMS" x="534" y="460" w="32"/> -->
<rec name="VOSI" x="568" y="435" w="34"/>
<thisrec name="AuthVO" x="300" y="428" w="48"/>
</archdiag>