Definition Type: Element
Name: AdjustmentAmt
Namespace: http://www.irs.gov/efile
Type: nsA:DecimalNNType
Containing Schema: IRS940ScheduleR.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
The credit amount if the maximum is allowable Column (d), (line 9 from Form 940) allocated to this EIN
Collapse XSD Schema Diagram:
XSD Diagram of AdjustmentAmt in schema irs940scheduler_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="AdjustmentAmt">
    <xsd:annotation>
        <xsd:documentation>
            <Description>The credit amount if the maximum is allowable</Description>
            <LineNumber>Column (d), (line 9 from Form 940) allocated to this EIN</LineNumber>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="DecimalNNType">
            <xsd:maxInclusive value="+9999999999.99" />
            <xsd:totalDigits value="12" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
MaxInclusive +9999999999.99
TotalDigits 12
Collapse Derivation Tree: