OLD line(s): 2,5
<xsd:schema targetNamespace="http://www.irs.gov/efile" xmlns="http://www.irs.gov/efile" xmlns:efile="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:efile="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,17
<xsd:include schemaLocation="ReturnHeader2290.xsd" /> <xsd:include schemaLocation="ReturnData2290.xsd" /> | NEW line(s): 11,12
<xsd:include schemaLocation="ReturnHeader2290.xsd"/> <xsd:include schemaLocation="ReturnData2290.xsd"/> |
OLD line(s): 26,29
<xsd:element name="ReturnHeader" type="ReturnHeaderType" /> <xsd:element ref="ReturnData" /> | NEW line(s): 20,21
<xsd:element name="ReturnHeader" type="ReturnHeaderType"/> <xsd:element ref="ReturnData"/> |
OLD line(s): 33
<xsd:attribute name="returnVersion" type="StringType" use="required" > | NEW line(s): 24
<xsd:attribute name="returnVersion" type="StringType" use="required" fixed="2014v2.0" > |
OLD line(s): 43,44
<xsd:selector xpath="efile:ReturnData/efile:*" /> <xsd:field xpath="@documentId" /> | NEW line(s): 32,33
<xsd:selector xpath="efile:ReturnData/efile:*"/> <xsd:field xpath="@documentId"/> |
OLD line(s): 49,50
<xsd:selector xpath="efile:ReturnData/efile:BinaryAttachment" /> <xsd:field xpath="efile:AttachmentLocation" /> | NEW line(s): 37,38
<xsd:selector xpath="efile:ReturnData/efile:BinaryAttachment"/> <xsd:field xpath="efile:AttachmentLocation"/> |
OLD line(s): 54,55
<xsd:selector xpath="efile:ReturnData/efile:IRS2290/efile:TaxComputation"/> <xsd:field xpath="efile:Category"/> | NEW line(s): 41,42
<xsd:selector xpath="efile:ReturnData/efile:IRS2290/efile:HighwayMtrVehTxComputationGrp"/> <xsd:field xpath="efile:VehicleCategoryCd"/> |