Definition Type: Element
Name: RequestTotal
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollInstructions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Amount in schema payrollinstructions_xsd Drilldown into Deduction in schema payrollinstructions_xsdXSD Diagram of RequestTotal in schema payrollinstructions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="RequestTotal">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Deduction" type="DeductionType" minOccurs="0" />
            <xsd:element name="Amount" type="PayrollAmountType" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Deduction hr:Deduction 0 (1)
Amount hr:Amount (1) (1)