blob: cec4b3a844742570891020f1980fa542575f27ee [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
-->
<container>
<people>
<person id="john.doe" name="John Doe" gender="M">
<friend>jane.doe</friend>
</person>
<person id="jane.doe" name="Jane Doe" phone="867-5309" gender="F">
<friend>john.doe</friend>
</person>
</people>
<personAppData>
<data person="jane.doe" field="count">7</data>
</personAppData>
<activities>
<stream title="jane's photos" userId="jane.doe">
<activity title="Jane just posted a photo of a monkey" id="1"
body="and she thinks you look like him!">
<mediaItem type="IMAGE" mimeType="image/jpeg" url="http://animals.nationalgeographic.com/staticfiles/NGS/Shared/StaticFiles/animals/images/primary/black-spider-monkey.jpg"></mediaItem>
<mediaItem type="IMAGE" mimeType="image/jpeg" url="http://image.guardian.co.uk/sys-images/Guardian/Pix/gallery/2002/01/03/monkey300.jpg"></mediaItem>
</activity>
<activity title="Jane says George likes yoda!" id="1"
body="or is it you?">
<mediaItem type="IMAGE" mimeType="image/jpeg" url="http://www.funnyphotos.net.au/images/fancy-dress-dog-yoda-from-star-wars1.jpg"></mediaItem>
</activity>
</stream>
</activities>
</container>