home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / OOo_3.0.1_Win32Intel_install_wJRE_en-US.exe / openofficeorg1.cab / UserProfile.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  3.8 KB  |  122 lines

  1. <?xml version="1.0"?>
  2. <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">
  3.   <info>
  4.     <desc>Contains user-related information, such as name and address.</desc>
  5.   </info>
  6.   <component>
  7.     <group oor:name="Data">
  8.       <info>
  9.         <desc>Contains user-related information, such as name and address.</desc>
  10.       </info>
  11.       <prop oor:name="o" oor:type="xs:string">
  12.         <info>
  13.           <desc>Specifies the name of the user's company.</desc>
  14.         </info>
  15.         <value/>
  16.       </prop>
  17.       <prop oor:name="givenname" oor:type="xs:string">
  18.         <info>
  19.           <desc>Specifies the first name of the user.</desc>
  20.         </info>
  21.         <value/>
  22.       </prop>
  23.       <prop oor:name="sn" oor:type="xs:string">
  24.         <info>
  25.           <desc>Specifies the last name of the user.</desc>
  26.         </info>
  27.         <value/>
  28.       </prop>
  29.       <prop oor:name="initials" oor:type="xs:string">
  30.         <info>
  31.           <desc>Specifies the user's initials.</desc>
  32.         </info>
  33.         <value/>
  34.       </prop>
  35.       <prop oor:name="street" oor:type="xs:string">
  36.         <info>
  37.           <desc>Specifies the street where the use lives.</desc>
  38.         </info>
  39.         <value/>
  40.       </prop>
  41.       <prop oor:name="l" oor:type="xs:string">
  42.         <info>
  43.           <desc>Specifies the city where the user lives.</desc>
  44.         </info>
  45.         <value/>
  46.       </prop>
  47.       <prop oor:name="st" oor:type="xs:string">
  48.         <info>
  49.           <desc>Specifies the state where the user lives.</desc>
  50.         </info>
  51.         <value/>
  52.       </prop>
  53.       <prop oor:name="postalcode" oor:type="xs:string">
  54.         <info>
  55.           <desc>Specifies the user's ZIP-code.</desc>
  56.         </info>
  57.         <value/>
  58.       </prop>
  59.       <prop oor:name="c" oor:type="xs:string">
  60.         <info>
  61.           <desc>Specifies the country where the user lives.</desc>
  62.         </info>
  63.         <value/>
  64.       </prop>
  65.       <prop oor:name="title" oor:type="xs:string">
  66.         <info>
  67.           <desc>Specifies the user's title.</desc>
  68.         </info>
  69.         <value/>
  70.       </prop>
  71.       <prop oor:name="position" oor:type="xs:string">
  72.         <info>
  73.           <desc>Specifies the users position. This field is only present for backward compatibility. It is not defined for ldap orgPerson.</desc>
  74.         </info>
  75.         <value/>
  76.       </prop>
  77.       <prop oor:name="homephone" oor:type="xs:string">
  78.         <info>
  79.           <desc>Specifies the user's private telephone number.</desc>
  80.         </info>
  81.         <value/>
  82.       </prop>
  83.       <prop oor:name="telephonenumber" oor:type="xs:string">
  84.         <info>
  85.           <desc>Specifies the user's telephone number at work.</desc>
  86.         </info>
  87.         <value/>
  88.       </prop>
  89.       <prop oor:name="facsimiletelephonenumber" oor:type="xs:string">
  90.         <info>
  91.           <desc>Specifies the user's fax number.</desc>
  92.         </info>
  93.         <value/>
  94.       </prop>
  95.       <prop oor:name="mail" oor:type="xs:string">
  96.         <info>
  97.           <desc>Specifies the user's e-mail address.</desc>
  98.         </info>
  99.         <value/>
  100.       </prop>
  101.       <prop oor:name="UserGroup" oor:type="xs:string">
  102.         <info>
  103.           <desc>This field is kept for backwards compatibility.</desc>
  104.         </info>
  105.         <value>UserGroup</value>
  106.       </prop>
  107.       <prop oor:name="fathersname" oor:type="xs:string">
  108.         <info>
  109.           <desc>Specifies the father's name of the user (only for Russian UI).</desc>
  110.         </info>
  111.         <value/>
  112.       </prop>
  113.       <prop oor:name="apartment" oor:type="xs:string">
  114.         <info>
  115.           <desc>Specifies the apartment of the user (only for Russian UI).</desc>
  116.         </info>
  117.         <value/>
  118.       </prop>
  119.     </group>
  120.   </component>
  121. </oor:component-schema>
  122.