<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<service xml:base="http://bookclub.cloudapp.net/Services/BooksDataService.svc/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:app="http://www.w3.org/2007/app" xmlns="http://www.w3.org/2007/app">
  <workspace>
    <atom:title>Default</atom:title>
    <collection href="BookOfDays">
      <atom:title>BookOfDays</atom:title>
    </collection>
    <collection href="Books">
      <atom:title>Books</atom:title>
    </collection>
    <collection href="Categories">
      <atom:title>Categories</atom:title>
    </collection>
    <collection href="Checkouts">
      <atom:title>Checkouts</atom:title>
    </collection>
    <collection href="Members">
      <atom:title>Members</atom:title>
    </collection>
    <collection href="Requests">
      <atom:title>Requests</atom:title>
    </collection>
  </workspace>
</service>