merge the formfield patch from ooo-build
[ooovba.git] / configmgr / workben / local_io / org.openoffice.test.xml
blobb0c76cbf864dc83f0c2c218758a9fcc4d5dba11f
1 <?xml version='1.0' encoding='UTF-8'?>
3 <org.openoffice.test
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">
8 <!-- long -->
9     <Long cfg:type="long">100000000000000</Long>
10     <LongList cfg:type="long" cfg:derivedBy="list">1     2              3
12  4 5
17     6 7 8 9</LongList>
18     <LongList2 cfg:type="long" cfg:derivedBy="list" cfg:separator=".">1.2.3.4.5.6.7.8.9</LongList2>
20 <!-- double -->
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>
27 <!-- binary -->
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>
33 <!-- Strings -->
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>
42 <!-- localized -->
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>
46     </LocaleString>
48 <!-- boolean -->
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"/>
54 <!-- int -->
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>
61 <!-- short -->
62     <Short cfg:type="short">100</Short>
64     <Inner>
65         <Inner2>
66             <IntList cfg:type="int" cfg:derivedBy="list">224 226 222 223 5</IntList>
67         </Inner2>
68     </Inner>
70 </org.openoffice.test>