<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="adx2html_phonelist.xsl" ?>
<!-- https://adx.elektronengehirn.net -->
<addressbook id="addressbook.xml">
 IF YOU CAN READ THIS WHEN OPENING addressbook.xml IN YOUR WEB BROWSER THEN SOMETHING WENT WRONG. PLEASE GO TO https://sourceforge.net/p/adx/wiki/Home/#important-browser-workaround-needed-for-local-usage or https://elektronengehirn.net/addressbook TO MAKE IT WORK IN YOUR BROWSER!

<settings>
  <!-- 
    Customized settings is a new feature in adx (promoted to final in v1.50): 
    Instead of adjusting settings in adx2html_phonelist.xsl you can now apply your settings here in your addressbook xml file 
    More details about supported settings: https://sourceforge.net/p/adx/wiki/UserSettings
  -->

  <setting name="anniversary_output_format">YYYY-MM-DD</setting><!-- e.g. DD.MM.YYYY for german date format-->
  <setting name="anniversary_highlightUpcoming">YES</setting>
  <setting name="debug">NO</setting>
  <setting name="accounts_skype_showAsQuickAccess">YES</setting>
  <setting name="details_expanded_default">NO</setting>
  <setting name="exports_show_default">NO</setting>
  <setting name="photo_show">YES</setting>
  <setting name="comment_show">NO</setting>

  <setting name="experimental__formatting_misc_enabled">YES</setting>
  <setting name="experimental__custom_css"><!-- As pre-req the setting "experimental__formatting_misc_enabled" must be set to "YES" -->
    .adx .formattedtag a       { text-decoration-line: underline; 
                            text-decoration-color: darksalmon;
                            text-decoration-thickness: 0.25em; 
                            border: none; }
    .adx .formattedtag a:hover { color: #cc7253; }
    .myHighlight          { background-color: yellow; }
    .myBorders            { border: 2px dotted; }
  </setting>

  <setting name="grouping_show_default">high,medium</setting>
  <setting name="contacts_sorting">YES</setting>
  
  <!--
  <setting name="contacts_sorting_1st">forename</setting>
  <setting name="contacts_sorting_2nd">displayname</setting>
  <setting name="contacts_sorting_3rd">surname</setting>
  <setting name="contacts_sorting_4th">nickname</setting>

  <setting name="headline_text">My address book</setting>

  <setting name="map_href">https://www.google.com/maps/search/?api=1&amp;query=</setting>
  <setting name="map_geo_href">https://www.google.com/maps/search/?api=1&amp;query={latitude},{longitude}</setting>

  <setting name="logo_href">data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAC0AQMAAAAHA5RxAAAAA1BMVEUAlP+fVZ1JAAAAG0lEQVR4Ae3BAQ0AAADCIPunNsc3YMQBAAAABxDgAAFDAkEZAAAAAElFTkSuQmCC</setting>
  <setting name="logo_href_protectionzone">data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAC0AQMAAAAHA5RxAAAABlBMVEX29fQAlP/XU72FAAAAKElEQVR4Ae3IMQEAQAgEoG/wlW2uuxFOGHlX8Xur6Pfee++99957gg2pkn/y1kKi7AAAAABJRU5ErkJggg==</setting>
  <setting name="logo_footer_link_href">https://my.website.com</setting>

  <setting name="phone_protocol">skype:</setting>
  <setting name="menu_shadow">no</setting>
  <setting name="grouping_separator_borderStyle">dotted</setting>
  <setting name="accounts_icon_saturation_basic">50%</setting>
  <setting name="accounts_icon_saturation_groupHover">75%</setting>
  -->
  <!-- Check out all supported settings under https://sourceforge.net/p/adx/wiki/UserSettings  -->
</settings>


<!-- 
##### TEMPLATES for your own entries can be found below #####
-->

<!-- Full blown template with all possible fields for a person -->
<!--
<contact id="">
  <forename></forename>
  <middlename></middlename>
  <surname></surname>
  <title></title>
  <displayname></displayname>
  <nickname></nickname>
  <adr type="home">
    <street></street>
    <postalcode></postalcode>
    <city></city>
    <state></state>
    <country></country>
  </adr>
  <adr type="work">
    <street></street>
    <postalcode></postalcode>
    <city></city>
    <state></state>
    <country></country>
  </adr>
  <geo name="" format="latitude;longitude">aa.aaaaaa;bb.bbbbbb</geo>
  <geo name="" format="what3words">word1.word2.word3</geo>
  <phone use="home"></phone>
  <phone use="home" type="mobile"></phone>
  <phone use="work"></phone>
  <phone use="work" type="mobile"></phone>
  <phone use="work" type="fax"></phone>
  <email use="home"></email>
  <email use="work"></email>
  <account type="8tracks|aim|allmusic|bandcamp|boardgamegeek|delicious|deviantart|diaspora|ebay|facebook|ffffound|flickr|foursquare|github|gnusocial|google|googlecode|hi5|hubzilla|huffduffer|hypem.com|icq|identi.ca|imdb|instagram|jabber|jappy.de|last.fm|libre.fm|linkedin|listenbrainz|lokalisten.de|matrix|mastodon|msnim|myspace|ohloh|openhub|paypal|picasa|pinterest|pixelfed|reddit|skype|sourceforge|spin.de|stackexchange|stackoverflow|superuser|tumblr|tiktok|trakt|twitter|viadeo|vimeo|vkontakte|xing|xmpp|yelp|yim|youtube"></account>
  <website display=""></website>
  <wifi authentication="WPA|WEP|" password="" hidden="true|" type="home|work|...|">myWiFiName</wifi>
  <birthday>YYYY-MM-DD</birthday>
  <nameday>MM-DD</nameday>
  <anniversary type="">[YYYY-]MM-DD</anniversary>
  <photo></photo>
  <tag></tag>
  <tag>adx:frequency=high|medium|low</tag>
  <tag>xfn:rel=friend met ...</tag>
  <misc type=""></misc>
  <org idref=""></org>
  <website type="work"></website>
  <orgunit></orgunit>
  <position></position>
  <comment type=""></comment>
</contact>
-->

<!-- Reduced template for a person -->
<!--
<contact>
  <forename></forename>
  <surname></surname>
  <displayname></displayname>
  <nickname></nickname>
  <adr type="home">
    <street></street>
    <postalcode></postalcode>
    <city></city>
  </adr>
  <phone use="home" type="mobile"></phone>
  <email use="home"></email>
  <tag></tag>
  <tag>adx:frequency=high|medium|low</tag>
  <tag>xfn:rel=met friend colleague...</tag>
  <website></website>
  <comment></comment>
</contact>
-->

<!-- Template (reduced) for a company, organization, project or similar -->
<!--
<contact id="">
  <org></org>
  <displayname></displayname>
  <adr>
    <street></street>
    <postalcode></postalcode>
    <city></city>
  </adr>
  <adr type="postal">
    <street></street>
    <postalcode></postalcode>
    <city></city>
  </adr>
  <phone use="work"></phone>
  <phone use="work" type="mobile"></phone>
  <phone use="work" type="fax"></phone>
  <email use="work"></email>
  <anniversary type="">[YYYY-]MM-DD</anniversary>
  <website display=""></website>
  <tag>Company</tag>
  <tag>adx:frequency=high|medium|low</tag>
  <orgunit></orgunit>
  <comment></comment>
</contact>
-->

<!-- Template (reduced) for Micro Content Management System (µCMS) [EXPERIMENTAL] -->
<!--
<contact>
  <displayname>Experimental template</displayname>
  <misc format="xhtml">I'm a <s>strike-through</s>, <i>italic</i> and <b>bold</b> <span class="primary">formatting</span> example including a <a href="https://www.eff.org">link</a></misc>
  <misc format="xhtml" access="quick">Due to access="quick" I'm visible on the right side.</misc>
</contact>
-->

<!--
The different templates are just suggestions and starting points.
Use XML tags from the full-blown template and add/remove them regarding your demands.

XFN creator: http://gmpg.org/xfn/creator
-->



<!-- 
##### EXAMPLE contacts can be found below #####
Note: These self-explaining examples are currently the best source for documentation 
-->

<contact id="bartensud">
  <forename>Thomas</forename>
  <surname>Bartensud</surname>
  <nickname>bartensud</nickname>
  <displayname>ClickMe</displayname>
  <adr type="home">
    <street>Weinstraße 23</street>
    <postalcode>10249</postalcode>
    <city>Berlin</city>
    <country>Germany</country>
  </adr>
  <geo name="" format="latitude;longitude">aa.aaaaaa;bb.bbbbbb</geo>
  <phone use="home"></phone>
  <phone use="home" type="mobile">+49 0199 / 123 456</phone>
  <email use="home"></email>
  <!--account type="Facebook">Thomas-Bartensud/1544540268</account-->
  <account type="diaspora">https://joindiaspora.com/people/556a2190ce2a01341d390242ac110007</account>
  <account type="Facebook">bartensud</account>
  <account type="stackoverflow">1346449</account>
  <account type="superuser">1312218</account>
  <account type="twitter">bartensud</account>
  <account type="last.fm">Bartensud</account>
  <account type="hypem.com">bartensud</account>
  <account type="sourceforge">bartensud</account>
  <website display="">http://adx.elektronengehirn.net</website>
  <birthday>1984-02-29</birthday>
  <nameday>12-21</nameday>
  <tag>YourCustomTag</tag>
  <tag>adx</tag>
  <tag>adx:frequency=high</tag>
  <tag>xfn:rel=me</tag>
  <wifi type="home" authentication="WPA" password="myWiFiPassword">myWiFiName</wifi>
  <misc type=""></misc>
  <comment>
  </comment>
</contact>

<contact id="">
  <forename>Lisa</forename>
  <surname>Müller</surname>
  <displayname>Lisa💘</displayname>
  <country>Germany</country>
  <phone use="home">0123 / 456789</phone>
  <phone use="home" type="mobile">0175 / 123 456</phone>
  <phone use="work">0123 / 666999</phone>
  <phone use="work" type="mobile">0151 / 666999</phone>
  <email use="home">lisa@müller.de</email>
  <email use="work">lisa.müller@office.de</email>
  <account type="Twitter">test</account>
  <account type="Xing">Lieschen_Mueller</account>
  <account type="vimeo">test</account>
  <account type="ffffound">lil</account>
  <account type="Instagram">society6</account>
  <account type="Paypal">lisa@müller.de</account><!-- Paypal is currently not supported; Workaround: As generic account you will get the account identifier by mouse tooltip but on clicking an wrong URL will be followed -->
  <account type="LinkedIn">https://mx.linkedin.com/pub/lieschen-mueller/80/b80/137</account><!-- for linkedin profile full link to must be given -->
  <website display=""></website>
  <birthday>1985-07-11</birthday>
  <nameday>11-19</nameday>
  <anniversary type="⚭">2013-05-23</anniversary>
  <anniversary type="YourAnniversary">05-11</anniversary>
  <tag>Musician</tag>
  <tag>YourCustomTag</tag>
  <tag>adx:frequency=high</tag>
  <tag>xfn:rel=spouse</tag>
  <misc>Favorite color: red</misc>
</contact>

<contact id="">
  <forename>Ninguém</forename>
  <surname>Zé</surname>
  <displayname>Zé Ninguém</displayname>
  <nickname></nickname>
  <adr type="home">
    <street>R. dos Douradores 83</street>
    <postalcode>1100</postalcode>
    <city>Lisboa</city>
    <country>Portugal</country>
  </adr>
  <adr type="work">
    <street>Fichtestraße 6</street>
    <postalcode>10967</postalcode>
    <city>Berlin</city>
    <country>Germany</country>
  </adr>
  <geo name="" format="latitude;longitude">aa.aaaa;bb.bbbb</geo>
  <phone use="home">+1 999 / 22 33 22</phone>
  <phone use="home" type="mobile">+1 175 / 666 789</phone>
  <account type="Facebook">FacebookTest</account>
  <account type="Flickr">test</account>
  <account type="MySpace">test</account>
  <account type="Twitter">TwitterTest</account>
  <account type="ICQ">166689</account>
  <account type="YIM">yimTest</account>
  <account type="MSNIM">msnimTest</account>
  <account type="xmpp">zenin@xmpptest.org</account>
  <account type="Skype">echo123</account>
  <email use="home">ninguém@zé.net</email>
  <email use="work"></email>
  <birthday>1979-12-23</birthday>
  <tag>adx:frequency=high</tag>
  <tag>xfn:rel=friend</tag>
</contact>

<contact id="">
  <forename>Jonathan</forename>
  <surname>Smith</surname>
  <displayname>John</displayname>
  <adr>
    <street>5 Isadora Duncan Ln</street>
    <postalcode>94102</postalcode>
    <city>San Francisco</city>
    <state>California</state>
    <country></country>
  </adr>
  <geo name="" format="latitude;longitude">aa.aaaa;bb.bbbb</geo>
  <phone use="home">+1 123 / 654321</phone>
  <phone use="home" type="mobile"></phone>
  <account type="linkedin">https://uk.linkedin.com/pub/test-smith/50/912/b90</account>
  <account type="reddit">johnsmith</account>
  <account type="vkontakte">jsmith</account>
  <account type="Delicious">JohnSmith</account>
  <account type="pinterest">JohnSmith</account>
  <account type="allmusic">JohnDoe</account>
  <account type="bandcamp">johnsmith</account>
  <account type="trakt">johnsmith</account>
  <account type="Soup">inspiration</account>
  <account type="ebay">johnsmith</account>
  <account type="stackoverflow">1479354/johnsmith</account>
  <account type="GitHub">JohnSmith</account>
  <website display=""></website>
  <birthday>YYYY-11-30</birthday>
  <tag>xfn:rel=co-worker</tag>
  <tag>xfn:rel=friend</tag>
  <misc type="">Likes B movies</misc>

  <org idref="acme">ACME Corp.</org>
  <website type="work">http://john.ac.me</website>
  <orgunit>RD</orgunit>
  <position>Head of RD</position>

  <org idref="tate">Tate Modern</org>
  <website type="work">http://john.tate.co.uk</website>
  <!--orgunit>Some Org Unit</orgunit-->
  <position>Consultant</position>

  <org idref=""></org>
  <website type="work"></website>
  <orgunit></orgunit>
  <position></position>
  <comment></comment>
</contact>

<contact id="">
  <forename>Володи́мир</forename><!-- Volodymyr -->
  <middlename></middlename>
  <surname>невідомий</surname><!-- Unknown -->
  <title></title>
  <displayname>Volodymyr</displayname>
  <nickname></nickname>
  <adr type="home">
    <street></street>
    <postalcode></postalcode>
    <city>Ки́їв</city><!-- Kyiv/Kiev -->
    <state></state>
    <country>Україна</country><!-- Ukraine -->
  </adr>
  <phone use="home">+380 44 1234 5678</phone>
  <email use="home">volodymyr.unknown@ukraine.ua</email>
  <website display=""></website>
  <birthday>1991-08-25</birthday>
  <tag>Musician</tag>
  <tag>adx:frequency=low</tag>
  <misc type=""></misc>
  <org idref=""></org>
  <orgunit></orgunit>
  <position></position>
  <comment type=""></comment>
</contact>

<contact id="">
  <forename>Василий</forename>
  <middlename>Иванович</middlename>
  <surname>Пупкин</surname>
  <title>пр.</title>
  <displayname>Василий</displayname>
  <nickname></nickname>
  <adr type="home">
    <street></street>
    <postalcode></postalcode>
    <city>Москва</city>
    <state></state>
    <country>Russia</country>
  </adr>
  <phone use="home">+7 495 1234 5678</phone>
  <email use="home">vasya.pupkin@example.com</email>
  <website display="">http://ru.wikipedia.org/wiki/VCard</website>
  <birthday>1947-01-15</birthday>
  <tag>Musician</tag>
  <tag>adx:frequency=low</tag>
  <misc type=""></misc>
  <org idref="">Рога и Копыта</org>
  <orgunit></orgunit>
  <position></position>
  <comment type=""></comment>
</contact>

<contact id="">
  <forename>Raphaël</forename>
  <middlename></middlename>
  <surname>Runné</surname>
  <displayname>Raphaël</displayname>
  <adr type="home">
    <street></street>
    <postalcode></postalcode>
    <city>Saint-Étienne</city>
    <state>Loire</state>
    <country>France</country>
  </adr>
  <phone use="home">+33(477) 1234 5678</phone>
  <email use="home">raphaël.runné@exemple.fr</email>
  <birthday>YYYY-04-20</birthday>
  <tag>Musician</tag>
  <tag>adx:frequency=medium</tag>
  <tag>xfn:rel=co-worker</tag>
  <misc type=""></misc>
  <org idref=""></org>
  <orgunit></orgunit>
  <position></position>
  <comment type=""></comment>
</contact>

<contact id="acme">
  <org>ACME Corporation</org>
  <displayname>ACME Corp.</displayname>
  <adr>
    <street></street>
    <postalcode></postalcode>
    <city></city>
  </adr>
  <phone use="work">555-2368</phone>
  <phone use="work" type="mobile"></phone>
  <phone use="work" type="fax"></phone>
  <email use="work" access="quick">quick.access@ac.me</email>
  <website display="">www.ac.me</website>
  <tag>Company</tag>
  <tag>adx:frequency=high|medium|low</tag><!-- defaults to medium -->
  <orgunit></orgunit>
  <comment></comment>
</contact>

<contact id="tate">
  <org>Tate Modern Art Gallery</org>
  <displayname>Tate Modern</displayname>
  <adr>
    <street>Bankside</street>
    <postalcode>SE1 9TG</postalcode>
    <city>London</city>
    <country>UK</country>
  </adr>
  <geo name="" format="latitude;longitude">51.507307;-0.099102</geo>
  <geo name="" format="what3words">spray.limit.shout</geo>
  <phone use="work">+44 (0)20 7887 8888</phone>
  <email use="home">hello@tate.org.uk</email>
  <account type="instagram">tate</account>
  <account type="tiktok">tate</account>
  <account type="facebook">tategallery</account>
  <account type="twitter">tate</account>
  <account type="flickr">tategallery</account>
  <account type="YouTube">tate</account>
  <account type="pinterest">tategallery</account>
  <website display="">www.tate.org.uk</website>
  <tag>Museum</tag>
  <tag>YourCustomTag</tag>
  <tag>adx:frequency=medium</tag>
</contact>

<contact id="HotFeatures">
  <displayname>New/experimental hot features in adx v1.50/v1.52</displayname>
  <!-- 
  To enable the formatting within ths span tags below you need to set following setting in <settings> section at the beginning of this file:
  <setting name="experimental__formatting_misc_enabled">YES</setting>
  -->
  <misc format="xhtml">1. <span class="secondary">[final in v1.50]</span> Custom settings in addressbook.xml under <span class="primary">&lt;settings></span> tag</misc>
  <misc format="xhtml">2. <span class="secondary">[experimental]</span> Quick Access allows putting contact fields on right side e.g. &lt;misc <span class="primary">access="quick"</span>></misc>
  <misc format="xhtml">3. <span class="secondary">[experimental]</span> Support (X)HTML tags inside <span class="primary">&lt;misc format="xhtml"></span></misc>
  <misc format="xhtml">4. <span class="secondary">[experimental]</span> Support custom CSS formatting</misc>
  <misc format="xhtml" access="quick">See <a href="https://elektronengehirn.net/addressbook/hotfeatures.xml">Live Demo and documentation of hot features</a>.</misc> 
  <misc format="xhtml" >By combining several of these features and settings, adx can even be used as <br/>Micro Content Management System (µCMS). For some kind of example see <a href="https://elektronengehirn.net/addressbook/index.xml">adx website</a>.</misc>
  <tag>adx</tag>
  <tag>HotFeatures</tag>
  <tag>adx:frequency=medium</tag>
</contact>


<contact id="spamlover">
  <org>SpamLover</org>
  <displayname>SpamLover</displayname>
  <email use="home">spamlover@elektronengehirn.net</email>
  <website display=""></website>
  <tag>adx:frequency=low</tag>
  <misc>Spam loving email address</misc>
</contact>

<contact>
  <org>adx - addressbook.xml</org>
  <displayname>adx</displayname>
  <website display="adx website">adx.elektronengehirn.net</website>
  <website display="adx Wiki (Documentation)">https://sourceforge.net/p/adx/wiki/Home/</website>
  <website display="adx at SourceForge">http://www.sourceforge.net/projects/adx</website>
  <website display="Live Demo (stable)">https://elektronengehirn.net/addressbook/addressbook.xml</website>
  <website display="Live Demo (preview)">https://elektronengehirn.net/addressbook/latest/addressbook.xml</website>
  <website display="source code (git repo)">https://sourceforge.net/p/adx/code/ci/master/tree/</website>
  <!-- photo tag can contain URL or Data-URI  -->
  <photo>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAeAAAAHgB6vJq9gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAARQSURBVEiJjZRNbFRlFIaf97vTaWrVtJUWUVP8o9NSQxNCCOIQaZUuDEbHiC5cqAuBAKWIqI2YGCWRn0Z+iqipYadx0aAuZGNTJmhdEME0mJYOAQwisYRCazDYDnPvcTE/vR0q8WzuPed7z3nfc879rshZbTxeeSMaXW+wCngY+AdImtlnl5LJPmawtoaGJYIOzBYDlcA5zA65srLdewcGxgEEUNPc3CTpsODemQohdY709b0NWD7UHovtMOlNwM2QcVFmT+1LpU6qNh6vnIxGf/3P4nkOszV/JpPdABvr69uArlvhgT88z2ty6ZKSDaHiaaBDzs1HajFpII82aXv18uW3b1mwoBx4vxCHX3DuSc+5R0zqyNUAuM8Pgs0RpOcLnGbvjiSTnTnvVG083pKORs8AVUCVk1pupNOTZOcNMBZA64GhoSs5f3BjQ4NhtjPnP+fILjQ7Bs/7Ltzj7/39YwY/FALOPWBm9SH1Px4YHr4SzvGkwyHBDzpgIu8HQTCneJAOrofePSSvIEiaLMb7vl8Tcv92wE+hhJ218XhlOCEIgu3m3ApzbgVmh5T78gAsCIIw9vXGxiqkPYWA1B/B7COklYAwW5SORs/Mbmk5LvgrxJJ9mH1hIQJJ1lZX1yTP22pBUOL7fgtwZ4i/KzKSTB69u7m5E+mt3EGVoLW4dQA5d9zMTMpyCAxpDmar8rGQ7f04lTriAEaSyQ4zazcYn6lwqBO75XnWxgzWdg0PvwEQybdzKZnsmt3aelC+v8ygEbPITanSUTm3HMvyGFgAKUkdMvOddCYaBH27Uqlr+ZRpRR6953SJKymNBsKTwDnryQRBo8ObDxBYILvobIZxoOzMJ4LS0mmLzxMosbpuk2CbYeXKyfMznHROL2L2EoCT65Dkh/LNQQyzHZbtkPTk5HhbLPbe/lRqf+4cEmvm7QF2G5T/jxkXCS+OqELSvrb6+k6ASGLNvBWY2kOQMaEjmI3jeRewzJRcw0R+A1lzkchIEAQ9QBSzZWR/Kwg2b4zFDkcwNoT0nIhY5ome7nOFO5B4rc7ldYrADM+m4Gjv4OAA8AJkL1rG93sFCwGZtMmBlhYUym0JF89VUeh12gKtaER7BgevOngnJOAxB9xRCGT8S8UjxSgLsfmYTS1ZKiuGZ+C3kFvmgLMFvFMiDE6sfagG8Xjh3HRK0vAUuS1bX19/VzjHmT0T6uBsxLBDQvNzLX+QWB27zZn/Fc7NDQK2AxU5/NVrE9H+kiik0+lRYBZQ5UHvhrq6rZ50zqSngW0FfqlHz75yf4Wi0QFg7k3jmTYprfu2O/UpQHtDwzozO3ArPHDe87yF3vDA+ERsUeX3QitDasPmy/ThN5+nduUDx0ZHf15SXV0OLGWmuwDnkVbuGxo67wGkTly9XNc066A8uy5cBVBq6LLMep1zr37dnfqyuMKx0dHexTU1R2RWrawwzyAl+MQymZf3nz59AeBfzp22EaTAGsUAAAAASUVORK5CYII=</photo>
  <tag>Tool</tag>
  <tag>adx</tag>
  <tag>adx:frequency=low</tag>
</contact>

<contact>
  <org>
  Microformats
  </org>
  <displayname>Microformats</displayname>
  <website display="">https://microformats.org/</website>
  <website display="XFN - XHTML Friends Network">http://en.wikipedia.org/wiki/XHTML_Friends_Network</website>
  <misc>adx supports XFN: You can define for each contact the XFN relation by &lt;tag>xfn:rel=...&lt;/tag></misc>
  <website display="hCard (vCard embedded in HTML)">http://en.wikipedia.org/wiki/HCard</website>
  <misc>adx supports hCards 1.0: Automatically created from the contact fields</misc>
  <tag>adx</tag>
  <tag>SemanticWeb</tag>
  <tag>adx:frequency=low</tag>
</contact>

<contact>
  <org>IndieWeb</org>
  <displayname>IndieWeb</displayname>
  <website display="">indieweb.org</website>
  <tag>adx</tag>
  <tag>SemanticWeb</tag>
  <tag>adx:frequency=low</tag>
  <misc format="xhtml">The ideas behind adx fits very well with IndieWeb's <a href="https://indieweb.org/principles">principles</a></misc>
  <comment></comment>
</contact>

<contact>
  <displayname>MatrixUser</displayname>
  <misc>Matrix is a communication protocol</misc>
  <account type="matrix">@testuser:matrix.org</account>
  <account type="matrix">#psychonautics:privacytools.io</account>
  <account type="matrix">!HZVHMSrQXRLWNATZGP:matrix.org</account>
  <account type="matrix">matrix:user/fullSelfDefinedUri:matrix.org</account>
  <account type="mastodon">https://mastodon.matrix.org/@matrix</account>
  <tag>adx:frequency=low</tag>
  <website type="protocol">matrix.org</website>
  <website type="app for matrix">element.io</website>
</contact>

<!-- Following contact helps you to see where/how each contact field is shown.
     How: Nearly all contact field uses same value as the name of the xml tag  -->
<contact id="id">
  <forename>Forename</forename>
  <middlename>Middlename</middlename>
  <surname>Surname</surname>
  <title>Title</title>
  <displayname>1:1 Dummy</displayname>
  <nickname>Nickname</nickname>
  <adr type="home">
    <street>HomeStreet 1</street>
    <postalcode>1111</postalcode>
    <city>HomeCity</city>
    <state>HomeState</state>
    <country>HomeCountry</country>
  </adr>
  <adr type="work">
    <street>WorkStreet 2</street>
    <postalcode>2222</postalcode>
    <city>WorkCity</city>
    <state>WorkState</state>
    <country>WorkCountry</country>
  </adr>
  <geo name="" format="latitude;longitude">41.694588;44.810597</geo>
  <geo name="" format="what3words">myth.folk.cure</geo>
  <phone use="home">+49 089 / 1-10173</phone>
  <phone use="home" type="mobile">+49 175 / 1-10173</phone>
  <phone use="home" type="fax">+49 089 / 1-10173 - 744</phone>
  <phone use="work">+43 4242 / 1111045</phone>
  <phone use="work" type="mobile">+43 676 / 1111045</phone>
  <phone use="work" type="fax">+43 4242 / 1111045 - 744</phone>
  <email use="home">email@home.com</email>
  <email use="work">email@work.com</email>
  <!--account type="8tracks|aim|allmusic|bandcamp|boardgamegeek|delicious|deviantart|diaspora|ebay|facebook|ffffound|flickr|foursquare|github|gnusocial|google|googlecode|hi5|hubzilla|huffduffer|hypem.com|icq|identi.ca|imdb|instagram|jabber|jappy.de|last.fm|libre.fm|linkedin|listenbrainz|lokalisten.de|matrix|mastodon|msnim|myspace|ohloh|openhub|paypal|picasa|pinterest|pixelfed|reddit|skype|sourceforge|spin.de|stackexchange|stackoverflow|superuser|tumblr|tiktok|trakt|twitter|viadeo|vimeo|vkontakte|xing|xmpp|yelp|yim|youtube"></account-->
  <website display="">www.website.com</website>
  <birthday>1900-01-23</birthday>
  <nameday>12-21</nameday>
  <anniversary type="DummyAnniversary">1950-01-24</anniversary>
  <anniversary type="Death">2000-01-25</anniversary>
  <photo></photo>
  <tag>YourCustomTag</tag>
  <tag>adx:frequency=low</tag>
  <tag>xfn:rel=friend met</tag>
  <misc type="miscellaneous" format="xhtml"><b>Example to show how every xml tag is mapped to the web view.<br/>
    By using the xml tag name for the values (1:1) you can<br/>
    easily see which xml tag is used, e.g. <i>&lt;misc>misc&lt;/misc></i></b>
  </misc>
  <misc>misc</misc>
  <org idref="">Org</org>
  <orgunit>Orgunit</orgunit>
  <position>Position</position>
  <website type="work">www.org.com</website>
  <comment type="CommentTypeOne">Comment One</comment>
  <comment type="CommentTypeTwo">Comment Two</comment>
</contact>



<!-- contacts with tag "adx:frequency=none" will be not shown. Can be used e.g. for obsolete contacts which shall be still kept -->
<contact>
  <forename>Obso</forename>
  <surname>Lete</surname>
  <displayname>Obsolete</displayname>
  <tag>adx:frequency=none</tag>
  <misc>contacts with tag adx:frequency=none are NOT displayed</misc>
</contact>

</addressbook>
