Definition Type: Element
Name: SocialSecurityTipsDifference
Namespace: http://www.irs.gov/efile
Type: nsA:DecimalType
Containing Schema: IRS94xScheduleDGroup.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Social Security tips difference for the tax year Part 2 line 6 column C or Part 3 line 12 column C
Collapse XSD Schema Diagram:
XSD Diagram of SocialSecurityTipsDifference in schema irs94xscheduledgroup_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="SocialSecurityTipsDifference">
    <xsd:annotation>
        <xsd:documentation>
            <Description>Social Security tips difference for the tax year</Description>
            <LineNumber>Part 2 line 6 column C or Part 3 line 12 column C</LineNumber>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="DecimalType">
            <xsd:minInclusive value="-9999999999.99" />
            <xsd:maxInclusive value="+9999999999.99" />
            <xsd:totalDigits value="12" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
MaxInclusive +9999999999.99
MinInclusive -9999999999.99
TotalDigits 12
Collapse Derivation Tree: