OLD line(s): 75
| NEW line(s): 76,78
<!-- Choice between Corporation EIN, or Missing EIN Reason --> <xsd:choice minOccurs="0"> |
OLD line(s): 77
<xsd:element name="CorporationEIN" type="EINType" minOccurs="0"> | NEW line(s): 80
<xsd:element name="CorporationEIN" type="EINType"> |
OLD line(s): 84
| NEW line(s): 88,103
<!-- 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:restriction> </xsd:simpleType> </xsd:element> </xsd:choice> |