<?xml version="1.0"?>
<ptr-down-svc:pointerDownloadResponse
	xmlns:ptr-down-svc='http://wijis.wisconsin.gov/specs/schemas/gateway/service/pointerDownload/v1.1/'
	xmlns='http://wijis.wisconsin.gov/specs/schemas/gateway/pointer/v1.1/2007-01-12/'
	xmlns:svc='http://wijis.wisconsin.gov/specs/schemas/service/v1.1/2007-01-12/'
	xmlns:wij-uri='http://wijis.wisconsin.gov/specs/schemas/uri/v1.1/2007-01-12/'
	xmlns:disc='http://wijis.wisconsin.gov/specs/schemas/disclosure/v1.1/2007-01-12/'
	xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
	xsi:schemaLocation='http://wijis.wisconsin.gov/specs/schemas/gateway/service/pointerDownload/v1.1/ 
		http://wijiscommons.org/specs/schemas/gateway/service/pointerDownload/v1.1/PointerDownloadServiceInterface.xsd'
>
	<ptr-down-svc:pointerDownloadConfirmation
		svc:recordCount='824'
	>
		<svc:infoItems>
			<svc:info timestamp='2006-10-08T08:13:52.849'>
			Required two tries.
			</svc:info>
		</svc:infoItems>
	
		<singleSubmitterPointers 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. (In this example, that would be 824 pointers in all,
			as indicated by the "recordCount" attribute.)
			-->
		</singleSubmitterPointers>
	</ptr-down-svc:pointerDownloadConfirmation>
</ptr-down-svc:pointerDownloadResponse>
