OLD line(s): 96
| NEW line(s): 97,99
<!-- Choice between EIN, or "APPLD FOR" or "FOREIGNUS" --> <xsd:choice minOccurs="0"> |
OLD line(s): 98
<xsd:element name="EIN" type="EINType" minOccurs="0"> | NEW line(s): 101
<xsd:element name="EIN" type="EINType"> |
OLD line(s): 105
| NEW line(s): 109,125
<!-- 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> |