<?xml version="1.0" encoding="UTF-8"?>
<vcard xmlns="http://www.ietf.org/rfc/rfc2426.txt">
    <fn>Mr. John M. Smith, Jr.</fn>  <!-- formatted name -->
    <n> <!-- name -->
        <family-name>Smith</family-name>
        <given-name>John</given-name>
        <additional-name>M.</additional-name>
        <honorific-prefix>Mr.</honorific-prefix>
        <honorific-suffix>Jr.</honorific-suffix>
    </n>
    <nickname>Johnny</nickname>
    <photo>http://www.example.org/jsmith.gif</photo>
    <bday>2006-05-04</bday>
    <adr>
        <post-office-box>Box 123</post-office-box>
        <extended-address>Suite 401</extended-address>
        <street-address>101 Curl Drive</street-address>
        <locality>Columbus</locality>
        <region>OH</region>
        <postal-code>43085</postal-code>
        <country-name>U.S.A.</country-name>
    </adr>
    <label>
        John Smith
        101 Curl Drive
        P.O. Box 123, Suite 401
        Columbus, OH 43085
    </label>
    <tel>614-123-4567</tel>
    <email>jsmith@email.org</email>
    <mailer>MS Outlook</mailer>
    <tz>-05:00</tz> <!-- time zone offset -->
    <geo> <!-- geolocation of the person/organization -->
        <latitude>40.099400</latitude>
        <longitude>-83.016602</longitude>
    </geo>
    <title>Lead Engineer</title>
    <role>Quality Assurance</role>
    <logo>http://www.example.org/logo.gif</logo>
    <agent>http://www.example.org//secretary/Donna-vcard.xml</agent> <!-- person who will act on behalf of the individual, e.g. a secretary -->
    <org>
        <organization-name>The ABC Travel Agency</organization-name>
        <organization-unit>Web Technologies Department</organization-unit>
    </org>
    <category>travel agent</category>
    <note>We are currently taking reservations for the Egyptian pyramids trip</note>
    <rev>2009-09-03T12:00:00.0Z</rev> <!-- date/time of last revision -->
    <sort-string>Smith</sort-string>
    <sound>http://www.example.org/.jsmith.wav</sound>
    <uid type="UUID">b54adc00-67f9-11d9-9669-0800200c9a66</uid>
    <url>http://www.example.org/jsmith/</url>
    <class>PUBLIC</class> <!-- classification -->
    <key>7c4c522e2e383b6b6c744b2f5f5731494734724577713f4d5f297a7137</key>  <!-- public key -->
</vcard>
