Definition Type: ComplexType
Name: AutomaticPaymentType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EFT in schema components_xsd Drilldown into PayrollDeduction in schema components_xsdXSD Diagram of AutomaticPaymentType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="AutomaticPaymentType">
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="PayrollDeduction">
            <xsd:annotation>
                <xsd:documentation>This component reflects payroll deduction information for applicants that are employees of the OEM, finance source, etc. that have elected to have payments automatically deducted from their payroll.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="EFT">
            <xsd:annotation>
                <xsd:documentation>The EFT component represents the applicant�¢??s electronic funds transfer (EFT) information allowing the applicant to make payments on an automated basis.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PayrollDeduction star:PayrollDeduction 0 (1)
EFT star:EFT 0 (1)
Collapse Derivation Tree:
Collapse References:
star:AutomaticPayment