Definition Type: ComplexType
Name: ScreeningPersonalDataType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ScreeningTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into DemographicDetail in schema screeningtypes_xsd Drilldown into ContactMethod in schema screeningtypes_xsd Drilldown into PostalAddress in schema screeningtypes_xsd Drilldown into PersonName in schema screeningtypes_xsd Drilldown into EffectiveDate in schema screeningtypes_xsd Drilldown into qualifier in schema screeningtypes_xsd Drilldown into idSource in schema screeningtypes_xsd Drilldown into idReference in schema screeningtypes_xsd Drilldown into type in schema screeningtypes_xsdXSD Diagram of ScreeningPersonalDataType in schema screeningtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ScreeningPersonalDataType">
    <xsd:sequence>
        <xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0" />
        <xsd:element name="PersonName" minOccurs="0" maxOccurs="unbounded">
            <xsd:complexType>
                <xsd:complexContent>
                    <xsd:extension base="PersonNameType">
                        <xsd:attribute name="type" type="PersonNameTypeType" use="optional" />
                        <xsd:attribute name="validFrom" type="AnyLocalYearMonthDateNkNaType" use="optional" />
                        <xsd:attribute name="validTo" type="AnyLocalYearMonthDateNkNaType" use="optional" />
                        <xsd:attribute name="qualifier" type="xsd:string" use="optional" />
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="PostalAddress" type="ScreeningPostalAddressType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DemographicDetail" type="DemographicDetailType" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="type" use="optional">
        <xsd:simpleType>
            <xsd:restriction base="xsd:string">
                <xsd:enumeration value="Alias" />
                <xsd:enumeration value="Other" />
                <xsd:enumeration value="Current" />
                <xsd:enumeration value="Prior" />
                <xsd:enumeration value="NotSpecified" />
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="idReference" type="xsd:string" use="optional" />
    <xsd:attribute name="idSource" type="xsd:string" use="optional" />
    <xsd:attribute name="qualifier" type="xsd:string" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EffectiveDate hr:EffectiveDate 0 (1)
PersonName hr:PersonName 0 unbounded
PostalAddress hr:PostalAddress 0 unbounded
ContactMethod hr:ContactMethod 0 unbounded
DemographicDetail hr:DemographicDetail 0 (1)
UserArea hr:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type hr:type Optional
idReference hr:idReference Optional
idSource hr:idSource Optional
qualifier hr:qualifier Optional
Collapse Derivation Tree:
Collapse References:
hr:AdmittedAliases, hr:ApplicantInformation, hr:ApplicantInformation, hr:ApplicantInformation, hr:ApplicantInformation, hr:ApplicantInformation, hr:ApplicantInformation, hr:ApplicantInformation, hr:ApplicantInformation, hr:ApplicantInformation, hr:MVRReportDetailType, hr:OtherItemDetailType, hr:PersonalData, hr:PersonalData, hr:PriorPersonalData, hr:SubjectIdentificationType