<xsd:complexType name="StateCreditReductionType">
<xsd:annotation>
<xsd:documentation>
<Description>Repeating Group States</Description>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<!-- Credit Reduction States -->
<xsd:element name="CreditReductionStateCode">
<xsd:annotation>
<xsd:documentation>
<Description>Two Position Postal Code for Credit Reduction State. Use each applicable State Code only once as a CreditReductionStateCode.</Description>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="CreditReductionStateType">
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<!-- Credit Reduction Wages -->
<xsd:element name="CreditReductionWagesAmt">
<xsd:annotation>
<xsd:documentation>
<Description>Credit Reduction Wages</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>
<!-- Credit Reduction Amount -->
<xsd:element name="CreditReductionAmt">
<xsd:annotation>
<xsd:documentation>
<Description>Credit Reduction Amount</Description>
</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>
|