Definition Type: ComplexType
Name: DeductionType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollInstructions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DeductionPreTaxFlag in schema payrollinstructions_xsd Drilldown into DeductionOptionalDate in schema payrollinstructions_xsd Drilldown into DeductionCaseNumber in schema payrollinstructions_xsd Drilldown into DeductionFrequency in schema payrollinstructions_xsd Drilldown into DeductionEndDate in schema payrollinstructions_xsd Drilldown into DeductionOrder in schema payrollinstructions_xsd Drilldown into DeductionStartDate in schema payrollinstructions_xsd Drilldown into DeductionPlan in schema payrollinstructions_xsd Drilldown into ApplyToCompensation in schema payrollinstructions_xsd Drilldown into reportOnly in schema payrollinstructions_xsdXSD Diagram of DeductionType in schema payrollinstructions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DeductionType">
    <xsd:sequence>
        <xsd:element name="ApplyToCompensation" type="ApplyToCompensationType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DeductionPlan" type="DeductionPlanType" />
        <xsd:element name="DeductionStartDate" type="LocalDateType" />
        <xsd:element name="DeductionOrder" type="xsd:integer" minOccurs="0" />
        <xsd:element name="DeductionEndDate" type="LocalDateType" minOccurs="0" />
        <xsd:element name="DeductionFrequency" type="FrequencyType" minOccurs="0" />
        <xsd:element name="DeductionCaseNumber" type="EntityIdType" minOccurs="0" />
        <xsd:element name="DeductionOptionalDate" type="PayrollDateType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DeductionPreTaxFlag" type="xsd:boolean" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="reportOnly" type="xsd:boolean" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ApplyToCompensation hr:ApplyToCompensation 0 unbounded
DeductionPlan hr:DeductionPlan (1) (1)
DeductionStartDate hr:DeductionStartDate (1) (1)
DeductionOrder hr:DeductionOrder 0 (1)
DeductionEndDate hr:DeductionEndDate 0 (1)
DeductionFrequency hr:DeductionFrequency 0 (1)
DeductionCaseNumber hr:DeductionCaseNumber 0 (1)
DeductionOptionalDate hr:DeductionOptionalDate 0 unbounded
DeductionPreTaxFlag hr:DeductionPreTaxFlag 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
reportOnly hr:reportOnly (Optional)
Collapse Derivation Tree:
Collapse References:
hr:Deduction, hr:Deduction