<xsd:complexType name="IRS940ScheduleAType">
<xsd:annotation>
<xsd:documentation>Content model for Form 940 Schedule A</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<!-- Name of State -->
<xsd:element name="MultiStateCode" type="USStateAndTerritoryNonCRType" minOccurs="0" maxOccurs="34">
<xsd:annotation>
<xsd:documentation>
<Description>Two position Postal Code Abbreviation of State or Territory. Use each applicable code only once as a MultiStateCode.</Description>
<Description>Note - If State or Territory is a Credit Reduction State, include in CreditReductionGroup instead of MultiStateCode.</Description>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- Credit Reduction -->
<xsd:element name="CreditReductionGroup" type="CreditReductionType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
<Description>Repeating table rows for Credit Reduction States</Description>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|