| OLD line(s): 33
| NEW line(s): 34,42
<xsd:attribute name="referenceDocumentId" type="IdListType"> <xsd:annotation> <xsd:documentation>List of document ID's of forms, schedules, supporting info. etc. attached to this form</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="referenceDocumentName" type="StringType" fixed="BinaryAttachment"/> |
| OLD line(s): 71
| NEW line(s): 81,109
<!-- Transportation Income Exempt By Treaty --> <xsd:element name="TransIncmExmptByTrty" minOccurs="0"> <xsd:annotation> <xsd:documentation> <Description>Transportation income exempt by treaty</Description> <LineNumber>11</LineNumber> </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="USAmountType"> <xsd:attribute name="referenceDocumentId" type="IdListType"/> <xsd:attribute name="referenceDocumentName" type="StringType" fixed="IRS8833"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> <!-- Gross Transportation Income Minus Treaty Amount --> <xsd:element name="GrossTransIncmMinusTrtyAmt" type="USAmountType" minOccurs="0"> <xsd:annotation> <xsd:documentation> <Description>Gross transportation income minus treaty amount</Description> <LineNumber>12</LineNumber> </xsd:documentation> </xsd:annotation> </xsd:element> |
| OLD line(s): 249
| NEW line(s): 288
|