<?xml version="1.0" encoding="UTF-8"?>
<!--
 Copyright (c) 2007 IBM Corporation.
 All rights reserved.   This program and the accompanying materials
 are made available under the terms of the Eclipse Public License v1.0
 which accompanies this distribution, and is available at
 http://www.eclipse.org/legal/epl-v10.html
 
 Contributors: 
 IBM - Initial API and implementation
-->

<!-- This query selects all classes -->
<s:query xmlns:s="http://cmdbf.org/schema/1-0-0/datamodel">
	<s:itemTemplate id="everything">
	</s:itemTemplate>
	
	<s:relationshipTemplate id="allClasses">
		<s:sourceTemplate ref="everything"/>
		<s:targetTemplate ref="everything"/>
	</s:relationshipTemplate>
</s:query>