Definition Type: Element
Name: PersonInformation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollBenefitContributions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Gender in schema payrollbenefitcontributions_xsd Drilldown into MaritalStatus in schema payrollbenefitcontributions_xsd Drilldown into PostalAddress in schema postaladdress_xsd Drilldown into DateOfBirth in schema payrollbenefitcontributions_xsd Drilldown into PersonName in schema personname_xsd Drilldown into PersonId in schema payrollbenefitcontributions_xsdXSD Diagram of PersonInformation in schema payrollbenefitcontributions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="PersonInformation">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="PersonId" maxOccurs="unbounded" />
            <xsd:element ref="PersonName" minOccurs="0" />
            <xsd:element name="DateOfBirth" type="LocalDateType" minOccurs="0" />
            <xsd:element ref="PostalAddress" minOccurs="0" />
            <xsd:element ref="MaritalStatus" minOccurs="0" />
            <xsd:element name="Gender" type="GenderCodeType" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonId hr:PersonId (1) unbounded
PersonName hr:PersonName 0 (1)
DateOfBirth hr:DateOfBirth 0 (1)
PostalAddress hr:PostalAddress 0 (1)
MaritalStatus hr:MaritalStatus 0 (1)
Gender hr:Gender 0 (1)