Definition Type: Element
Name: Client
Namespace: http://www.irs.gov/efile
Containing Schema: IRS941ScheduleR.xsd
MinOccurs 1
MaxOccurs 1000
Abstract
Documentation:
The 7 column group usable to document your client's aggregate Form 941. The amounts you enter on an occurrence line in each of the columns below, correspond to the lines on Form 941, must include the amounts from Form 941 allocated to the client's EIN entered in the first column. Columns a - g, lines 1 - 1000
Collapse XSD Schema Diagram:
Drilldown into ClientAllocation in schema irs941scheduler_xsd Drilldown into EIN in schema irs941scheduler_xsdXSD Diagram of Client in schema irs941scheduler_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="Client" minOccurs="1" maxOccurs="1000">
    <xsd:annotation>
        <xsd:documentation>
            <Description>The 7 column group usable to document your client's aggregate Form 941. The amounts you enter on an occurrence line in each of the columns below, correspond to the lines on Form 941, must include the amounts from Form 941 allocated to the client's EIN entered in the first column.</Description>
            <LineNumber>Columns a - g, lines 1 - 1000</LineNumber>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="EIN" type="EINType">
                <xsd:annotation>
                    <xsd:documentation>
                        <Description>Your client's EIN</Description>
                        <LineNumber>Column a, lines 1 - 1000</LineNumber>
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ClientAllocation" type="ScheduleRAllocationType">
                <xsd:annotation>
                    <xsd:documentation>
                        <Description>The 6 column group usable to document your client's allocation to the Form 941 amounts. The amounts you enter on an occurrence line in each of the columns below, correspond to the lines on Form 941, must include the amounts from Form 941 allocated to your clients.</Description>
                        <LineNumber>Columns b - g, lines 1 - 1000</LineNumber>
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EIN nsA:EIN (1) (1)
ClientAllocation nsA:ClientAllocation (1) (1)