Skip to content

Instantly share code, notes, and snippets.

@arunma
Created November 19, 2013 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arunma/7542498 to your computer and use it in GitHub Desktop.
Save arunma/7542498 to your computer and use it in GitHub Desktop.
activity.xml - Data
<!--
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.
-->
<add>
<doc>
<field name="id">1</field>
<field name="employeeName">A-Data Technology</field>
<field name="activityName">Incoming email, Outgoing email</field>
</doc>
<doc>
<field name="id">2</field>
<field name="employeeName">Apple</field>
<field name="activityName">MyOwn email</field>
</doc>
<doc>
<field name="id">3</field>
<field name="employeeName">ASUS Computer</field>
<field name="activityName">Brilliant email</field>
</doc>
<doc>
<field name="id">4</field>
<field name="employeeName">ATI Technologies</field>
<field name="activityName">Incoming email, Nonsense email</field>
</doc>
<doc>
<field name="id">5</field>
<field name="employeeName">Belkin</field>
<field name="activityName">Super email, Outgoing email</field>
</doc>
<doc>
<field name="id">6</field>
<field name="employeeName">Canon, Inc.</field>
<field name="activityName">Foolish email, MyOwn email</field>
</doc>
<doc>
<field name="id">7</field>
<field name="employeeName">Corsair Microsystems</field>
<field name="activityName">Different email, Nonsense email</field>
</doc>
<doc>
<field name="id">8</field>
<field name="employeeName">Dell, Inc.</field>
<field name="activityName">MyOwn email</field>
</doc>
<doc>
<field name="id">9</field>
<field name="employeeName">Maxtor Corporation</field>
<field name="activityName">Awesome email, Different email</field>
</doc>
<doc>
<field name="id">10</field>
<field name="employeeName">Samsung Electronics Co. Ltd.</field>
<field name="activityName">Whatever email</field>
</doc>
</add>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment