Diff - Left File: CorporateIncomeTax/Common/IRS8858/IRS8858.xsd (2006v2.0) Right File: CorporateIncomeTax/Common/IRS8858/IRS8858.xsd (2006v3.0)
OLD: CorporateIncomeTax/Common/IRS8858/IRS8858.xsd (2006v2.0)
NEW: CorporateIncomeTax/Common/IRS8858/IRS8858.xsd (2006v3.0)

OLD line(s): 113,114

            <!-- Filer's address -->
            <xsd:element name="FilerAddress" type="USAddressType" minOccurs="0">
NEW line(s): 113,116

            <!-- Filer's address: choice between U.S. or foreign address -->
            <xsd:choice minOccurs="0">
                <!-- Filer's US Address -->
                <xsd:element name="FilerUSAddress" type="USAddressType">
OLD line(s): 117

                        <Description>Number, street, and room or suite no. (or P.O. box number if mail is not delivered to street address) City or town, state, and ZIP code</Description>
NEW line(s): 119

                            <Description>Filer's US address</Description>
OLD line(s): 122

NEW line(s): 125,135

                <!-- Filer's Foreign Address -->
                <xsd:element name="FilerForeignAddress" type="ForeignAddressType">
                    <xsd:annotation>
                        <xsd:documentation>
                            <Description>Filer's foreign address</Description>
                            <LineNumber>Form header</LineNumber>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
           </xsd:choice>

OLD line(s): 298,299

                        <!-- Location of books and records, if different -->
                        <xsd:element name="Location" type="USAddressType" minOccurs="0">
NEW line(s): 311,315

      <!-- Location of books and records, if different: choice between U.S. or foreign address -->
      <xsd:choice minOccurs="0">

                            <!-- US Location of Books and Records -->
                            <xsd:element name="USLocation" type="USAddressType" minOccurs="0">
OLD line(s): 302

                                    <Description>Location of books and records, if different</Description>
NEW line(s): 318

                                        <Description>US location of books and records</Description>
OLD line(s): 306

NEW line(s): 323,333

                            <!-- Foreign Location of Books and Records -->
                            <xsd:element name="ForeignLocation" type="ForeignAddressType" minOccurs="0">
                                <xsd:annotation>
                                    <xsd:documentation>
                                        <Description>Foreign location of books and records</Description>
                                    </xsd:documentation>
                                </xsd:annotation>
                            </xsd:element>

      </xsd:choice>