Definition Type: ComplexType
Name: BenefitPlanType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollInstructions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into BenefitPlanId in schema payrollinstructions_xsd Drilldown into BenefitPlanName in schema payrollinstructions_xsd Drilldown into BenefitCategory in schema payrollinstructions_xsdXSD Diagram of BenefitPlanType in schema payrollinstructions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="BenefitPlanType">
    <xsd:sequence>
        <xsd:element name="BenefitCategory" type="BenefitDeductionCategoryType" />
        <xsd:element name="BenefitPlanName" type="xsd:string" minOccurs="0" />
        <xsd:element name="BenefitPlanId" type="EntityIdType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BenefitCategory hr:BenefitCategory (1) (1)
BenefitPlanName hr:BenefitPlanName 0 (1)
BenefitPlanId hr:BenefitPlanId 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:BenefitPlan