Definition Type: Element
Name: TotalExemptWagesAmt
Namespace: http://www.irs.gov/efile
Type: nsA:DecimalNNType
Containing Schema: IRS940PR.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Exempt payments plus payments of more than $7,000 for services Part 2 Line 6
Collapse XSD Schema Diagram:
XSD Diagram of TotalExemptWagesAmt in schema irs940pr_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="TotalExemptWagesAmt" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>
            <Description>Exempt payments plus payments of more than $7,000 for services</Description>
            <LineNumber>Part 2 Line 6</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>
Collapse Facets:
Facet Value
MaxInclusive +9999999999999.99
TotalDigits 15
Collapse Derivation Tree: