<?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/'
	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'
	wij-uri:submitterURI='http://wijis.wisconsin.gov/names/operators/wijis/tech/BillBlondeau/'
>

	<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>
			</personActivitySupplemental>
		</content>
	</pointer>

	<!-- 
	lots of other pointers omitted... in a real invocation, this message 
	could be quite large. It's *all* of the pointers the requesting Submitter 
	has in the precache.
	-->
</singleSubmitterPointers>

