Definition Type: ComplexType
Name: CreditReductionType
Namespace: http://www.irs.gov/efile
Containing Schema: IRS940ScheduleA.xsd
Abstract
Documentation:
Part 2 Line 2 repeating table rows for credit reduction information
Collapse XSD Schema Diagram:
Drilldown into TotalCreditReductionAmt in schema irs940schedulea_xsd Drilldown into StateCreditReductionGroup in schema irs940schedulea_xsdXSD Diagram of CreditReductionType in schema irs940schedulea_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:complexType name="CreditReductionType">
    <xsd:annotation>
        <xsd:documentation>
            <Description>Part 2 Line 2 repeating table rows for credit reduction information</Description>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <!-- Credit Reduction State -->
        <xsd:element name="StateCreditReductionGroup" type="StateCreditReductionType" maxOccurs="53">
            <xsd:annotation>
                <xsd:documentation>
                    <Description>Two Position Code for Credit Reduction State</Description>
                    <LineNumber>Part 2 Line 2 Total Credit Reduction Amount</LineNumber>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <!-- Credit Reduction Wages -->
        <xsd:element name="TotalCreditReductionAmt">
            <xsd:annotation>
                <xsd:documentation>
                    <Description>Total Credit Reduction Amount</Description>
                    <LineNumber>Part 2 Line 3 Total Credit Reduction Amount</LineNumber>
                </xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="DecimalNNType">
                    <xsd:maxInclusive value="+99999999.99" />
                    <xsd:totalDigits value="10" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StateCreditReductionGroup nsA:StateCreditReductionGroup (1) 53
TotalCreditReductionAmt nsA:TotalCreditReductionAmt (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:CreditReductionGroup