1 <?xml version='1.0' encoding='UTF-8'?>
4 xmlns="http://openoffice.org/2000/registry/components/org.openoffice.Inet"
5 xmlns:cfg="http://openoffice.org/2000/registry/instance"
6 xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xml:lang="en-US">
9 <Long cfg:type="long">100000000000000</Long>
10 <LongList cfg:type="long" cfg:derivedBy="list">1 2 3
18 <LongList2 cfg:type="long" cfg:derivedBy="list" cfg:separator=".">1.2.3.4.5.6.7.8.9</LongList2>
21 <DoubleWithDot cfg:type="double">.787564</DoubleWithDot>
22 <EuroDM cfg:type="double">1.95583</EuroDM>
23 <ZeroDotZeroZeroOne cfg:type="double">0.001</ZeroDotZeroZeroOne>
24 <ZeroDotOne cfg:type="double">0.1</ZeroDotOne>
25 <NZeroDotOne cfg:type="double">-0.1</NZeroDotOne>
28 <Binary cfg:type="binary" cfg:nullable="true" xsi:null="true"/>
29 <Binary2 cfg:type="binary" xsi:null="true"/>
30 <Binary3 cfg:type="binary" >010203040506070809</Binary3>
31 <Binary4 cfg:type="binary" cfg:nullable="true">000102030405060708090a</Binary4>
34 <NullString cfg:type="string" xsi:null="true"/>
35 <String cfg:type="string">Identifier</String>
36 <StringList cfg:type="string" cfg:derivedBy="list">file:/ private:explorer private:help private:newmenu private:schedule private:searchfolder private:user</StringList>
37 <List cfg:type="string" cfg:derivedBy="list">NULL</List>
38 <PathAutoCorrect cfg:type="string" cfg:separator=":" cfg:derivedBy="list">$(inst)/share/autocorr:$(user)/autocorr</PathAutoCorrect>
39 <List2 cfg:type="string" cfg:derivedBy="list" cfg:separator="stupid" >NULLstupidFIRSTstupidSECONDstupid</List2>
40 <SeparatorKiller cfg:type="string" cfg:derivedBy="list" cfg:separator="." > .,.;.:.#.|.a._.!.$.%./.(.)=.?.+.*.#.~.'.\.{.}._</SeparatorKiller>
43 <LocaleString cfg:type="string" cfg:localized="true">
44 <cfg:value xml:lang="en-US">This is a string</cfg:value>
45 <cfg:value xml:lang="de-DE">Dies ist ein String</cfg:value>
49 <BoolFalse cfg:type="boolean">false</BoolFalse>
50 <BoolTrue cfg:type="boolean">true</BoolTrue>
51 <BoolList cfg:type="boolean" cfg:derivedBy="list">true true false</BoolList>
52 <BoolNULL cfg:type="boolean" xsi:null="true"/>
55 <Integer cfg:type="int">3</Integer>
56 <IntegerNullWithXsi cfg:type="int" xsi:null="true">10</IntegerNullWithXsi>
57 <IntegerNull cfg:type="int"/>
59 <IntList cfg:type="int" cfg:derivedBy="list">1 2 3 4 5 6 7 8 224 226 222 223 5</IntList>
62 <Short cfg:type="short">100</Short>
66 <IntList cfg:type="int" cfg:derivedBy="list">224 226 222 223 5</IntList>
70 </org.openoffice.test>