<?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:pointerUploadError
		svc:deleteAllPrevious='false'
		svc:transactional='false'
		svc:recordCount='27'
		svc:serviceError='true'
	>
		<svc:errorItems>
			<!-- 
			Content of error messages is illustrative, *not* in any sense normative. 
			
			The scenario here is that the SAX Parser reported a fatal error when parsing
			the 29th record. (27 records were processed, as noted in the "recordCount" 
			attribute value; one record was skipped, as noted in the first error message.)
			
			(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=45678&amp;subidentifier=2002-11-17"
			failed due to invalid "personBirthDate" value: "02/30/1981". (Nontransactional; processing continues.)
			</svc:errorItem>
			<svc:errorItem timestamp='2006-10-14T11:47:23.438' severity='fatal'>
			SAX Parse failed. Row='1', column='8569'
			<!-- (the text of the SAX Exception would probably be inserted here.) -->
			This could indicate a malformed message, or it could indicate corruption in transmission. It's recommended
			that you validate your content and resend.
			</svc:errorItem>
		</svc:errorItems>
	</ptr-up-svc:pointerUploadError>
</ptr-up-svc:pointerUploadResponse>


