<xsd:complexType name="ReturnHeaderType">
<xsd:sequence>
<xsd:element name="ElectronicPostmark" type="TimestampType" minOccurs="0" />
<xsd:element name="TaxPeriodEndDate" type="DateType" />
<xsd:element name="DisasterRelief" type="LineExplanationType" minOccurs="0" />
<xsd:element name="ISPNumber" type="SBINType" minOccurs="0" />
<xsd:element name="PreparerFirm" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Paid Preparers: A paid preparer must provide the information requested in the Paid preparer’s use only section: PreparerFirm structure, if the preparer was paid to prepare the Return and is not an employee of the filing entity. The preparer must give you a copy of the return in addition to the copy to be filed with the IRS. Do not complete the Paid Preparer’s Use Only section if you are filing the return as a reporting agent and have a valid Form 8655, Reporting Agent Authorization, on file with the IRS.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="EIN" type="EINType" />
<xsd:element name="BusinessName1" type="BusinessName1Type" />
<xsd:element name="BusinessName2" type="BusinessName2Type" minOccurs="0" />
<xsd:element name="Address1" type="StreetAddressType" />
<xsd:element name="Address2" type="StreetAddressType" minOccurs="0" />
<xsd:element name="City" type="CityType" />
<xsd:element name="State" type="StateType" />
<xsd:element name="ZIPCode" type="ZIPCodeType" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|