Definition Type: Element
Name: OtherScreeningResult
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into OtherScreeningDetail in schema backgroundreports_xsd Drilldown into ApplicantInformation in schema backgroundreports_xsd Drilldown into Organization in schema backgroundreports_xsd Drilldown into EffectiveDate in schema backgroundreports_xsd Drilldown into qualifier in schema backgroundreports_xsd Drilldown into type in schema backgroundreports_xsdXSD Diagram of OtherScreeningResult in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="OtherScreeningResult" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0" />
            <xsd:element name="Organization" type="ReferralType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Identifies the organization that  the search(s) were performed upon.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ApplicantInformation" type="ScreeningPersonalDataType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Personal information relating to the screening subject as contained in the repositories records.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="OtherScreeningDetail" type="OtherItemDetailType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="UserArea" minOccurs="0" />
        </xsd:sequence>
        <xsd:attribute name="type" type="xsd:string" />
        <xsd:attribute name="qualifier" type="xsd:string" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EffectiveDate hr:EffectiveDate 0 (1)
Organization hr:Organization 0 (1)
ApplicantInformation hr:ApplicantInformation 0 unbounded
OtherScreeningDetail hr:OtherScreeningDetail 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)
qualifier hr:qualifier (Optional)