Definition Type: ComplexType
Name: EFTType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Redesign to use PersonABIEType and DocmentABIEType
Collapse XSD Schema Diagram:
Drilldown into BankFinancialInstitution in schema components_xsd Drilldown into CompanyName in schema components_xsd Drilldown into TransferFrequencyCode in schema components_xsd Drilldown into AlternatePartyDocument in schema components_xsd Drilldown into SpecifiedPerson in schema components_xsdXSD Diagram of EFTType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SpecifiedPerson star:SpecifiedPerson 0 (1)
AlternatePartyDocument star:AlternatePartyDocument 0 unbounded
TransferFrequencyCode star:TransferFrequencyCode (1) (1)
CompanyName star:CompanyName 0 (1)
BankFinancialInstitution star:BankFinancialInstitution 0 (1)
Collapse Derivation Tree:
Collapse References:
star:EFT