Definition Type: Element
Name: ReturnSigner
Namespace: http://www.irs.gov/efile
Containing Schema: ReturnHeader94x.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Mandatory use for all who do not sign at the ReportingAgentSignature level in the ReturnOriginHeader
Collapse XSD Schema Diagram:
Drilldown into DateSigned in schema returnheader94x_xsd Drilldown into Signature in schema returnheader94x_xsd Drilldown into EmailAddress in schema returnheader94x_xsd Drilldown into Phone in schema returnheader94x_xsd Drilldown into Title in schema returnheader94x_xsd Drilldown into Name in schema returnheader94x_xsdXSD Diagram of ReturnSigner in schema returnheader94x_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="ReturnSigner" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>
            <Description>Mandatory use for all who do not sign at the ReportingAgentSignature level in the ReturnOriginHeader</Description>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Name" type="PersonNameType" />
            <xsd:element name="Title" type="PersonTitleType" minOccurs="0" />
            <xsd:element name="Phone" type="PhoneNumberType" minOccurs="0" />
            <xsd:element name="EmailAddress" type="EmailAddressType" minOccurs="0" />
            <xsd:element name="Signature" type="SignatureType" />
            <xsd:element name="DateSigned" type="DateType" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name nsA:Name (1) (1)
Title nsA:Title 0 (1)
Phone nsA:Phone 0 (1)
EmailAddress nsA:EmailAddress 0 (1)
Signature nsA:Signature (1) (1)
DateSigned nsA:DateSigned (1) (1)