Definition Type: Element
Name: Participant
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollBenefitContributions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PersonInformation in schema payrollbenefitcontributions_xsd Drilldown into PlanSummaryInformation in schema payrollbenefitcontributions_xsd Drilldown into PayrollInformation in schema payrollbenefitcontributions_xsd Drilldown into DatesInformation in schema payrollbenefitcontributions_xsdXSD Diagram of Participant in schema payrollbenefitcontributions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Participant">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="DatesInformation" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="PayrollInformation" minOccurs="0" />
            <xsd:element ref="PlanSummaryInformation" minOccurs="0" />
            <xsd:element ref="PersonInformation" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DatesInformation hr:DatesInformation 0 unbounded
PayrollInformation hr:PayrollInformation 0 (1)
PlanSummaryInformation hr:PlanSummaryInformation 0 (1)
PersonInformation hr:PersonInformation (1) unbounded