<!---->
<OpenContactsLDIFImport xmlns="http://www.fonlow.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.fonlow.com OpenContactsLDIFImport.xsd">
<FullName>cn</FullName>
<GivenName>givenName</GivenName>
<MidName />
<SurName>sn</SurName>
<Title>title</Title>
<Notes>description</Notes>
<Sections>
<Section Name="Personal">
<Fields>
<Field Name="Nick Name" Value="mozillaNickname" />
<Field Name="Phone" Value="homePhone" />
<Field Name="Mobile" Value="mobile" />
<Field Name="Pager" Value="pager" />
<Field Name="Fax" Value="fax" />
<Field Name="Primary Email" Value="mail" />
<Field Name="Email" Value="mozillaSecondEmail" />
<Field Name="Web" Value="mozillaHomeUrl" />
<Field Name="Street" Value="homeStreet" />
<Field Name="Street2" Value="mozillaHomeStreet2" />
<Field Name="City" Value="mozillaHomeLocalityName" />
<Field Name="State" Value="mozillaHomeState" />
<Field Name="Postcode" Value="mozillaHomePostalCode" />
<Field Name="Country" Value="mozillaHomeCountryName" />
</Fields>
</Section>
<Section Name="Work">
<Fields>
<Field Name="Department" Value="department" />
<Field Name="Company" Value="company" />
<Field Name="Phone" Value="telephoneNumber" />
<Field Name="Web" Value="mozillaWorkUrl" />
<Field Name="Street" Value="street" />
<Field Name="Street2" Value="mozillaWorkStreet2" />
<Field Name="City" Value="l" />
<Field Name="State" Value="st" />
<Field Name="Postcode" Value="postalCode" />
<Field Name="Country" Value="c" />
</Fields>
</Section>
<Section Name="Custom">
<Fields>
<Field Name="Custom1" Value="mozillaCustom1" />
<Field Name="Custom2" Value="mozillaCustom2" />
<Field Name="Custom3" Value="mozillaCustom3" />
<Field Name="Custom4" Value="mozillaCustom4" />
</Fields>
</Section>
</Sections>
</OpenContactsLDIFImport>