Diff - Left File: IndividualIncomeTax/Common/Dependencies/Form1098RecipientNameAndAddressStatement.xsd (2013v4.1) Right File: IndividualIncomeTax/Common/Dependencies/Form1098RecipientNameAndAddressStatement.xsd (2014v1.0)
OLD: IndividualIncomeTax/Common/Dependencies/Form1098RecipientNameAndAddressStatement.xsd (2013v4.1)
NEW: IndividualIncomeTax/Common/Dependencies/Form1098RecipientNameAndAddressStatement.xsd (2014v1.0)

OLD line(s): 2

<xsd:schema targetNamespace="http://www.irs.gov/efile" xmlns="http://www.irs.gov/efile" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
NEW line(s): 2

<xsd:schema xmlns="http://www.irs.gov/efile" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.irs.gov/efile" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
OLD line(s): 14

  <xsd:include schemaLocation="../../../Common/efileTypes.xsd" />
NEW line(s): 14

  <xsd:include schemaLocation="../../../Common/efileTypes.xsd"/>
OLD line(s): 48

      <xsd:element name="Form1098RecpntNMAddrStmt" type="Form1098RecpntNMAddrStmtType" minOccurs="0" maxOccurs="unbounded"/>
NEW line(s): 48

      <xsd:element name="Form1098RecipientNmAddrStmt" type="Form1098RecipientNmAddrStmtType" minOccurs="0" maxOccurs="unbounded"/>
OLD line(s): 52

  <xsd:complexType name="Form1098RecpntNMAddrStmtType">
NEW line(s): 52

  <xsd:complexType name="Form1098RecipientNmAddrStmtType">
OLD line(s): 56

      <xsd:element name="NameOfPersonWhoReceived1098" type="PersonNameType" minOccurs="0">
NEW line(s): 56

      <xsd:element name="PersonNm" type="PersonNameType" minOccurs="0">