Definition Type: Element
Name: AdvanceEICPayments
Namespace: http://www.irs.gov/efile
Containing Schema: IRS941ScheduleDGroup.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdvanceEICPaymentsDifference in schema irs941scheduledgroup_xsd Drilldown into AdvanceEICPaymentsReportedSSA in schema irs941scheduledgroup_xsd Drilldown into AdvanceEICPaymentsReportedIRS in schema irs941scheduledgroup_xsdXSD Diagram of AdvanceEICPayments in schema irs941scheduledgroup_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="AdvanceEICPayments" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="AdvanceEICPaymentsReportedIRS">
                <xsd:annotation>
                    <xsd:documentation>
                        <Description>Advance Earned Income Credit Payments you Reported to the IRS for the tax year</Description>
                        <LineNumber>Part 2 line 8 column A or Part 3 line 14 column A</LineNumber>
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="DecimalNNType">
                        <xsd:maxInclusive value="+9999999999999999.99" />
                        <xsd:totalDigits value="18" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="AdvanceEICPaymentsReportedSSA">
                <xsd:annotation>
                    <xsd:documentation>
                        <Description>Advance Earned Income Credit Payments you Reported to the SSA for the tax year</Description>
                        <LineNumber>Part 2 line 8 column B or Part 3 line 14 column B</LineNumber>
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="DecimalNNType">
                        <xsd:maxInclusive value="+9999999999999999.99" />
                        <xsd:totalDigits value="18" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="AdvanceEICPaymentsDifference">
                <xsd:annotation>
                    <xsd:documentation>
                        <Description>Advance Earned Income Credit Payments difference for the tax year</Description>
                        <LineNumber>Part 2 line 8 column C or Part 3 line 14 column C</LineNumber>
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="DecimalType">
                        <xsd:minInclusive value="-9999999999999999.99" />
                        <xsd:maxInclusive value="+999999999999999.99" />
                        <xsd:totalDigits value="18" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AdvanceEICPaymentsReportedIRS nsA:AdvanceEICPaymentsReportedIRS (1) (1)
AdvanceEICPaymentsReportedSSA nsA:AdvanceEICPaymentsReportedSSA (1) (1)
AdvanceEICPaymentsDifference nsA:AdvanceEICPaymentsDifference (1) (1)