Diff - Left File: CorporateIncomeTax/Common/IRS5471ScheduleJ/IRS5471ScheduleJ.xsd (2011v1.4) Right File: CorporateIncomeTax/Common/IRS5471ScheduleJ/IRS5471ScheduleJ.xsd (2012v1.0)
OLD: CorporateIncomeTax/Common/IRS5471ScheduleJ/IRS5471ScheduleJ.xsd (2011v1.4)
NEW: CorporateIncomeTax/Common/IRS5471ScheduleJ/IRS5471ScheduleJ.xsd (2012v1.0)

OLD line(s): 116

NEW line(s): 117,154

      <!-- Choice between Foreign Corporation EIN or Missing Foreign Corporation EIN Reason "APPLD FOR" or "FOREIGNUS" -->
      <xsd:choice minOccurs="0">

        <!-- Foreign Corporation EIN -->
        <xsd:element name="ForeignCorporationEIN" type="EINType" minOccurs="0">
          <xsd:annotation>
            <xsd:documentation>
              <Description>Foreign corporation EIN</Description>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        
        <!-- Missing Foreign Corporation EIN Reason -->
        <xsd:element name="MissingForeignCorpEINReason" minOccurs="0">
          <xsd:annotation>
            <xsd:documentation>
              <Description>Missing foreign corporation EIN Reason</Description>
            </xsd:documentation>
          </xsd:annotation>
          <xsd:simpleType>
            <xsd:restriction base="StringType">
              <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>