Definition Type: Element
Name: DepositsPayments
Namespace: http://www.irs.gov/efile
Type: nsA:DecimalNNType
Containing Schema: IRS940ScheduleR.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Total FUTA tax deposits plus any payments Column (g), (line 13 of Form 940 and any other payments) allocated to this EIN
Collapse XSD Schema Diagram:
XSD Diagram of DepositsPayments in schema irs940scheduler_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="DepositsPayments">
    <xsd:annotation>
        <xsd:documentation>
            <Description>Total FUTA tax deposits plus any payments</Description>
            <LineNumber>Column (g), (line 13 of Form 940 and any other payments) allocated to this EIN</LineNumber>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="DecimalNNType">
            <xsd:maxInclusive value="+9999999999999.99" />
            <xsd:totalDigits value="15" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
MaxInclusive +9999999999999.99
TotalDigits 15
Collapse Derivation Tree: