| OLD line(s): 56,57
<!-- US Address of Bank --> <xsd:element name="BankUSAddress" type="USAddressType"> | NEW line(s): 56,57
<!-- City of Bank --> <xsd:element name="CityOfBank" type="CityType"> |
| OLD line(s): 60
<Description>US address of bank</Description> | NEW line(s): 60
<Description>City of bank</Description> |
| OLD line(s): 62
| NEW line(s): 63,71
</xsd:element> <!-- State of Bank --> <xsd:element name="StateOfBank" type="StateType"> <xsd:annotation> <xsd:documentation> <Description>State of bank</Description> </xsd:documentation> </xsd:annotation> |