Definition Type: Element
Name: ReportingAgentSignature
Namespace: http://www.irs.gov/efile
Containing Schema: efileMessage.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Use only if you are approved by the IRS to sign for all the Returns referenced by this ReturnOriginHeader Manifest
Collapse XSD Schema Diagram:
Drilldown into ETIN in schema efilemessage_xsd Drilldown into PIN in schema efilemessage_xsdXSD Diagram of ReportingAgentSignature in schema efilemessage_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="ReportingAgentSignature" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>
            <Description>Use only if you are approved by the IRS to sign for all the Returns referenced by this ReturnOriginHeader Manifest</Description>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="PIN" type="PINType" />
            <xsd:element name="ETIN" type="ETINType" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PIN nsA:PIN (1) (1)
ETIN nsA:ETIN 0 (1)