Definition Type: Element
Name: PaymentCreditTotal
Namespace: http://www.irs.gov/efile
Type: nsA:DecimalNNType
Containing Schema: IRS941ScheduleR.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Total deposits for this quarter, including overpayment, COBRA premium assistance payments, and payments made at time of filing Column g, (line 13 from Form 941 and any additional payments) allocated to this EIN
Collapse XSD Schema Diagram:
XSD Diagram of PaymentCreditTotal in schema irs941scheduler_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="PaymentCreditTotal">
    <xsd:annotation>
        <xsd:documentation>
            <Description>Total deposits for this quarter, including overpayment, COBRA premium assistance payments, and payments made at time of filing</Description>
            <LineNumber>Column g, (line 13 from Form 941 and any additional 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: