Warning:
This wiki has been archived and is now read-only.

SOCML:Profiles

From Federated Social Web Incubator Group
Jump to: navigation, search
<?xml version="1.0" encoding="UTF-8" ?>
<socml version="1.0">
<profile>
    <identity>
        ...
    </identity>
    <name>
        <firstname/>
        <middlename/>
        <lastname/>
        <maidenname/>
        <nickname/>
    </name>
    <residence>
        <current>
            <location> ... </location>
        </current>
        <past>
            <location> ... </location>
        </past>
    </residence>
    <contact>
        <phone>
           <number type=""></number>
        </phone>
        <email>
           <address type=""></address>
        </email>
        <other>
           <item type=""></item>
        </other>
    <contact>
    <picture>
    </picture>
    <information>
    </information>
</profile>
</socml>