<?xml version ="1.0" encoding="UTF-8" ?>
<!-- ***************************************************************** -->
<!--                                                                   -->
<!-- IBM Confidential                                                  -->
<!--                                                                   -->
<!-- OCO Source Materials                                              -->
<!--                                                                   -->
<!-- (C) Copyright IBM Corp. 2006                                      -->
<!--                                                                   -->
<!-- The source code for this program is not published or otherwise    -->
<!-- divested of its trade secrets, irrespective of what has been      -->
<!-- deposited with the U.S. Copyright Office.                         -->
<!--                                                                   -->
<!-- ***************************************************************** -->

<UserInformation>
<Resources>
<Storage type="NOTES">
<CommonField  CommonFieldName="MailAddress"/>
<Details>
     	<Detail Id="Location" FieldName="Location" Type="text/plain"/>
      <Detail Id="Title" FieldName="JobTitle" Type="text/plain"/>
      <Detail Id="MailAddress"  FieldName="InternetAddress" Type="text/plain"/>
      <Detail Id="Telephone"  FieldName="OfficePhoneNumber" Type="text/plain"/>
	<Detail Id="Company" FieldName="CompanyName" Type="text/plain"  />
      <Detail Id="Name"  FieldName="FirstName,MiddleInitial,LastName" Type="text/plain"/>
</Details>      
</Storage>

<Storage type="NOTES_CUSTOM_DB"> 
<StorageDetails DbName="bcard.nsf" View="viewPerson"/> 
<Details> 
	<Detail Id="Photo" FieldName="fldPhoto" Type="image/jpeg"/> </Details> 
</Storage>

</Resources>

<ParamsSets>
<Set SetId="0" params="MailAddress,Name,Title,Location,Telephone,Photo,Company"/>
<Set SetId="1" params="MailAddress,Name,Title,Location,Telephone,Photo,Company"/>
</ParamsSets>
<BlackBoxConfiguration>
<BlackBox type="NOTES" name="com.ibm.sametime.userinfo.userinfobb.UserInfoNotesBB"   MaxInstances="4"/>
<BlackBox type="NOTES_CUSTOM_DB" name="com.ibm.sametime.userinfo.userinfobb.UserInfoNotesCustomBB" MaxInstances="4"/>
</BlackBoxConfiguration>

</UserInformation>

