resolves tdf#164985 Incorrect bookmarks list in bookmark dialog after
[LibreOffice.git] / officecfg / registry / schema / org / openoffice / UserProfile.xcs
blob8d488509f508cb41019d556ad527f945db3de19f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 -->
19 <!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd">
20 <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="UserProfile" oor:package="org.openoffice" xml:lang="en-US">
21 <info>
22 <desc>Contains user-related information, such as name and address.</desc>
23 </info>
24 <component>
25 <group oor:name="Data">
26 <info>
27 <desc>Contains user-related information, such as name and address.</desc>
28 </info>
29 <prop oor:name="o" oor:type="xs:string" oor:nillable="false">
30 <!-- UIHints: Tools - Options - General - User Data -->
31 <info>
32 <desc>Specifies the name of the user's company.</desc>
33 </info>
34 <value/>
35 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
36 </prop>
37 <prop oor:name="givenname" oor:type="xs:string" oor:nillable="false">
38 <!-- UIHints: Tools - Options - General - User Data -->
39 <info>
40 <desc>Specifies the first name of the user.</desc>
41 </info>
42 <value/>
43 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
44 </prop>
45 <prop oor:name="sn" oor:type="xs:string" oor:nillable="false">
46 <!-- UIHints: Tools - Options - General - User Data -->
47 <info>
48 <desc>Specifies the last name of the user.</desc>
49 </info>
50 <value/>
51 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
52 </prop>
53 <prop oor:name="initials" oor:type="xs:string" oor:nillable="false">
54 <!-- UIHints: Tools - Options - General - User Data -->
55 <info>
56 <desc>Specifies the user's initials.</desc>
57 </info>
58 <value/>
59 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
60 </prop>
61 <prop oor:name="street" oor:type="xs:string" oor:nillable="false">
62 <!-- UIHints: Tools - Options - General - User Data -->
63 <info>
64 <desc>Specifies the street where the user lives.</desc>
65 </info>
66 <value/>
67 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
68 </prop>
69 <prop oor:name="l" oor:type="xs:string" oor:nillable="false">
70 <!-- UIHints: Tools - Options - General - User Data -->
71 <info>
72 <desc>Specifies the city where the user lives.</desc>
73 </info>
74 <value/>
75 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
76 </prop>
77 <prop oor:name="st" oor:type="xs:string" oor:nillable="false">
78 <!-- UIHints: Tools - Options - General - User Data -->
79 <info>
80 <desc>Specifies the state where the user lives.</desc>
81 </info>
82 <value/>
83 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
84 </prop>
85 <prop oor:name="postalcode" oor:type="xs:string" oor:nillable="false">
86 <!-- UIHints: Tools - Options - General - User Data -->
87 <info>
88 <desc>Specifies the user's ZIP-code.</desc>
89 </info>
90 <value/>
91 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
92 </prop>
93 <prop oor:name="c" oor:type="xs:string" oor:nillable="false">
94 <!-- UIHints: Tools - Options - General - User Data -->
95 <info>
96 <desc>Specifies the country where the user lives.</desc>
97 </info>
98 <value/>
99 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
100 </prop>
101 <prop oor:name="title" oor:type="xs:string" oor:nillable="false">
102 <!-- UIHints: Tools - Options - General - User Data -->
103 <info>
104 <desc>Specifies the user's title.</desc>
105 </info>
106 <value/>
107 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
108 </prop>
109 <prop oor:name="position" oor:type="xs:string" oor:nillable="false">
110 <!-- UIHints: Tools - Options - General - User Data -->
111 <info>
112 <desc>Specifies the user's position. This field is only present for backward compatibility. It is not defined for ldap orgPerson.</desc>
113 </info>
114 <value/>
115 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
116 </prop>
117 <prop oor:name="homephone" oor:type="xs:string" oor:nillable="false">
118 <!-- UIHints: Tools - Options - General - User Data -->
119 <info>
120 <desc>Specifies the user's private telephone number.</desc>
121 </info>
122 <value/>
123 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
124 </prop>
125 <prop oor:name="telephonenumber" oor:type="xs:string" oor:nillable="false">
126 <!-- UIHints: Tools - Options - General - User Data -->
127 <info>
128 <desc>Specifies the user's telephone number at work.</desc>
129 </info>
130 <value/>
131 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
132 </prop>
133 <prop oor:name="facsimiletelephonenumber" oor:type="xs:string" oor:nillable="false">
134 <!-- UIHints: Tools - Options - General - User Data -->
135 <info>
136 <desc>Specifies the user's fax number.</desc>
137 </info>
138 <value/>
139 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
140 </prop>
141 <prop oor:name="mail" oor:type="xs:string" oor:nillable="false">
142 <!-- UIHints: Tools - Options - General - User Data -->
143 <info>
144 <desc>Specifies the user's email address.</desc>
145 </info>
146 <value/>
147 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
148 </prop>
149 <prop oor:name="UserGroup" oor:type="xs:string" oor:nillable="false">
150 <!-- UIHints: Tools - Options - General - User Data -->
151 <info>
152 <desc>This field is kept for backwards compatibility.</desc>
153 </info>
154 <value>UserGroup</value>
155 </prop>
156 <prop oor:name="fathersname" oor:type="xs:string" oor:nillable="false">
157 <!-- UIHints: Tools - Options - General - User Data -->
158 <info>
159 <desc>Specifies the father's name of the user (only for Russian UI).</desc>
160 </info>
161 <value/>
162 </prop>
163 <prop oor:name="apartment" oor:type="xs:string" oor:nillable="false">
164 <!-- UIHints: Tools - Options - General - User Data -->
165 <info>
166 <desc>Specifies the apartment of the user (only for Russian UI).</desc>
167 </info>
168 <value/>
169 </prop>
170 <prop oor:name="signingkey" oor:type="xs:string" oor:nillable="false">
171 <!-- UIHints: Tools - Options - General - User Data -->
172 <info>
173 <desc>Specifies user's preferred key used for document signing.</desc>
174 </info>
175 <value/>
176 </prop>
177 <prop oor:name="encryptionkey" oor:type="xs:string" oor:nillable="false">
178 <!-- UIHints: Tools - Options - General - User Data -->
179 <info>
180 <desc>Specifies user's preferred OpenPGP key used for document encryption.</desc>
181 </info>
182 <value/>
183 </prop>
184 <prop oor:name="encrypttoself" oor:type="xs:boolean" oor:nillable="false">
185 <!-- UIHints: Tools - Options - General - User Data -->
186 <info>
187 <desc>Whether to encrypt documents for recipient(s) and also for the user with their preferred encryption key.</desc>
188 </info>
189 <value>true</value>
190 </prop>
191 <prop oor:name="signingkeydisplayname" oor:type="xs:string" oor:nillable="false">
192 <info>
193 <desc>Cached signing key display name.</desc>
194 </info>
195 <value/>
196 </prop>
197 <prop oor:name="encryptionkeydisplayname" oor:type="xs:string" oor:nillable="false">
198 <info>
199 <desc>Cached encryption key display name.</desc>
200 </info>
201 <value/>
202 </prop>
203 </group>
204 <group oor:name="WinUserInfo">
205 <info>
206 <desc>Contains user information cached from Active Directory.</desc>
207 </info>
208 <prop oor:name="Cache" oor:type="xs:string" oor:nillable="false">
209 <info>
210 <desc>Cache data.</desc>
211 </info>
212 <value/>
213 </prop>
214 </group>
215 </component>
216 </oor:component-schema>