OLD line(s): 62
<!-- Identifying Number - choice between SSN or EIN --> | NEW line(s): 62
<!-- Identifying Number - choice between SSN or EIN or Missing EIN Reason --> |
OLD line(s): 82
| NEW line(s): 83,97
<!-- 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> |