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