<!---->
<OpenContactsStandardImport xmlns="http://www.fonlow.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.fonlow.com OpenContactsStandardImport.xsd">
  <Sections>
    <Section Name="Personal">
      <Fields>
        <Field Name="Nick name" Value="NickName" />
         <Field Name="Mobile" Value="MobileTelephoneNumber" />
        <Field Name="Phone" Value="HomeTelephoneNumber" />
        <Field Name="Fax" Value="HomeFaxNumber" />
        <Field Name="Email" Value="Email1Address" />
        <Field Name="Street" Value="HomeAddressStreet" />
        <Field Name="City" Value="HomeAddressCity" />
        <Field Name="State" Value="HomeAddressState" />
        <Field Name="Postcode" Value="HomeAddressPostalCode" />
        <Field Name="Country" Value="HomeAddressCountry" />
        <Field Name="Children" Value="Children" />
        <Field Name="Spouse" Value="Spouse" />
        <Field Name="Profession" Value="Profession" />
        <Field Name="Birthday" Value="Birthday" />
        <Field Name="Gender" Value="Gender" />
        <Field Name="Anniversary" Value="Anniversary" />
        <Field Name="Web" Value="PersonalHomePage" />
      </Fields>
    </Section>
    <Section Name="Work">
      <Fields>
        <Field Name="Job Title" Value="JobTitle" />
        <Field Name="Phone" Value="BusinessTelephoneNumber" />
        <Field Name="Fax" Value="BusinessFaxNumber" />
        <Field Name="Pager" Value="PagerNumber" />
        <Field Name="Location" Value="OfficeLocation" />
        <Field Name="Web" Value="BusinessHomePage" />
        <Field Name="Department" Value="Department" />
        <Field Name="Company" Value="CompanyName" />
        <Field Name="Street" Value="BusinessAddressStreet" />
        <Field Name="City" Value="BusinessAddressCity" />
        <Field Name="State" Value="BusinessAddressState" />
        <Field Name="Postcode" Value="BusinessAddressPostalCode" />
        <Field Name="Country" Value="BusinessAddressCountry" />
      </Fields>
    </Section>
  </Sections>
</OpenContactsStandardImport>