<?xml version="1.0" encoding="UTF-8"?>
<annotationRecord xmlns="http://www.annotation.dlese" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.annotation.dlese
http://www.dlese.org/Metadata/annotation/0.1.01/annotation.xsd">
	<service>
		<!--all name, recordID and date are required-->
		<name>(CRS) Community Review System</name>
		<recordID>CRS-000-000-000-123</recordID>
		<date created="2002-08-13" modified="2003-01-20">String</date>
	</service>
	<item>
		<!--the field title is included here because the NSDL annotation record has it-->
		<title>Editor's Summary for Down the Drain</title>
		
		<!--itemID is required-->
		<itemID>DLESE-000-000-000-123</itemID>
		
		<!--the pathway field is only present in the annotation record if the annotated resource is to be in the DLESE Reviewed Collection; if the annotated resource is not to be part of the Reviewed Collection DO NOT have the field pathway appear in the annotation record, that is the resource is considered just to be annotated-->
		<!--pathway values come from a controlled vocab-->
		<pathway>CRS (Community Review System)</pathway>
		
		<!--type comes from a controlled vocab-->
		<type>Editor's summary</type>
		
		<!--date and status are not required metadata; date is an overall date for the annotation to be considered complete-->
		<date>2002-08-13</date>
		<statusOf status="Text annotation completed" date="2003-01-20"/>
		
		<content>
			<!--content is required and must be a url or description (free text)-->
			<url>http://tothe.crs.editorsummary/url</url>
		</content>
		<!--context is not required-->
		<context>http://to.somepage.inthe/DLESEresource</context>
		<!--contributors are not required-->
		<contributors>
			<contributor role="Author" date="1967-08-13">
				<person>
					<!--when person is used, nameFirst and nameLast are required, other fields are optional-->
					<nameTitle>Dr</nameTitle>
					<nameFirst>Joe</nameFirst>
					<nameLast>Whoever</nameLast>
					<instName>Put the institution name here. Not required but if not present it defaults to No institutional affiliation</instName>
					<instDept>Put department name here if known but is not required</instDept>
					<emailPrimary>Put email here but is not required</emailPrimary>
				</person>
			</contributor>
			<contributor role="Author" date="2003-03-12">
				<organization>
					<!--when organization is used, instName is required, other fields are optional-->
					<instName>ABC University</instName>
				</organization>
			</contributor>
		</contributors>
	</item>
</annotationRecord>

