1<?xml version="1.0" encoding="UTF-8"?> 2<!--*********************************************************** 3 * 4 * Licensed to the Apache Software Foundation (ASF) under one 5 * or more contributor license agreements. See the NOTICE file 6 * distributed with this work for additional information 7 * regarding copyright ownership. The ASF licenses this file 8 * to you under the Apache License, Version 2.0 (the 9 * "License"); you may not use this file except in compliance 10 * with the License. You may obtain a copy of the License at 11 * 12 * http://www.apache.org/licenses/LICENSE-2.0 13 * 14 * Unless required by applicable law or agreed to in writing, 15 * software distributed under the License is distributed on an 16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17 * KIND, either express or implied. See the License for the 18 * specific language governing permissions and limitations 19 * under the License. 20 * 21 ***********************************************************--> 22 23 24<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd"> 25<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"> <info> 26 <author>PB / JB</author> 27 <desc >Contains user-related information, such as name and address.</desc> 28 </info> 29 <component> 30 <group oor:name="Data"> 31 <info> 32 <desc>Contains user-related information, such as name and address.</desc> 33 </info> 34 <prop oor:name="o" oor:type="xs:string"> 35 <!-- OldPath: User --> 36 <!-- OldLocation: soffice.ini --> 37 <!-- UIHints: Tools - Options - General - User Data --> 38 <info> 39 <author>PB</author> 40 <desc>Specifies the name of the user's company.</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="givenname" oor:type="xs:string"> 46 <!-- OldPath: User --> 47 <!-- OldLocation: soffice.ini --> 48 <!-- UIHints: Tools - Options - General - User Data --> 49 <info> 50 <author>PB</author> 51 <desc>Specifies the first name of the user.</desc> 52 </info> 53 <value/> 54 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> 55 </prop> 56 <prop oor:name="sn" oor:type="xs:string"> 57 <!-- OldPath: User --> 58 <!-- OldLocation: soffice.ini --> 59 <!-- UIHints: Tools - Options - General - User Data --> 60 <info> 61 <author>PB</author> 62 <desc>Specifies the last name of the user.</desc> 63 </info> 64 <value/> 65 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> 66 </prop> 67 <prop oor:name="initials" oor:type="xs:string"> 68 <!-- OldPath: User --> 69 <!-- OldLocation: soffice.ini --> 70 <!-- UIHints: Tools - Options - General - User Data --> 71 <info> 72 <author>PB</author> 73 <desc>Specifies the user's initials.</desc> 74 </info> 75 <value/> 76 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> 77 </prop> 78 <prop oor:name="street" oor:type="xs:string"> 79 <!-- OldPath: User --> 80 <!-- OldLocation: soffice.ini --> 81 <!-- UIHints: Tools - Options - General - User Data --> 82 <info> 83 <author>PB</author> 84 <desc>Specifies the street where the use lives.</desc> 85 </info> 86 <value/> 87 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> 88 </prop> 89 <prop oor:name="l" oor:type="xs:string"> 90 <!-- OldPath: User --> 91 <!-- OldLocation: soffice.ini --> 92 <!-- UIHints: Tools - Options - General - User Data --> 93 <info> 94 <author>PB</author> 95 <desc>Specifies the city where the user lives.</desc> 96 </info> 97 <value/> 98 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> 99 </prop> 100 <prop oor:name="st" oor:type="xs:string"> 101 <!-- OldPath: User --> 102 <!-- OldLocation: soffice.ini --> 103 <!-- UIHints: Tools - Options - General - User Data --> 104 <info> 105 <author>PB</author> 106 <desc>Specifies the state where the user lives.</desc> 107 </info> 108 <value/> 109 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> 110 </prop> 111 <prop oor:name="postalcode" oor:type="xs:string"> 112 <!-- OldPath: User --> 113 <!-- OldLocation: soffice.ini --> 114 <!-- UIHints: Tools - Options - General - User Data --> 115 <info> 116 <author>PB</author> 117 <desc>Specifies the user's ZIP-code.</desc> 118 </info> 119 <value/> 120 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> 121 </prop> 122 <prop oor:name="c" oor:type="xs:string"> 123 <!-- OldPath: User --> 124 <!-- OldLocation: soffice.ini --> 125 <!-- UIHints: Tools - Options - General - User Data --> 126 <info> 127 <author>PB</author> 128 <desc>Specifies the country where the user lives.</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="title" oor:type="xs:string"> 134 <!-- OldPath: User --> 135 <!-- OldLocation: soffice.ini --> 136 <!-- UIHints: Tools - Options - General - User Data --> 137 <info> 138 <author>PB</author> 139 <desc>Specifies the user's title.</desc> 140 </info> 141 <value/> 142 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> 143 </prop> 144 <prop oor:name="position" oor:type="xs:string"> 145 <!-- OldPath: User --> 146 <!-- OldLocation: soffice.ini --> 147 <!-- UIHints: Tools - Options - General - User Data --> 148 <info> 149 <author>PB</author> 150 <desc>Specifies the users position. This field is only present for backward compatibility. It is not defined for ldap orgPerson.</desc> 151 </info> 152 <value/> 153 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> 154 </prop> 155 <prop oor:name="homephone" oor:type="xs:string"> 156 <!-- OldPath: User --> 157 <!-- OldLocation: soffice.ini --> 158 <!-- UIHints: Tools - Options - General - User Data --> 159 <info> 160 <author>PB</author> 161 <desc>Specifies the user's private telephone number.</desc> 162 </info> 163 <value/> 164 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> 165 </prop> 166 <prop oor:name="telephonenumber" oor:type="xs:string"> 167 <!-- OldPath: User --> 168 <!-- OldLocation: soffice.ini --> 169 <!-- UIHints: Tools - Options - General - User Data --> 170 <info> 171 <author>PB</author> 172 <desc>Specifies the user's telephone number at work.</desc> 173 </info> 174 <value/> 175 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> 176 </prop> 177 <prop oor:name="facsimiletelephonenumber" oor:type="xs:string"> 178 <!-- OldPath: User --> 179 <!-- OldLocation: soffice.ini --> 180 <!-- UIHints: Tools - Options - General - User Data --> 181 <info> 182 <author>PB</author> 183 <desc>Specifies the user's fax number.</desc> 184 </info> 185 <value/> 186 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> 187 </prop> 188 <prop oor:name="mail" oor:type="xs:string"> 189 <!-- OldPath: User --> 190 <!-- OldLocation: soffice.ini --> 191 <!-- UIHints: Tools - Options - General - User Data --> 192 <info> 193 <author>PB</author> 194 <desc>Specifies the user's e-mail address.</desc> 195 </info> 196 <value/> 197 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> 198 </prop> 199 <prop oor:name="UserGroup" oor:type="xs:string"> 200 <!-- OldPath: User --> 201 <!-- OldLocation: soffice.ini --> 202 <!-- UIHints: Tools - Options - General - User Data --> 203 <info> 204 <author>PB</author> 205 <desc>This field is kept for backwards compatibility.</desc> 206 </info> 207 <value>UserGroup</value> 208 </prop> 209 <prop oor:name="fathersname" oor:type="xs:string"> 210 <!-- UIHints: Tools - Options - General - User Data --> 211 <info> 212 <author>rail</author> 213 <desc>Specifies the father's name of the user (only for Russian UI).</desc> 214 </info> 215 <value/> 216 </prop> 217 <prop oor:name="apartment" oor:type="xs:string"> 218 <!-- UIHints: Tools - Options - General - User Data --> 219 <info> 220 <author>pb</author> 221 <desc>Specifies the apartment of the user (only for Russian UI).</desc> 222 </info> 223 <value/> 224 </prop> 225 </group> 226 </component> 227</oor:component-schema> 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281