Definition Type: Element
Name: Screening
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Screenings.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Root element to provide additional screening related information specific to individual search types.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into SearchReference in schema screenings_xsd Drilldown into SearchOther in schema screenings_xsd Drilldown into SearchMilitary in schema screenings_xsd Drilldown into SearchLicense in schema screenings_xsd Drilldown into SearchEmployment in schema screenings_xsd Drilldown into SearchEducation in schema screenings_xsd Drilldown into SearchDrugs in schema screenings_xsd Drilldown into SearchCriminal in schema screenings_xsd Drilldown into SupportingDocumentation in schema screenings_xsd Drilldown into AdditionalItems in schema screenings_xsd Drilldown into Comments in schema screenings_xsd Drilldown into ClientReferences in schema screenings_xsd Drilldown into Duration in schema screenings_xsd Drilldown into Vendor in schema screenings_xsd Drilldown into EndUser in schema screenings_xsd Drilldown into PermissiblePurpose in schema screenings_xsd Drilldown into ServiceLevel in schema screenings_xsd Drilldown into Region in schema screenings_xsd Drilldown into CountryCode in schema screenings_xsd Drilldown into QuestionSetId in schema screenings_xsd Drilldown into ReferenceId in schema screenings_xsd Drilldown into lang in schema xml_xsd Drilldown into qualifier in schema screenings_xsd Drilldown into type in schema screenings_xsdXSD Diagram of Screening in schema screenings_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Screening" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Root element to provide additional screening related information specific to individual search types.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ReferenceId" type="EntityIdType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Reference Number associated with this screening.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="QuestionSetId" type="EntityIdType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The question set identifier associated with this screening.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CountryCode" type="CountryCodeType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>ISO 3166 2 character country code identifying the country that the screeing applies to.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Region" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Represents the state, province, territory, etc. where the screening is to be performed.
</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ServiceLevel" type="ServiceLevelTypes" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Service level of the screening. </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="PermissiblePurpose" type="PermissiblePurposeQualifiers" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Specifies the purpose on the screening.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="EndUser" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation> It specifies the name of the company that has requested the screening.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Vendor" type="VendorType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Specifies the source of the screening information. </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Duration" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Specifies the duration of the screening.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ClientReferences" type="EntityIdType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Contains Client provided information pertinent to the search.  i.e. Billing information.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Comments" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="SupportingDocumentation" type="DocumentationType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Root element to provide additional screening related information regarding the specified search.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:choice minOccurs="0" maxOccurs="unbounded">
                <xsd:element ref="SearchCriminal" minOccurs="0" />
                <xsd:element ref="SearchDrugs" minOccurs="0" />
                <xsd:element ref="SearchEducation" minOccurs="0" />
                <xsd:element ref="SearchEmployment" minOccurs="0" />
                <xsd:element ref="SearchLicense" minOccurs="0" />
                <xsd:element ref="SearchMilitary" minOccurs="0" />
                <xsd:element ref="SearchOther" minOccurs="0" />
                <xsd:element ref="SearchReference" minOccurs="0" />
            </xsd:choice>
            <xsd:element ref="UserArea" minOccurs="0" />
        </xsd:sequence>
        <xsd:attribute name="type" type="SearchTypes" />
        <xsd:attribute name="qualifier" type="SearchQualifierType" />
        <xsd:attribute ref="xml:lang" use="optional" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReferenceId hr:ReferenceId 0 (1)
QuestionSetId hr:QuestionSetId 0 (1)
CountryCode hr:CountryCode 0 (1)
Region hr:Region 0 (1)
ServiceLevel hr:ServiceLevel 0 (1)
PermissiblePurpose hr:PermissiblePurpose 0 (1)
EndUser hr:EndUser 0 (1)
Vendor hr:Vendor 0 (1)
Duration hr:Duration 0 (1)
ClientReferences hr:ClientReferences 0 unbounded
Comments hr:Comments 0 unbounded
AdditionalItems hr:AdditionalItems 0 unbounded
SupportingDocumentation hr:SupportingDocumentation 0 (1)
SearchCriminal hr:SearchCriminal 0 (1)
SearchDrugs hr:SearchDrugs 0 (1)
SearchEducation hr:SearchEducation 0 (1)
SearchEmployment hr:SearchEmployment 0 (1)
SearchLicense hr:SearchLicense 0 (1)
SearchMilitary hr:SearchMilitary 0 (1)
SearchOther hr:SearchOther 0 (1)
SearchReference hr:SearchReference 0 (1)
UserArea hr:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)
qualifier hr:qualifier (Optional)
lang nsA:lang Optional