Definition Type: Element
Name: Instruction
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollInstructions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into Amount in schema payrollinstructions_xsd Drilldown into Benefit in schema payrollinstructions_xsd Drilldown into Deduction in schema payrollinstructions_xsd Drilldown into PaymentDate in schema payrollinstructions_xsd Drilldown into mode in schema payrollinstructions_xsdXSD Diagram of Instruction in schema payrollinstructions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Instruction">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="PaymentDate" type="LocalDateType" minOccurs="0" />
            <xsd:choice>
                <xsd:element name="Deduction" type="DeductionType" />
                <xsd:element name="Benefit" type="BenefitType" />
            </xsd:choice>
            <xsd:element name="Amount" type="PayrollAmountType" minOccurs="0" />
            <xsd:element ref="UserArea" minOccurs="0" />
        </xsd:sequence>
        <xsd:attribute name="mode" type="TransactionCodeType" use="required" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PaymentDate hr:PaymentDate 0 (1)
Deduction hr:Deduction (1) (1)
Benefit hr:Benefit (1) (1)
Amount hr:Amount 0 (1)
UserArea hr:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
mode hr:mode Required