<xsd:element name="SocialSecurityTips" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="SocialSecurityTipsReportedIRS">
<xsd:annotation>
<xsd:documentation>
<Description>Social Security tips you reported to the IRS for the tax year</Description>
<LineNumber>Part 2 line 6 column A or Part 3 line 12 column A</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>
<xsd:element name="SocialSecurityTipsReportedSSA">
<xsd:annotation>
<xsd:documentation>
<Description>Social Security tips you reported to the SSA for the tax year</Description>
<LineNumber>Part 2 line 6 column B or Part 3 line 12 column B</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>
<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>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|