OLD line(s): 2,4
<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): 9
<TaxYear>2012</TaxYear> | NEW line(s): 7
<TaxYear>2013</TaxYear> |
OLD line(s): 15
<xsd:include schemaLocation="../../../Common/efileTypes.xsd" /> | NEW line(s): 13
<xsd:include schemaLocation="../../../Common/efileTypes.xsd"/> |
OLD line(s): 72
<xsd:element name="MonthAndYearPlacedInService" type="YearMonthType" minOccurs="0"> | NEW line(s): 70
<xsd:element name="MonthAndYearPlacedInServiceDt" type="YearMonthType" minOccurs="0"> |
OLD line(s): 81
<xsd:element name="BasisForDepreciation" type="USAmountType" minOccurs="0"> | NEW line(s): 79
<xsd:element name="BasisForDepreciationAmt" type="USAmountType" minOccurs="0"> |
OLD line(s): 90
<xsd:element name="RecoveryPeriod" minOccurs="0"> | NEW line(s): 88
<xsd:element name="RecoveryPrd" minOccurs="0"> |
OLD line(s): 98,99
<xsd:totalDigits value="3" /> <xsd:fractionDigits value="1" /> | NEW line(s): 96,97
<xsd:totalDigits value="3"/> <xsd:fractionDigits value="1"/> |
OLD line(s): 105
<xsd:element name="Convention" type="DepreciationConventionType" minOccurs="0"> | NEW line(s): 103
<xsd:element name="DepreciationConventionCd" type="DepreciationConventionCodeType" minOccurs="0"> |
OLD line(s): 114
<xsd:element name="Method" type="DepreciationMethodType" minOccurs="0"> | NEW line(s): 112
<xsd:element name="DepreciationMethodCd" type="DepreciationMethodCodeType" minOccurs="0"> |
OLD line(s): 123
<xsd:element name="DepreciationDeduction" type="USAmountType" minOccurs="0"> | NEW line(s): 121
<xsd:element name="DepreciationDeductionAmt" type="USAmountType" minOccurs="0"> |