<xsd:element name="PaymentCreditTotal">
<xsd:annotation>
<xsd:documentation>
<Description>Total deposits for this quarter, including overpayment, COBRA premium assistance payments, and payments made at time of filing</Description>
<LineNumber>Column g, (line 13 from Form 941 and any additional payments) allocated to this EIN</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>
|