Definition Type: Element
Name: ThirdPartyAuthorization
Namespace: http://www.irs.gov/efile
Containing Schema: ReturnHeader94x.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into DPIN in schema returnheader94x_xsd Drilldown into DesigneePhone in schema returnheader94x_xsd Drilldown into DesigneeName in schema returnheader94x_xsd Drilldown into AuthorizeThirdParty in schema returnheader94x_xsdXSD Diagram of ThirdPartyAuthorization in schema returnheader94x_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="ThirdPartyAuthorization" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="AuthorizeThirdParty" type="CheckboxType" />
            <xsd:element name="DesigneeName" type="PersonNameType" />
            <xsd:element name="DesigneePhone" type="PhoneNumberType" />
            <xsd:element name="DPIN" type="DPINType" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AuthorizeThirdParty nsA:AuthorizeThirdParty (1) (1)
DesigneeName nsA:DesigneeName (1) (1)
DesigneePhone nsA:DesigneePhone (1) (1)
DPIN nsA:DPIN (1) (1)