Definition Type: Element
Name: ScreeningDetails
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Additional details pertaining to the screening.
Collapse XSD Schema Diagram:
Drilldown into AdditionalItems in schema backgroundreports_xsd Drilldown into Comments in schema backgroundreports_xsd Drilldown into QuestionAnswerPair in schema backgroundreports_xsd Drilldown into Competency in schema competencies_xsdXSD Diagram of ScreeningDetails in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ScreeningDetails" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Additional details pertaining to the screening.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="Competency" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="QuestionAnswerPair" type="QuestionAnswerPairType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Contains Results of a specific question.  The name attribute of IdValue contains the identifier in the screening companies system of the specific question.</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:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Competency hr:Competency 0 unbounded
QuestionAnswerPair hr:QuestionAnswerPair 0 unbounded
Comments hr:Comments 0 unbounded
AdditionalItems hr:AdditionalItems 0 unbounded