Diff - Left File: CorporateIncomeTax/Common/IRS8865/ItemizedOrdinaryIncomeLossStatement.xsd (2008v2.7) Right File: CorporateIncomeTax/Common/IRS8865/ItemizedOrdinaryIncomeLossStatement.xsd (2009v1.0)
OLD: CorporateIncomeTax/Common/IRS8865/ItemizedOrdinaryIncomeLossStatement.xsd (2008v2.7)
NEW: CorporateIncomeTax/Common/IRS8865/ItemizedOrdinaryIncomeLossStatement.xsd (2009v1.0)

OLD line(s): 96

NEW line(s): 97,99

      <!-- Choice between EIN, or "APPLD FOR" or "FOREIGNUS" -->
      <xsd:choice minOccurs="0">

OLD line(s): 98

      <xsd:element name="EIN" type="EINType" minOccurs="0">
NEW line(s): 101

        <xsd:element name="EIN" type="EINType">
OLD line(s): 105

NEW line(s): 109,125

        <!-- Missing EIN Reason -->
        <xsd:element name="MissingEINReason">
          <xsd:annotation>
            <xsd:documentation>
              <Description>Missing 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>