OLD line(s): 63
| NEW line(s): 64,66
<!-- TIN of Each of These Taxpayers or Missing EIN Reason --> <xsd:choice minOccurs="0"> |
OLD line(s): 65
<xsd:element name="TaxpayersTIN" type="EINType" minOccurs="0"> | NEW line(s): 68
<xsd:element name="TaxpayersTIN" type="EINType"> |
OLD line(s): 72
| NEW line(s): 76,91
<!-- Missing EIN Reason --> <xsd:element name="MissingEINReason"> <xsd:annotation> <xsd:documentation> <Description>Missing EIN reason</Description> </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="StringType"> <xsd:enumeration value="APPLD FOR"/> <xsd:enumeration value="FOREIGNUS"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:choice> |