<?xml version="1.0" encoding="UTF-8"?>

<!-- Designates the namespace for the Object class. -->
<mappings xmlns:rp="http://www.soasta.com/services/repository"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="http://xfire.codehaus.org/schemas/1.0/">
  <mapping name="rp:Object">

    <!-- Force the following to be attributes: -->
    <property name="type" style="attribute" />
    <property name="id" style="attribute" />
    <property name="path" style="attribute" />
    <property name="name" style="attribute" />
    <property name="created" style="attribute" />
    <property name="lastModified" style="attribute" />
    <property name="ownerID" mappedName="owner" style="attribute" />

    <!-- Force the following element names to be upper-case: -->
    <property name="body" mappedName="Body" />
    <property name="description" mappedName="Description" />
    <property name="tipText" mappedName="TipText" />
    <property name="references" mappedName="References" />

  </mapping>
</mappings>
