Definition Type: Element
Name: FederalIncomeTaxWithheld
Namespace: http://www.irs.gov/efile
Containing Schema: IRS94xScheduleDGroup.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into FedIncmTaxWithheldDifference in schema irs94xscheduledgroup_xsd Drilldown into FedIncmTaxWithheldReportedSSA in schema irs94xscheduledgroup_xsd Drilldown into FedIncmTaxWithheldReportedIRS in schema irs94xscheduledgroup_xsdXSD Diagram of FederalIncomeTaxWithheld in schema irs94xscheduledgroup_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="FederalIncomeTaxWithheld" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="FedIncmTaxWithheldReportedIRS">
                <xsd:annotation>
                    <xsd:documentation>
                        <Description>Total income tax withheld from wages, tips, and sick pay you reported to the IRS for the tax year</Description>
                        <LineNumber>Part 2 line 7 column A or Part 3 line 13 column A</LineNumber>
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="DecimalNNType">
                        <xsd:maxInclusive value="+999999999999999.99" />
                        <xsd:totalDigits value="17" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="FedIncmTaxWithheldReportedSSA">
                <xsd:annotation>
                    <xsd:documentation>
                        <Description>Total income tax withheld from wages, tips, and sick pay you reported to the SSA for the tax year</Description>
                        <LineNumber>Part 2 line 7 column B or Part 3 line 13 column B</LineNumber>
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="DecimalNNType">
                        <xsd:maxInclusive value="+999999999999999.99" />
                        <xsd:totalDigits value="17" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="FedIncmTaxWithheldDifference">
                <xsd:annotation>
                    <xsd:documentation>
                        <Description>Total income tax withheld from wages, tips, and sick pay difference for the tax year</Description>
                        <LineNumber>Part 2 line 7 column C or Part 3 line 13 column C</LineNumber>
                    </xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="DecimalType">
                        <xsd:minInclusive value="-999999999999999.99" />
                        <xsd:maxInclusive value="+999999999999999.99" />
                        <xsd:totalDigits value="17" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FedIncmTaxWithheldReportedIRS nsA:FedIncmTaxWithheldReportedIRS (1) (1)
FedIncmTaxWithheldReportedSSA nsA:FedIncmTaxWithheldReportedSSA (1) (1)
FedIncmTaxWithheldDifference nsA:FedIncmTaxWithheldDifference (1) (1)