<xsd:element name="MedicareWagesAndTips" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="MedicareWagesTipsReportedIRS">
<xsd:annotation>
<xsd:documentation>
<Description>Medicare wages and tips you reported to the IRS for the tax year</Description>
<LineNumber>Part 2 line 5 column A or Part 3 line 11 column A</LineNumber>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="DecimalNNType">
<xsd:maxInclusive value="+9999999999999999.99" />
<xsd:totalDigits value="18" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="MedicareWagesTipsReportedSSA">
<xsd:annotation>
<xsd:documentation>
<Description>Medicare wages and tips you reported to the SSA for the tax year</Description>
<LineNumber>Part 2 line 5 column B or Part 3 line 11 column B</LineNumber>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="DecimalNNType">
<xsd:maxInclusive value="+9999999999999999.99" />
<xsd:totalDigits value="18" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="MedicareWagesTipsDifference">
<xsd:annotation>
<xsd:documentation>
<Description>Medicare wages and tips difference for the tax year</Description>
<LineNumber>Part 2 line 5 column C or Part 3 line 11 column C</LineNumber>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="DecimalType">
<xsd:minInclusive value="-9999999999999999.99" />
<xsd:maxInclusive value="+9999999999999999.99" />
<xsd:totalDigits value="18" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|