Definition Type: ComplexType
Name: ScreeningErrorType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Note: ConfirmBOD is generally used to report BOD and noun failures. In a few cases, such as in a ScreeningReport, it may also be necessary to include error details among a partially fulfilled screening.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Description in schema fields_xsd1 Drilldown into ReasonCode in schema fields_xsd1 Drilldown into TypeCode in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of ScreeningErrorType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ScreeningErrorType">
    <xsd:annotation>
        <xsd:documentation>Note: ConfirmBOD is generally used to report BOD and 
			noun failures. In a few cases, such as in a ScreeningReport, it may also be
			necessary to include error details among a partially fulfilled screening.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="TypeCode" minOccurs="0" />
        <xsd:element ref="oa:ReasonCode" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
TypeCode nsA:TypeCode 0 (1)
ReasonCode oa:ReasonCode 0 (1)
Description oa:Description 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:ScreeningError