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

OLD line(s): 59,60

      <!-- Address of Project and Each Building -->
      <xsd:element name="AddressOfProjectAndEachBldg" type="USAddressType" minOccurs="0">
NEW line(s): 59,62

      <!-- Address of Project and Each Building: choice between U.S. or foreign address -->
      <xsd:choice minOccurs="0">
        <!-- US Address of Project and Each Building -->
        <xsd:element name="USAddressOfProjAndEachBldg" type="USAddressType">
OLD line(s): 63,64

              <Description>Address of project and each building</Description>
            <LineNumber></LineNumber>
NEW line(s): 65

              <Description>US address of project and each building</Description>
OLD line(s): 68

NEW line(s): 70,79

        <!-- Foreign Address of Project and Each Building -->
        <xsd:element name="FRGNAddressOfProjAndEachBldg" type="ForeignAddressType">
          <xsd:annotation>
            <xsd:documentation>
              <Description>Foreign address of project and each building</Description>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
      </xsd:choice>