<?xml version="1.0" encoding="ISO-8859-1"?>
<cesHeader xmlns="http://www.xml-ces.org/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.xml-ces.org/schema
http://www.cs.vassar.edu/XCES/schema/xcesHeader.xsd" version="1.0">
	<fileDesc>
		<titleStmt>
			<h.title>Example Corpus</h.title>
		</titleStmt>
		<publicationStmt>
			<distributor>Vassar College</distributor>
			<pubAddress>Poughkeepsie</pubAddress>
			<availability>Free</availability>
			<pubDate>2002</pubDate>
		</publicationStmt>
		<sourceDesc>
			<biblStruct>
				<monogr>
					<h.title>Examples</h.title>
					<imprint><publisher>Vassar College</publisher></imprint>
				</monogr>
			</biblStruct>
		</sourceDesc>
	</fileDesc>
	<profileDesc>
		<particDesc>
			<person id="A" age="young" sex="m">Ted</person>
			<person id="B" age="young" sex="f">Alice</person>		
			<particLinks>
				<relation active="A B" passive="A B" mutual="y"/>
			</particLinks>
		</particDesc>
		<settingDesc>
			<setting>In <name type="place">New York City</name> sitting on <locale>a park bench</locale></setting>
		</settingDesc>
	</profileDesc>
</cesHeader>
