<xsd:complexType name="CreditReductionType">
<xsd:annotation>
<xsd:documentation>
<Description>Columns repeating table rows for credit reduction information</Description>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<!-- Credit Reduction State -->
<xsd:element name="StateCreditReductionGroup" type="StateCreditReductionType" maxOccurs="19">
<xsd:annotation>
<xsd:documentation>
<Description>Two Position Code for Credit Reduction State</Description>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- Total Credit Reduction Wages -->
<xsd:element name="TotalCreditReductionWages">
<xsd:annotation>
<xsd:documentation>
<Description>Total Credit Reduction Wages. The amount must be less than or equal to IRS Form 940/940PR TotalTaxableWagesAmt.</Description>
</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>
<!-- Total Credit Reduction Amount -->
<xsd:element name="TotalCreditReductionAmt">
<xsd:annotation>
<xsd:documentation>
<Description>Total Credit Reduction Amount</Description>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="DecimalNNType">
<xsd:maxInclusive value="+99999999999.99" />
<xsd:totalDigits value="13" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|