HR-XML 3.0 Standards, 2009  September  23.

Menu: [ Home  |  Guidelines  |  BODs  |  Nouns  |  Global elements  |  WSDL  |  Packages  |  Code Lists  |  Master Index ]

Trace back: » ch23s03 | ch25 | ch25s04 | ch26 | ch26s04 »

Screening Report: Examples

Example 26.1. GetScreeningReport - PackageStatus - Example 1

Source


<?xml version="1.0" encoding="UTF-8"?>
<!-- Example of one possible way to get the status of a ScreeningPackage. 

This BOD instance is intended to retrieve up to 3 instances of ScreeningPackageResult matching the following field selections:

ScreeningPackageResult/ScreeningSubjectDetails/ID = "1234-560-0876"  (CandidateID) 
-->
<GetScreeningReport systemEnvironmentCode="Production" releaseID="normalizedString" versionID="normalizedString" languageCode="en-US" 
xsi:schemaLocation="http://www.hr-xml.org/3 ../Developer/BODs/GetScreeningReport.xsd" xmlns="http://www.hr-xml.org/3" 
xmlns:oa="http://www.openapplications.org/oagis/9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<oa:ApplicationArea>
		<oa:CreationDateTime>2008-04-01</oa:CreationDateTime>
	</oa:ApplicationArea>
	<DataArea>
		<oa:Get uniqueIndicator="true" maxItems="3">
			<oa:Expression expressionLanguage="XPath">/GetScreeningReport/DataArea/ScreeningReport/ScreeningPackageResult</oa:Expression>
		</oa:Get>
		<ScreeningReport>
			<ScreeningPackageResult>
				<ScreeningSubject>
					<ScreeningSubjectID schemeID="CandidateID" agencyRoleCode="Customer" schemeAgencyID="Acme Corp.">1234-560-0876</ScreeningSubjectID>
				</ScreeningSubject>
             </ScreeningPackageResult>
		</ScreeningReport>
	</DataArea>
</GetScreeningReport>
<!--


Copyright The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org 
Copyright (c) 1997-2009 Open Applications Group, Inc. All Rights Reserved 
-->



Comment on this Component


Use the form below to submit your question or comment about "ch26s04"

By submitting you indicate that you are accepting HR-XML's Feedback Policy


  * = required field
First/Given Name: *
Last/Family Name: *
Position Title:
Organization:
Country:
Website:
E-mail: *
Topic:

  Please use the area below to write your comment or question: