Definition Type: Element
Name: TotalWages
Namespace: http://www.irs.gov/efile
Type: nsA:DecimalNNType
Containing Schema: IRS944.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Total wages and tips, plus other compensation Part 1 Line 1
Collapse XSD Schema Diagram:
XSD Diagram of TotalWages in schema irs944_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="TotalWages" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>
            <Description>Total wages and tips, plus other compensation</Description>
            <LineNumber>Part 1 Line 1</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: