| OLD line(s): 161,162 <!-- Address Of Payor Of Income --> <xsd:element name="AddressOfPayor" type="USAddressType" minOccurs="0"> | NEW line(s): 161,164 <!-- Address Of Payor Of Income: choice between U.S. or foreign address --> <xsd:choice minOccurs="0"> <!-- US Address Of Payor Of Income --> <xsd:element name="USAddressOfPayor" type="USAddressType"> | 
| OLD line(s): 165 <Description>Address of payor of income</Description> | NEW line(s): 167 <Description>US address of payor of income</Description> | 
| OLD line(s): 170 | NEW line(s): 173,183 <!-- Foreign Address Of Payor Of Income --> <xsd:element name="ForeignAddressOfPayor" type="ForeignAddressType"> <xsd:annotation> <xsd:documentation> <Description>Foreign address of payor of income</Description> <LineNumber>3</LineNumber> </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:choice> |