Definition Type: Element
Name: TotalTax
Namespace: http://www.irs.gov/efile
Type: nsA:DecimalNNType
Containing Schema: IRS941ScheduleR.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Total taxes after adjustments allocated to the listed client EIN from line 10 of Form 941 Column f, (line 10 from Form 941) allocated to this EIN
Collapse XSD Schema Diagram:
XSD Diagram of TotalTax in schema irs941scheduler_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="TotalTax">
    <xsd:annotation>
        <xsd:documentation>
            <Description>Total taxes after adjustments allocated to the listed client EIN from line 10 of Form 941</Description>
            <LineNumber>Column f, (line 10 from Form 941) 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: