Definition Type: ComplexType
Name: OtherReportType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OtherScreeningResult in schema backgroundreports_xsdXSD Diagram of OtherReportType in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="OtherReportType">
    <xsd:sequence>
        <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>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OtherScreeningResult hr:OtherScreeningResult 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:OtherReport