Definition Type: Element
Name: ScreeningRequirement
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Identifies the minimum required values pertinent to the specified jurisdiction.
Collapse XSD Schema Diagram:
Drilldown into UserDefinedRequirement in schema fields_xsd Drilldown into PlaceOfBirthIndicator in schema components_xsd Drilldown into PreviousNameIndicator in schema components_xsd Drilldown into FathersNameIndicator in schema components_xsd Drilldown into MothersNameIndicator in schema components_xsd Drilldown into FullAddressRequirement in schema components_xsd Drilldown into CountrySubdivisionIndicator in schema components_xsd Drilldown into CityIndicator in schema components_xsd Drilldown into ProofOfResidenceImageIndicator in schema components_xsd Drilldown into PersonLegalIDRequirement in schema components_xsd Drilldown into ApplicableRegion in schema components_xsdXSD Diagram of ScreeningRequirement in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ScreeningRequirement" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Identifies the minimum required values pertinent to the specified jurisdiction.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="ApplicableRegion" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="PersonLegalIDRequirement" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Include required  person legal id's and where specified, copy of the government issued legal id.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="PersonLegalIDIndicator" type="oa:IndicatorType" minOccurs="0" maxOccurs="unbounded">
                            <xsd:annotation>
                                <xsd:documentation>Include specified person legal id's.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="PersonLegalIdImageIndicator" type="oa:IndicatorType" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>Include copies of the government issued documents containing the suppliced person legal id.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                    <xsd:attribute name="typeCode" type="oa:NormalizedStringType" />
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="ProofOfResidenceImageIndicator" type="oa:IndicatorType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Include copies of any documents that will verify the applicants current address. For example, electrical bill.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CityIndicator" type="oa:IndicatorType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Include applicants city of residence.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CountrySubdivisionIndicator" type="oa:IndicatorType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Include applicants country subdivison values for place of residence. For example County.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="FullAddressRequirement" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Include required  address information and for the specified duration of time. If the FullAddressRequiredDuration is not specified, then the default value will be the current address of residence.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="FullAddressIndicator" type="oa:IndicatorType" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>Include applicants full address.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="FullAddressRequiredDuration" type="oa:DurationMeasureType" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">The minumum number of years required for address history.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                    <xsd:attribute name="typeCode" type="oa:NormalizedStringType" />
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="MothersNameIndicator" type="oa:IndicatorType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Include applicant's mothers name.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="FathersNameIndicator" type="oa:IndicatorType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Include applicants's fathers name.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="PreviousNameIndicator" type="oa:IndicatorType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Include all previous names.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="PlaceOfBirthIndicator" type="oa:IndicatorType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Include the place of birth.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element ref="UserDefinedRequirement" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ApplicableRegion nsA:ApplicableRegion 0 unbounded
PersonLegalIDRequirement nsA:PersonLegalIDRequirement 0 unbounded
ProofOfResidenceImageIndicator nsA:ProofOfResidenceImageIndicator 0 (1)
CityIndicator nsA:CityIndicator 0 (1)
CountrySubdivisionIndicator nsA:CountrySubdivisionIndicator 0 (1)
FullAddressRequirement nsA:FullAddressRequirement 0 unbounded
MothersNameIndicator nsA:MothersNameIndicator 0 (1)
FathersNameIndicator nsA:FathersNameIndicator 0 (1)
PreviousNameIndicator nsA:PreviousNameIndicator 0 (1)
PlaceOfBirthIndicator nsA:PlaceOfBirthIndicator 0 (1)
UserDefinedRequirement nsA:UserDefinedRequirement 0 unbounded