Definition Type: ComplexType
Name: CreditPersonalDataType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Credit.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into LastReportedBy in schema credit_xsd Drilldown into ReportedDate in schema credit_xsd Drilldown into DemographicDetail in schema credit_xsd Drilldown into ContactMethod in schema credit_xsd Drilldown into PostalAddress in schema credit_xsd Drilldown into PersonName in schema credit_xsd Drilldown into EffectiveDate in schema credit_xsd Drilldown into sequence in schema credit_xsd Drilldown into enteredOnInquiry in schema credit_xsd Drilldown into idSource in schema credit_xsd Drilldown into idReference in schema credit_xsd Drilldown into type in schema credit_xsdXSD Diagram of CreditPersonalDataType in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CreditPersonalDataType">
    <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:extension>
                </xsd:complexContent>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="PostalAddress" type="CreditPostalAddressType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DemographicDetail" type="DemographicDetailType" minOccurs="0" />
        <xsd:element name="ReportedDate" type="ReportedDateType" minOccurs="0" />
        <xsd:element name="LastReportedBy" type="xsd:string" 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="enteredOnInquiry" type="xsd:boolean" use="optional" />
    <xsd:attribute name="sequence" type="xsd:positiveInteger" 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)
ReportedDate hr:ReportedDate 0 (1)
LastReportedBy hr:LastReportedBy 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
enteredOnInquiry hr:enteredOnInquiry Optional
sequence hr:sequence Optional
Collapse Derivation Tree:
Collapse References:
hr:PersonalData, hr:PersonalData, hr:ReportedAliases