Diff - Left File: CorporateIncomeTax/Common/IRS1118ScheduleI/IRS1118ScheduleI.xsd (2010v1.1) Right File: CorporateIncomeTax/Common/IRS1118ScheduleI/IRS1118ScheduleI.xsd (2010v2.0)
OLD: CorporateIncomeTax/Common/IRS1118ScheduleI/IRS1118ScheduleI.xsd (2010v1.1)
NEW: CorporateIncomeTax/Common/IRS1118ScheduleI/IRS1118ScheduleI.xsd (2010v2.0)

OLD line(s): 51

NEW line(s): 52,118

      <!-- Categories of Income (choose one) -->
      <xsd:choice>

        <!-- Passive Category Income -->
        <xsd:element name="PassiveCategoryIncome" type="CheckboxType">
          <xsd:annotation>
            <xsd:documentation>
              <Description>Passive Category Income</Description>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>

        <!-- General Category Income -->
        <xsd:element name="GeneralCategoryIncome" type="CheckboxType">
          <xsd:annotation>
            <xsd:documentation>
              <Description>General Category Income</Description>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>

        <!-- Section 901(j) Income -->
        <xsd:element name="Section901jIncome">
          <xsd:annotation>
            <xsd:documentation>
              <Description>Section 901(j) Income</Description>
            </xsd:documentation>
          </xsd:annotation>
          <xsd:complexType>
            <xsd:simpleContent>
              <xsd:extension base="CheckboxType">
                <xsd:attribute name="nameOfSanctionedCountry" type="CountryType">
                  <xsd:annotation>
                    <xsd:documentation>
                      <Description>Name of Sanctioned Country</Description>
                    </xsd:documentation>
                  </xsd:annotation>
                </xsd:attribute>
              </xsd:extension>
            </xsd:simpleContent>
          </xsd:complexType>
        </xsd:element>

        <!-- Income Resourced by Treaty -->
        <xsd:element name="IncomeResourcedByTreaty">
          <xsd:annotation>
            <xsd:documentation>
              <Description>Income Resourced by Treaty</Description>
            </xsd:documentation>
          </xsd:annotation>
          <xsd:complexType>
            <xsd:simpleContent>
              <xsd:extension base="CheckboxType">
                <xsd:attribute name="nameOfCountry" type="CountryType">
                  <xsd:annotation>
                    <xsd:documentation>
                      <Description>Name of Country</Description>
                    </xsd:documentation>
                  </xsd:annotation>
                </xsd:attribute>
              </xsd:extension>
            </xsd:simpleContent>
          </xsd:complexType>
        </xsd:element>

      </xsd:choice>