<xsd:complexType name="CreditReductionType">
<xsd:annotation>
<xsd:documentation>
<Description>Part 2 Line 2 repeating table rows for credit reduction information</Description>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<!-- Credit Reduction State -->
<xsd:element name="StateCreditReductionGroup" type="StateCreditReductionType" maxOccurs="53">
<xsd:annotation>
<xsd:documentation>
<Description>Two Position Code for Credit Reduction State</Description>
<LineNumber>Part 2 Line 2 Total Credit Reduction Amount</LineNumber>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- Credit Reduction Wages -->
<xsd:element name="TotalCreditReductionAmt">
<xsd:annotation>
<xsd:documentation>
<Description>Total Credit Reduction Amount</Description>
<LineNumber>Part 2 Line 3 Total Credit Reduction Amount</LineNumber>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="DecimalNNType">
<xsd:maxInclusive value="+99999999.99" />
<xsd:totalDigits value="10" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|