<?xml version="1.0"?>
<outlink>
<inbox count="12">
<inbox number="1" subject=.../>
<inbox number="2" subject=.../>
</inbox>
<contacts>
<contact number="1" first_name="Michael" .../>
<contact number="2" first_name="Karen" .../>
</contacts>
<tasks>
<task number="1" status="1" ../>
<task number="2" status="0" ../>
</tasks>
</outlink>
<?xml version="1.0"?> <inbox count=12> <inbox number="1" subject=.../> <inbox number="2" subject=.../> </inbox>