Definition Type: Element
Name: PriorYrWithhldIncTxAdjustment
Namespace: http://www.irs.gov/efile
Type: nsA:DecimalType
Containing Schema: IRS944.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Adjustment to the prior years income tax withheld - Attach 941c 6b
Collapse XSD Schema Diagram:
XSD Diagram of PriorYrWithhldIncTxAdjustment in schema irs944_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="PriorYrWithhldIncTxAdjustment" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>
            <Description>Adjustment to the prior years income tax withheld - Attach 941c</Description>
            <LineNumber>6b</LineNumber>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="DecimalType">
            <xsd:maxInclusive value="+999999999999.99" />
            <xsd:minInclusive value="-999999999999.99" />
            <xsd:totalDigits value="14" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
MaxInclusive +999999999999.99
MinInclusive -999999999999.99
TotalDigits 14
Collapse Derivation Tree: