<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="StateType" minOccurs="0" maxOccurs="53">
<xsd:annotation>
<xsd:documentation>
<Description>Name of State</Description>
<LineNumber>Part 1 Line 1</LineNumber>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- Credit Reduction -->
<xsd:element name="CreditReductionGroup" type="CreditReductionType" minOccurs="0" maxOccurs="0">
<xsd:annotation>
<xsd:documentation>
<Description>Repeating table rows for Credit Reduction States</Description>
<LineNumber>Part 2 Line 2</LineNumber>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|