OLD line(s): 139,141
<!-- Amount of Grant or Type of Assistance --> <xsd:choice minOccurs ="0"> <xsd:element name="AmountOfGrant" type="USAmountType"> | NEW line(s): 139,140
<!-- Amount of Grant --> <xsd:element name="AmountOfGrant" type="USAmountType" minOccurs="0"> |
OLD line(s): 150
<xsd:element name="TypeOfAssistance" type="LineExplanationType"> | NEW line(s): 149,150
<!-- Type of Assistance --> <xsd:element name="TypeOfAssistance" type="LineExplanationType" minOccurs="0"> |
OLD line(s): 158
</xsd:choice> | NEW line(s): 157
|
OLD line(s): 244
| NEW line(s): 244,285
</xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <!-- Part V Supplemental Information --> <xsd:element name="Form990ScheduleLPartV" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>Part V contents</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <!-- Identifier --> <xsd:element name="Identifier" type="LineExplanationType" minOccurs="0"> <xsd:annotation> <xsd:documentation> <Description>Identifier</Description> <LineNumber>Part V</LineNumber> </xsd:documentation> </xsd:annotation> </xsd:element> <!-- Return Reference --> <xsd:element name="ReturnReference" type="LineExplanationType" minOccurs="0"> <xsd:annotation> <xsd:documentation> <Description>Return reference</Description> <LineNumber>Part V</LineNumber> </xsd:documentation> </xsd:annotation> </xsd:element> <!-- Explanation --> <xsd:element name="Explanation" type="ExplanationType" minOccurs="0"> <xsd:annotation> <xsd:documentation> <Description>Explanation</Description> <LineNumber>Part V</LineNumber> </xsd:documentation> </xsd:annotation> |