70 lines
2.8 KiB
XML
70 lines
2.8 KiB
XML
<?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>
|