OLD line(s): 2
<xsd:schema targetNamespace="http://www.irs.gov/efile" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.irs.gov/efile" elementFormDefault="qualified" attributeFormDefault="unqualified"> | NEW line(s): 2
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.irs.gov/efile" targetNamespace="http://www.irs.gov/efile" elementFormDefault="qualified" attributeFormDefault="unqualified"> |
OLD line(s): 49
<xsd:element name="SSNOfMinister" type="SSNType"> | NEW line(s): 49
<xsd:element name="MinisterSSN" type="SSNType"> |
OLD line(s): 114
<xsd:element name="OtherExpensesGrp" minOccurs="0" maxOccurs="unbounded"> | NEW line(s): 114
<xsd:element name="OtherExpenseDetail" minOccurs="0" maxOccurs="unbounded"> |
OLD line(s): 119
<xsd:element name="Description" type="LineExplanationType" minOccurs="0"> | NEW line(s): 119
<xsd:element name="Desc" type="LineExplanationType" minOccurs="0"> |
OLD line(s): 130
<xsd:element name="Amount" type="USAmountType" minOccurs="0"> | NEW line(s): 130
<xsd:element name="Amt" type="USAmountType" minOccurs="0"> |