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

OLD line(s): 159,160

      <!-- Address of Seller -->
      <xsd:element name="AddressOfSeller" type="USAddressType" minOccurs="0">
NEW line(s): 159,162

      <!-- Address of Seller: choice between U.S. or foreign address -->
      <xsd:choice minOccurs="0">
        <!-- US Address of Seller -->
        <xsd:element name="USAddressOfSeller" type="USAddressType">
OLD line(s): 163

            <Description>Address of seller or person from whom property was acquired</Description>
NEW line(s): 165

              <Description>US address of seller or person from whom property was acquired</Description>
OLD line(s): 168

NEW line(s): 171,181

        <!-- Foreign Address of Seller -->
        <xsd:element name="ForeignAddressOfSeller" type="ForeignAddressType">
          <xsd:annotation>
            <xsd:documentation>
              <Description>Foreign address of seller or person from whom property was acquired</Description>
              <LineNumber>Part I Line 3a</LineNumber>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
      </xsd:choice>

OLD line(s): 421

                    <xsd:totalDigits value="3" />
NEW line(s): 434

                    <xsd:totalDigits value="20" />
OLD line(s): 715,716

      <!-- Purchaser Address -->
      <xsd:element name="PurchaserAddress" type="USAddressType" minOccurs="0">
NEW line(s): 728,731

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

            <Description>Purchaser's address</Description>
NEW line(s): 734

              <Description>Purchaser's US address</Description>
OLD line(s): 724

NEW line(s): 740,750

        <!-- Purchaser Foreign Address -->
        <xsd:element name="PurchaserForeignAddress" type="ForeignAddressType">
          <xsd:annotation>
            <xsd:documentation>
              <Description>Purchaser's foreign address</Description>
              <LineNumber>Part III Line 3a</LineNumber>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
      </xsd:choice>