-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_doc.xml
47 lines (43 loc) · 2.56 KB
/
example_doc.xml
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
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<base:document xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:ext='http://PWS_Exts' xmlns:base='http://PWS_Base' xsi:schemaLocation='http://PWS_Base https://raw.githubusercontent.com/super-cow-powers/sweng_21_PWS/master/PWS.xsd http://PWS_Exts https://raw.githubusercontent.com/super-cow-powers/sweng_21_PWS/master/my_exts.xsd'>
<base:page x_orig="0" y_orig="0" z_ind="0" x_size_px="200" y_size_px="200" rot_angle="0" ID="page-0" disp_duration_s="40" show_after_s="0" title="Page the first">
<base:shape x_orig="0" y_orig="0" z_ind="0" x_size_px="50" y_size_px="50" rot_angle="0" ID="circ-0" disp_duration_s="10" show_after_s="5" type="circle">
<base:text>
<base:font bold="true">
This is some bold text and a
<base:href target="https://www.youtube.com/watch?v=dQw4w9WgXcQ" type="external">link</base:href>
to the web.
</base:font>
<base:font underscore="true">This text is underlined</base:font>
This text is plain.
</base:text>
</base:shape>
<base:shape x_orig="0" y_orig="0" z_ind="2" x_size_px="25" y_size_px="25" rot_angle="0" ID="circ-2" disp_duration_s="10" show_after_s="5" type="circle">
<base:text>
<base:font bold="true">
This is some bold text and a
<base:href target="https://www.youtube.com/watch?v=dQw4w9WgXcQ" type="external">link</base:href>
to the web.
</base:font>
<base:font underscore="true">This text is underlined</base:font>
This text is plain.
</base:text>
</base:shape>
<base:shape x_orig="0" y_orig="0" z_ind="0" x_size_px="50" y_size_px="50" rot_angle="0" ID="circ-1" disp_duration_s="10" show_after_s="5" type="circle">
<base:text>
<base:font bold="true">
This is some bold text and a
<base:href target="https://www.youtube.com/watch?v=dQw4w9WgXcQ" type="external">link</base:href>
to the web.
</base:font>
<base:font underscore="true">This text is underlined</base:font>
This text is plain.
</base:text>
</base:shape>
<base:image include_source="./pic.png" x_orig="40" y_orig="40" z_ind="0" x_size_px="50" y_size_px="50" rot_angle="45" ID="im0" disp_duration_s="40" show_after_s="0" />
<ext:cool_element>This is my cool extension element, with a string in it</ext:cool_element>
</base:page>
<base:page x_orig="0" y_orig="0" z_ind="0" x_size_px="400" y_size_px="400" rot_angle="0" ID="page-1" disp_duration_s="40" show_after_s="0" title="Page the second">
<base:image include_source="./pic2.png" x_orig="0" y_orig="0" z_ind="0" x_size_px="400" y_size_px="400" ID="im1" />
</base:page>
</base:document>