<xsd:complexType name="ScreeningPackageType">
<xsd:annotation>
<xsd:documentation>Contains information to execute an order for a "screening package." A screening package consists of one or more screening services that are offered for sale as a unit. </xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ScreeningID" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
Examples:
ScreeningPackage/ID
agencyRole = Requester
schemeAgencyID = PeopleClick
ScreeningPackage/ID
agencyRole = Supplier
schemeAgencyID = FirstAdvantage
ScreeningPackage/ID
agencyRole = Customer
schemeAgencyID = Acme Corp
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PackageID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PartyReportingIDs" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PackageActionCode" minOccurs="0" />
<xsd:element ref="InitialStatusCode" minOccurs="0" />
<xsd:element ref="ScreeningPermissiblePurposeCode" minOccurs="0" />
<xsd:element ref="ScreeningUser" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ScreeningSubject" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ScreeningSubjectCopyIndicator" minOccurs="0" />
<xsd:element ref="Screening" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Attachment" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|