1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <office:document xmlns:
office=
"urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:
style=
"urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:
text=
"urn:oasis:names:tc:opendocument:xmlns:text:1.0" office:
version=
"1.3" office:
mimetype=
"application/vnd.oasis.opendocument.text">
4 <office:automatic-styles>
5 <text:list-style style:
name=
"A_upper">
6 <text:list-level-style-number text:
level=
"1" style:
num-suffix=
"." style:
num-format=
"A"/>
8 <text:list-style style:
name=
"a_lower">
9 <text:list-level-style-number text:
level=
"1" style:
num-suffix=
"." style:
num-format=
"a"/>
11 <text:list-style style:
name=
"I_upper">
12 <text:list-level-style-number text:
level=
"1" style:
num-suffix=
"." style:
num-format=
"I"/>
14 <text:list-style style:
name=
"i_lower">
15 <text:list-level-style-number text:
level=
"1" style:
num-suffix=
"." style:
num-format=
"i"/>
17 </office:automatic-styles>
20 <text:p>List A
</text:p>
21 <text:list text:
style-name=
"A_upper">
23 <text:p>First
</text:p>
26 <text:p>Second
</text:p>
29 <text:p>Third
</text:p>
33 <text:p>List a
</text:p>
34 <text:list text:
style-name=
"a_lower">
36 <text:p>First
</text:p>
39 <text:p>Second
</text:p>
42 <text:p>Third
</text:p>
46 <text:p>List I
</text:p>
47 <text:list text:
style-name=
"I_upper">
49 <text:p>First
</text:p>
52 <text:p>Second
</text:p>
55 <text:p>Third
</text:p>
59 <text:p>List i
</text:p>
60 <text:list text:
style-name=
"i_lower">
62 <text:p>First
</text:p>
65 <text:p>Second
</text:p>
68 <text:p>Third
</text:p>