<?xml version='1.0' ?>
<singleSubmitterPointers 
	xmlns='http://wijis.wisconsin.gov/specs/schemas/gateway/pointer/v1.1/2007-01-12/'
	xmlns:disc='http://wijis.wisconsin.gov/specs/schemas/disclosure/v1.1/2007-01-12/'
	xmlns:wij-uri='http://wijis.wisconsin.gov/specs/schemas/uri/v1.1/2007-01-12/'
	wij-uri:submitterURI='http://wijis.wisconsin.gov/names/operators/wijis/tech/BillBlondeau/'
	xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
	xsi:schemaLocation='http://wijis.wisconsin.gov/specs/schemas/gateway/pointer/v1.1/2007-01-12/ 
		http://wijiscommons.org/specs/schemas/gateway/pointer/v1.1/2007-01-12/WijisPointer.xsd'
>
	<!-- 
	A fairly normal pointer for uploading. Note that the invented "identifier/subidentifier" Record Key Data
	in the examples is illustrative only, and does not prescribe any kind of scheme at all. The only constraint
	on Record Key Data is that it must resolve to one or more name/value pairs (See the "WijisURI.xsd" schema
	for further discussion.)
	-->
	<pointer pointerType='personActivity/' wij-uri:recordKeyData='?identifier=123456&amp;subidentifier=2003-08-15'>
		<disc:sensitivityFlags
			juvenile='false'
			sexualAssault='false'
			openInvestigation='true'
		/>
		<content>
			<personActivityHeader>
				<recordCaption>Arrest Record</recordCaption>
				<recordholderCaption>Example Police Department</recordholderCaption>
				<personRole>Subject</personRole>
				<personLastName>Forinstance</personLastName>
				<personFirstName>Charley</personFirstName>
				<personMiddleName>J</personMiddleName>
				<personBirthDate>1973-12-09</personBirthDate>
				<activityDate>2003-08-15</activityDate>
			</personActivityHeader>
			<personActivitySupplemental>
				<personSex>Female</personSex>
				<personHeight>5'8"</personHeight>
				<personWeight>133</personWeight>
				<personEyeColor>Blue</personEyeColor>
				<!--personHairColor is Optional -->
				<personHairColor>Black</personHairColor>
			</personActivitySupplemental>
		</content>
	</pointer>
	
	<!-- 
	this is a delete instruction for the record identified by
	identifier "45678" and subidentifier "1997-03-05"
	-->
	<pointer pointerType='personActivity/' wij-uri:recordKeyData='?identifier=45678&amp;subidentifier=1997-03-05'>
		<noRecord/>
	</pointer>
</singleSubmitterPointers>


