<?xml version="1.0"?>
<ptr-up-svc:pointerUploadResponse
	xmlns:ptr-up-svc='http://wijis.wisconsin.gov/specs/schemas/gateway/service/pointerUpload/v1.1/'
	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: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'
>
	<ptr-up-svc:pointerUploadConfirmation
		svc:recordCount='16382'
		svc:serviceActionConfirmed='true'
		svc:deleteAllPrevious='false'
		svc:transactional='false'
	>
		<svc:errorItems>
			<!-- 
			this error, and any other nonfatal error, in a non-transactional upload 
			does not prevent the upload as a whole from being a success (formally: if even 
			one pointer is successfully uploaded in a nontransactional upload, a confirmation
			will be returned.)
			
			The "recordCount" attribute in the parent element states the number of successfully
			uploaded pointers. (See the element declarations in PointerUploadServiceInterface.xsd
			for usage of the recordCount attribute.)
			-->
			<svc:errorItem timestamp='2006-10-14T11:45:08.112' severity='error'>
			Upload of pointer for record "http://wijis.wisconsin.gov/names/operators/wijis/tech/BillBlondeau/?identifier=34789&amp;subidentifier=2005-12-10"
			failed due to invalid "personLastName" value: empty.
			</svc:errorItem>
		</svc:errorItems>
	</ptr-up-svc:pointerUploadConfirmation>
</ptr-up-svc:pointerUploadResponse>