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