| OLD line(s): 51
| NEW line(s): 52,54
<!-- Choice between Business Name or Name --> <xsd:choice minOccurs="0"> |
| OLD line(s): 53
<xsd:element name="BusinessName" type="BusinessNameType" minOccurs="0"> | NEW line(s): 56
<xsd:element name="BusinessName" type="BusinessNameType"> |
| OLD line(s): 61
<!-- Choice between EIN, or Missing EIN Reason --> | NEW line(s): 64,75
<!-- Name --> <xsd:element name="Name" type="NameLine1Type"> <xsd:annotation> <xsd:documentation> <Description>Name</Description> </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:choice> <!-- Choice between EIN, SSN or Missing EIN Reason --> |
| OLD line(s): 72
| NEW line(s): 87,95
<!-- SSN --> <xsd:element name="SSN" type="SSNType" minOccurs="0"> <xsd:annotation> <xsd:documentation> <Description>SSN</Description> </xsd:documentation> </xsd:annotation> </xsd:element> |
| OLD line(s): 199
<Description>Total payroll paid or accrued for services performed in ccountries other than United States</Description> | NEW line(s): 222
<Description>Total payroll paid or accrued for services performed in countries other than United States</Description> |