Definition Type: ComplexType
Name: DirectDepositInstructionType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
An instruction with respect to payments to be made directly to an employee's bank account.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into DirectDepositAccount in schema components_xsd Drilldown into Payment in schema components_xsd Drilldown into ID in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of DirectDepositInstructionType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DirectDepositInstructionType">
    <xsd:annotation>
        <xsd:documentation>An instruction with respect to payments to be made 
directly to an employee's bank account.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="Payment" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="DirectDepositAccount" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
Payment nsA:Payment 0 unbounded
DirectDepositAccount nsA:DirectDepositAccount 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:DirectDepositInstruction