<?xml version='1.0' ?>
<ptr-up-svc:pointerUpload
	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:svc='http://wijis.wisconsin.gov/specs/schemas/service/v1.1/2007-01-12/'
	xmlns:ptr-up-svc='http://wijis.wisconsin.gov/specs/schemas/gateway/service/pointerUpload/v1.1/'
	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/service/pointerUpload/v1.1/ 
		http://wijiscommons.org/specs/schemas/gateway/service/pointerUpload/v1.1/PointerUploadServiceInterface.xsd'
	
	svc:deleteAllPrevious='false'
	svc:transactional='false'
>
	<singleSubmitterPointers wij-uri:submitterURI='http://wijis.wisconsin.gov/names/operators/wijis/tech/BillBlondeau/'>
		<!-- 
		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>
</ptr-up-svc:pointerUpload>

