Definition Type: Element
Name: PlanInformation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollBenefitContributions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EmployerMatch in schema payrollbenefitcontributions_xsd Drilldown into PlanYearsService in schema payrollbenefitcontributions_xsd Drilldown into PlanDates in schema payrollbenefitcontributions_xsd Drilldown into PlanStatus in schema payrollbenefitcontributions_xsd Drilldown into PersonContributionInformation in schema payrollbenefitcontributions_xsd Drilldown into Loan in schema payrollbenefitcontributions_xsd Drilldown into currencyCode in schema payrollbenefitcontributions_xsd Drilldown into planType in schema payrollbenefitcontributions_xsdXSD Diagram of PlanInformation in schema payrollbenefitcontributions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="PlanInformation">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="Loan" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="PersonContributionInformation" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="PlanStatus" minOccurs="0" />
            <xsd:element ref="PlanDates" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="PlanYearsService" minOccurs="0" />
            <xsd:element ref="EmployerMatch" minOccurs="0" />
        </xsd:sequence>
        <xsd:attribute name="planType" type="planTypePatternExtensionType" use="required" />
        <xsd:attribute name="currencyCode" type="CurrencyCodeType" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Loan hr:Loan 0 unbounded
PersonContributionInformation hr:PersonContributionInformation 0 unbounded
PlanStatus hr:PlanStatus 0 (1)
PlanDates hr:PlanDates 0 unbounded
PlanYearsService hr:PlanYearsService 0 (1)
EmployerMatch hr:EmployerMatch 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
planType hr:planType Required
currencyCode hr:currencyCode (Optional)