Diff - Left File: CorporateIncomeTax/Common/IRS2439/IRS2439.xsd (2010v3.5) Right File: CorporateIncomeTax/Common/IRS2439/IRS2439.xsd (2011v1.0)
OLD: CorporateIncomeTax/Common/IRS2439/IRS2439.xsd (2010v3.5)
NEW: CorporateIncomeTax/Common/IRS2439/IRS2439.xsd (2011v1.0)

OLD line(s): 147

      <!-- Shareholder's Identification Number or Missing EIN Reason -->
NEW line(s): 147

      <!-- Shareholder's EIN, Shareholder's SSN or Missing EIN Reason -->
OLD line(s): 150

        <!-- Shareholder's Identification Number (EIN) -->
NEW line(s): 150

        <!-- Shareholder's EIN -->
OLD line(s): 154

              <Description>Shareholder's identification number</Description>
NEW line(s): 154

              <Description>Shareholder's EIN</Description>
OLD line(s): 158

NEW line(s): 159,167

        <!-- Shareholder's SSN -->
        <xsd:element name="ShareholderSSN" type="SSNType">
          <xsd:annotation>
            <xsd:documentation>
              <Description>Shareholder's SSN</Description>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        
OLD line(s): 176,177

      <!-- Shareholder's Name -->
      <xsd:element name="ShareholderName" type="BusinessNameType" minOccurs="0">
NEW line(s): 185,189

      <!-- Choice: Shareholder Business Name or Shareholder Person Name -->
      <xsd:choice maxOccurs="1">
      
        <!-- Shareholder Business Name -->
        <xsd:element name="ShareholderBusinessName" type="BusinessNameType">
OLD line(s): 180

            <Description>Shareholder's name</Description>
NEW line(s): 192

              <Description>Shareholder business name</Description>
OLD line(s): 184

NEW line(s): 197,207

        <!-- Shareholder Person Name -->
        <xsd:element name="ShareholderPersonName" type="PersonNameType">
          <xsd:annotation>
            <xsd:documentation>
              <Description>Shareholder person name</Description>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        
      </xsd:choice>