Definition Type: Element
Name: PayrollBenefitContributions
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollBenefitContributions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ControlTotals in schema payrollbenefitcontributions_xsd Drilldown into VendorPlan in schema payrollbenefitcontributions_xsd Drilldown into CreateDate in schema payrollbenefitcontributions_xsd Drilldown into TransmittalDate in schema payrollbenefitcontributions_xsd Drilldown into lang in schema xml_xsdXSD Diagram of PayrollBenefitContributions in schema payrollbenefitcontributions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="PayrollBenefitContributions">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="TransmittalDate" />
            <xsd:element ref="CreateDate" />
            <xsd:element name="VendorPlan" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="PlanId" type="PayrollBenefitContributionsIdentifierType" />
                        <xsd:element ref="Participant" maxOccurs="unbounded" />
                        <xsd:element ref="OrganizationInformation" minOccurs="0" />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element ref="ControlTotals" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
        <xsd:attribute ref="xml:lang" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TransmittalDate hr:TransmittalDate (1) (1)
CreateDate hr:CreateDate (1) (1)
VendorPlan hr:VendorPlan (1) unbounded
ControlTotals hr:ControlTotals 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang (Optional)