Definition Type: Element
Name: Preparer
Namespace: http://www.irs.gov/efile
Containing Schema: ReturnHeader94x.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Paid Preparers: A paid preparer must provide the information requested in the Paid preparer’s use only section: Preparer 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.
Collapse XSD Schema Diagram:
Drilldown into SelfEmployed in schema returnheader94x_xsd Drilldown into EmailAddress in schema returnheader94x_xsd Drilldown into Phone in schema returnheader94x_xsd Drilldown into PTIN in schema returnheader94x_xsd Drilldown into Name in schema returnheader94x_xsdXSD Diagram of Preparer in schema returnheader94x_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="Preparer" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Paid Preparers: A paid preparer must provide the information requested in the Paid preparer’s use only section: Preparer 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="Name" type="PersonNameType" />
            <xsd:element name="PTIN" type="PTINType" />
            <xsd:element name="Phone" type="PhoneNumberType" minOccurs="0" />
            <xsd:element name="EmailAddress" type="EmailAddressType" minOccurs="0" />
            <xsd:element name="SelfEmployed" type="CheckboxType" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name nsA:Name (1) (1)
PTIN nsA:PTIN (1) (1)
Phone nsA:Phone 0 (1)
EmailAddress nsA:EmailAddress 0 (1)
SelfEmployed nsA:SelfEmployed 0 (1)