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

OLD line(s): 63

NEW line(s): 64,130

      <!-- Foreign Name Of Payor Of Income: choice between foreign business name or foreign person name -->
      <xsd:choice minOccurs="0">
        <!-- Foreign Business Name -->
        <xsd:element name="ForeignBusinessName" type="BusinessNameType">
          <xsd:annotation>
            <xsd:documentation>
              <Description>Foreign business name</Description>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>

        <!-- Foreign Person Name -->
        <xsd:element name="ForeignPersonNm" type="NameLine1Type">
          <xsd:annotation>
            <xsd:documentation>
              <Description>Foreign person name</Description>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
      </xsd:choice>
      
      <!-- Identifying Number Of Payor Of Income (EIN or Missing EIN Reason) -->
      <xsd:choice minOccurs="0">

        <!-- Employer Identification Number -->
        <xsd:element name="EIN" type="EINType">
          <xsd:annotation>
            <xsd:documentation>
              <Description>Employer identification number</Description>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        
        <!-- Social Security Number -->
        <xsd:element name="SSN" type="SSNType">
          <xsd:annotation>
            <xsd:documentation>
              <Description>Social Security Number</Description>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>

        <!-- EIN Missing Reason Code -->
        <xsd:element name="EINMissingReasonCd">
          <xsd:annotation>
            <xsd:documentation>
              <Description>EIN missing reason code</Description>
            </xsd:documentation>
          </xsd:annotation>
          <xsd:simpleType>
            <xsd:restriction base="TextType">
              <xsd:enumeration value="APPLD FOR"/>
              <xsd:enumeration value="FOREIGNUS"/>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:element>
      </xsd:choice>
      
      <!-- Foreign Entity Identification Group -->
      <xsd:element name="ForeignEntityIdentificationGrp" type="ForeignEntityIdentificationGrpType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>
            <Description>Foreign Entity Identification Group</Description>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      
OLD line(s): 193

NEW line(s): 261,270

      <!-- Disclosure Treaty Section 301.6114 Checkbox -->
      <xsd:element name="DisclosingTreatySec3016114Ind" type="BooleanType" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <Description>Disclosure treaty section 301.6114 checkbox</Description>
              <LineNumber>5</LineNumber>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      
OLD line(s): 199

              <LineNumber>5</LineNumber>
NEW line(s): 276

              <LineNumber>6</LineNumber>