Definition Type: ComplexType
Name: IndBasePersonalInfoType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PersonalInfoTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into IsTobaccoUser in schema uslocalizations_xsd2 Drilldown into IsDisabled in schema uslocalizations_xsd2 Drilldown into IsVeteran in schema uslocalizations_xsd2 Drilldown into Citizenship in schema personalinfotypes_xsd Drilldown into ContactInfo in schema personalinfotypes_xsd Drilldown into MaritalStatus in schema personalinfotypes_xsd Drilldown into GenderCode in schema personalinfotypes_xsd Drilldown into DateOfDeath in schema personalinfotypes_xsd Drilldown into DateOfBirth in schema personalinfotypes_xsd Drilldown into PersonName in schema personalinfotypes_xsd Drilldown into PriorIncorrectPersonId in schema personalinfotypes_xsd Drilldown into PersonId in schema personalinfotypes_xsd Drilldown into PriorIncorrectPersonLegalId in schema personalinfotypes_xsd Drilldown into PersonLegalId in schema personalinfotypes_xsdXSD Diagram of IndBasePersonalInfoType in schema personalinfotypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="IndBasePersonalInfoType">
    <xsd:sequence>
        <xsd:element name="PersonLegalId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="PriorIncorrectPersonLegalId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="PersonId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="PriorIncorrectPersonId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="PersonName" type="EffectiveDatedPersonNameType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DateOfBirth" type="LocalDateType" minOccurs="0" />
        <xsd:element name="DateOfDeath" type="LocalDateCertifiedType" minOccurs="0" />
        <xsd:element name="GenderCode" type="GenderCodeType" minOccurs="0" />
        <xsd:element name="MaritalStatus" type="IndMaritalStatusType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ContactInfo" type="EffectiveDatedContactMethodWithPrecedenceType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Citizenship" type="CitizenshipType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="IsVeteran" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Localized content.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="IsDisabled" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Localized content.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="IsTobaccoUser" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonLegalId hr:PersonLegalId 0 unbounded
PriorIncorrectPersonLegalId hr:PriorIncorrectPersonLegalId 0 unbounded
PersonId hr:PersonId 0 unbounded
PriorIncorrectPersonId hr:PriorIncorrectPersonId 0 unbounded
PersonName hr:PersonName 0 unbounded
DateOfBirth hr:DateOfBirth 0 (1)
DateOfDeath hr:DateOfDeath 0 (1)
GenderCode hr:GenderCode 0 (1)
MaritalStatus hr:MaritalStatus 0 unbounded
ContactInfo hr:ContactInfo 0 unbounded
Citizenship hr:Citizenship 0 unbounded
IsVeteran hr:IsVeteran 0 (1)
IsDisabled hr:IsDisabled 0 (1)
IsTobaccoUser hr:IsTobaccoUser 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:IndDependentInfoType, hr:IndPersonalInfoType