<?xml version="1.0" encoding="utf-8" ?> 
<service xmlns="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom">
	<workspace>
		<atom:title type="text">Test Service</atom:title>
		<collection href="http://example.com/feed">
			<atom:title type="text">Test Collection</atom:title> 
			<accept>application/*,image/*,*/*</accept> 
		</collection>
	</workspace>
</service>
