<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>
|