<xsd:complexType name="EFTType">
<xsd:annotation>
<xsd:documentation>Redesign to use PersonABIEType and DocmentABIEType</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" ref="SpecifiedPerson">
<xsd:annotation>
<xsd:documentation>This component is used to communicate the person�¢??s name information associated with the application.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="AlternatePartyDocument">
<xsd:annotation>
<xsd:documentation>This component represents identification information for the business party.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TransferFrequencyCode" type="scl:TransferFrequencyEnumeratedType">
<xsd:annotation>
<xsd:documentation>How often the account will be debited. HR = Hour, WK = Week, BWM = Bi-Weekly, MO = Month, YR = Year, SmMO=SemiMonthly</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CompanyName" type="udt:NameType">
<xsd:annotation>
<xsd:documentation>Business entity whose name appears on the EFT account</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="BankFinancialInstitution">
<xsd:annotation>
<xsd:documentation>The Bank component contains information about the bank from which the consumers payments will be drawn.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|