Definition Type: ComplexType
Name: MedicareTaxAdjustmentType
Namespace: http://www.irs.gov/efile
Containing Schema: IRS941c.xsd
Abstract
Documentation:
Part IV repeating table rows
Collapse XSD Schema Diagram:
Drilldown into MedicareTaxAdjustmentForPeriod in schema irs941c_xsd Drilldown into CorrectMedicareWagesTips in schema irs941c_xsd Drilldown into MedicareWagesTipsPreviouslyRpt in schema irs941c_xsd Drilldown into PeriodCorrectedEndDate in schema irs941c_xsdXSD Diagram of MedicareTaxAdjustmentType in schema irs941c_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:complexType name="MedicareTaxAdjustmentType">
    <xsd:annotation>
        <xsd:documentation>
            <Description>Part IV repeating table rows</Description>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <!-- Period Corrected -->
        <xsd:element name="PeriodCorrectedEndDate" type="QuarterEndDateType">
            <xsd:annotation>
                <xsd:documentation>
                    <Description>Period Corrected</Description>
                    <LineNumber>Part IV Column (a)</LineNumber>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <!-- Medicare Wages and Tips Previously Reported -->
        <xsd:element name="MedicareWagesTipsPreviouslyRpt">
            <xsd:annotation>
                <xsd:documentation>
                    <Description>Medicare Wages and Tips Previously Reported for Period</Description>
                    <LineNumber>Part IV Column (b)</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>
        <!-- Correct Medicare Wages and Tips -->
        <xsd:element name="CorrectMedicareWagesTips">
            <xsd:annotation>
                <xsd:documentation>
                    <Description>Correct Medicare Wages and Tips for Period</Description>
                    <LineNumber>Part IV Column (c)</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>
        <!-- Medicare Tax Adjustment -->
        <xsd:element name="MedicareTaxAdjustmentForPeriod">
            <xsd:annotation>
                <xsd:documentation>
                    <Description>Medicare Tax Adjustment </Description>
                    <LineNumber>Part IV Column (d)</LineNumber>
                </xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="DecimalType">
                    <xsd:maxInclusive value="+99999999999.99" />
                    <xsd:minInclusive value="-99999999999.99" />
                    <xsd:totalDigits value="13" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PeriodCorrectedEndDate nsA:PeriodCorrectedEndDate (1) (1)
MedicareWagesTipsPreviouslyRpt nsA:MedicareWagesTipsPreviouslyRpt (1) (1)
CorrectMedicareWagesTips nsA:CorrectMedicareWagesTips (1) (1)
MedicareTaxAdjustmentForPeriod nsA:MedicareTaxAdjustmentForPeriod (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:MedicareTaxAdjustment