summaryrefslogtreecommitdiff
path: root/configmgr/workben/local_io/org.openoffice.test.xml
blob: ff8e37be411cd4fb6eabf263e71bd013010c8565 (plain)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version='1.0' encoding='UTF-8'?>

<org.openoffice.test
xmlns="http://openoffice.org/2000/registry/components/org.openoffice.Inet"
xmlns:cfg="http://openoffice.org/2000/registry/instance"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xml:lang="en-US">

<!-- long -->
    <Long cfg:type="long">100000000000000</Long>
    <LongList cfg:type="long" cfg:derivedBy="list">1     2      3

 4 5




    6 7 8 9</LongList>
    <LongList2 cfg:type="long" cfg:derivedBy="list" cfg:separator=".">1.2.3.4.5.6.7.8.9</LongList2>

<!-- double -->
    <DoubleWithDot cfg:type="double">.787564</DoubleWithDot>
    <EuroDM cfg:type="double">1.95583</EuroDM>
    <ZeroDotZeroZeroOne cfg:type="double">0.001</ZeroDotZeroZeroOne>
    <ZeroDotOne cfg:type="double">0.1</ZeroDotOne>
    <NZeroDotOne cfg:type="double">-0.1</NZeroDotOne>

<!-- binary -->
    <Binary  cfg:type="binary" cfg:nullable="true" xsi:null="true"/>
    <Binary2 cfg:type="binary" xsi:null="true"/>
    <Binary3 cfg:type="binary" >010203040506070809</Binary3>
    <Binary4 cfg:type="binary" cfg:nullable="true">000102030405060708090a</Binary4>

<!-- Strings -->
    <NullString cfg:type="string" xsi:null="true"/>
    <String cfg:type="string">Identifier</String>
    <StringList cfg:type="string" cfg:derivedBy="list">file:/ private:explorer private:help private:newmenu private:schedule private:searchfolder private:user</StringList>
    <List cfg:type="string" cfg:derivedBy="list">NULL</List>
    <PathAutoCorrect cfg:type="string" cfg:separator=":" cfg:derivedBy="list">$(inst)/share/autocorr:$(user)/autocorr</PathAutoCorrect>
    <List2 cfg:type="string" cfg:derivedBy="list" cfg:separator="stupid" >NULLstupidFIRSTstupidSECONDstupid</List2>
    <SeparatorKiller cfg:type="string" cfg:derivedBy="list" cfg:separator="." > .,.;.:.#.|.a._.!.$.%./.(.)=.?.+.*.#.~.'.\.{.}._</SeparatorKiller>

<!-- localized -->
    <LocaleString cfg:type="string" cfg:localized="true">
        <cfg:value xml:lang="en-US">This is a string</cfg:value>
        <cfg:value xml:lang="de-DE">Dies ist ein String</cfg:value>
    </LocaleString>

<!-- boolean -->
    <BoolFalse cfg:type="boolean">false</BoolFalse>
    <BoolTrue cfg:type="boolean">true</BoolTrue>
    <BoolList cfg:type="boolean" cfg:derivedBy="list">true true false</BoolList>
    <BoolNULL cfg:type="boolean" xsi:null="true"/>

<!-- int -->
    <Integer cfg:type="int">3</Integer>
    <IntegerNullWithXsi cfg:type="int" xsi:null="true">10</IntegerNullWithXsi>
    <IntegerNull cfg:type="int"/>

    <IntList cfg:type="int" cfg:derivedBy="list">1 2 3 4 5 6 7 8 224 226 222 223 5</IntList>

<!-- short -->
    <Short cfg:type="short">100</Short>

    <Inner>
        <Inner2>
            <IntList cfg:type="int" cfg:derivedBy="list">224 226 222 223 5</IntList>
        </Inner2>
    </Inner>

</org.openoffice.test>