<xsd:complexType name="IRS94xScheduleDGroupType">
<xsd:annotation>
<xsd:documentation>Content model for Form 941, 941SS, or 944 Schedule D Data</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="TaxYearOfDiscrepancies" type="YearType">
<xsd:annotation>
<xsd:documentation>
<Description>The Tax Year of the Discrepancies</Description>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:annotation>
<xsd:documentation>
<Description>Type of Submission (Check one)</Description>
</xsd:documentation>
</xsd:annotation>
<xsd:element name="Original" type="CheckboxType" />
<xsd:element name="Corrected" type="CheckboxType" />
</xsd:choice>
<xsd:element name="ScheduleDSummary" type="DiscrepancyAmountsType">
<xsd:annotation>
<xsd:documentation>
<Description>The summary of all Form 941, 941SS, or 944 Schedule D discrepancies</Description>
<LineNumber>Part 2: lines 4-8</LineNumber>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ScheduleDInstance" type="ScheduleDInstanceType" maxOccurs="10">
<xsd:annotation>
<xsd:documentation>The unique data for a Form 941, 941SS, or 944 Schedule D. The 94x XML System will allow a maximum of 10 Schedule D's. If you have more than 10 Schedule D's, they need to be filed on paper.</xsd:documentation>
<xsd:documentation>
<LineNumber>Part 1 and Part 3</LineNumber>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|