<?xml version="1.0"?>
<!DOCTYPE ciml SYSTEM "ciml.dtd">
<ciml> 
  <record>
     <unique_identifier>AUS12345678</unique_identifier>
     <naml>
        <person_details>
           <title>Mr</title> 
           <first_name>Ram</first_name> 
           <middle_name>Laxhman</middle_name>
           <middle_name>Bharathan</middle_name>
           <last_name>Kumar</last_name>
        </person_details>
        <address_details address_type="postal">
           <postal_details>
              <postal_type>PO Box:</postal_type>
              <postal_number>773</postal_number>
              <postal_number_suffix>A</postal_number_suffix>
           </postal_details>
           <street_address_details>
              <sub_dwelling_details>
                 <sub_dwelling_type>Unit</sub_dwelling_type>
                 <sub_dwelling_number>12</sub_dwelling_number>
              </sub_dwelling_details>
              <street_details>
                 <street_number>175</street_number>
                 <street_name>Richardson Street</street_name>
              </street_details>
           </street_address_details>
           <place_details>
              <minor_place_name>Opposite to Westfield</minor_place_name>
              <minor_place_type>Shopping Mall</minor_place_type>
              <major_place_name>Next to Hornsby Station</major_place_name>
              <major_place_type>Railway Station</major_place_type>
           </place_details>
           <locality>Hornsby</locality> 
           <state>NSW</state> 
           <postcode>2077</postcode>
        </address_details>
        <address_details address_type="shipping">
           <street>48 King Georges Road</street>
           <locality>Kingsgrove</locality>
           <state>NSW</state>
           <postcode>2209</postcode>
           <country>Australia</country>
        </address_details>
     </naml>
     <date_of_birth_information>
        <birth_day>22</birth_day>
        <birth_month>Jan</birth_month>
        <birth_year>1977</birth_year>
     </date_of_birth_information>
     <age>33</age>
     <passport_information>
     	<passport_details>
        	<passport_country>Australia</passport_country>
        	<passport_number>K27345678</passport_number>
        	<passport_expiry_date_details>
           		<passport_expiry_day>03</passport_expiry_day>
           		<passport_expiry_month>November</passport_expiry_month>
           		<passport_expiry_year>2003</passport_expiry_year>
        	</passport_expiry_date_details>
     	</passport_details>
     </passport_information>
     <telephone_information>
     	<telephone_details>
        	<telephone_usage>BH</telephone_usage>
        	<telephone_country_code>61</telephone_country_code>
        	<telephone_area_code>2 </telephone_area_code>
        	<telephone_number>94338765 </telephone_number>
     	</telephone_details>
     	<telephone_details>
        	<telephone_usage>AH</telephone_usage>
        	<telephone_country_code>61</telephone_country_code>
        	<telephone_area_code>2</telephone_area_code>
        	<telephone_number>96756000</telephone_number>
     	</telephone_details>
     </telephone_information>
     <email_information>
        <business_email>ram@ram.com.au</business_email>
        <personal_email>rk@aol.com.au</personal_email>
     </email_information>
     <credit_card_information>
     	<credit_card_details>
        	<credit_card_type>Visa</credit_card_type>
        	<credit_card_number>4509 4567 2012 3244</credit_card_number>
        	<credit_card_expiry_date_details>
           		<credit_card_expiry_month>April</credit_card_expiry_month>
           		<credit_card_expiry_year>2000</credit_card_expiry_year>
        	</credit_card_expiry_date_details>
     	</credit_card_details>
     	<credit_card_details>
        	<credit_card_type>AMEX</credit_card_type>
        	<credit_card_number>3777 3017 771100</credit_card_number>
        	<credit_card_expiry_date_details>
           		<credit_card_expiry_month>Feb</credit_card_expiry_month>
           		<credit_card_expiry_year>2000</credit_card_expiry_year>
        	</credit_card_expiry_date_details>
     	</credit_card_details>
     </credit_card_information>
     <drivers_license_information>
     	<drivers_license_details>
        	<drivers_license_type>Car</drivers_license_type>
        	<drivers_license_number>74183768C</drivers_license_number>
        	<drivers_license_state>NSW</drivers_license_state>
        	<drivers_license_country>Australia</drivers_license_country>
        	<drivers_license_expiry_date_details> 
           		<drivers_license_expiry_day>14</drivers_license_expiry_day>
           		<drivers_license_expiry_month>November</drivers_license_expiry_month>
           		<drivers_license_expiry_year>2010</drivers_license_expiry_year>
        	</drivers_license_expiry_date_details> 
      	</drivers_license_details>
      	<drivers_license_details>
        	<drivers_license_type>Two Wheeler</drivers_license_type>
        	<drivers_license_number>1234567M</drivers_license_number>
        	<drivers_license_state>NSW</drivers_license_state>
        	<drivers_license_country>Australia</drivers_license_country>
        	<drivers_license_expiry_date>27 November 2000</drivers_license_expiry_date>
        </drivers_license_details>
     </drivers_license_information>
     <frequent_flier_information>
        <frequent_flier_details>
         	<alliance>One World</alliance>
         	<frequent_flier_number>99405678</frequent_flier_number>
         	<date_of_joining_details>
            	<date_of_joining_day>5</date_of_joining_day>
            	<date_of_joining_month>December</date_of_joining_month>
            	<date_of_joining_year>1995</date_of_joining_year>
         	</date_of_joining_details>  
       	</frequent_flier_details>
        <frequent_flier_details>
        	<alliance>Gobal Rewards</alliance>
         	<frequent_flier_number>1234567890</frequent_flier_number>
         	<date_of_joining>18 December 1998</date_of_joining>
        </frequent_flier_details>
     </frequent_flier_information>
  </record> 
</ciml>