<xsd:complexType name="InterModResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "INTERMODRS" is of type "InterModResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractInterResponse">
<xsd:sequence>
<xsd:element name="SRVRTID" type="ofx:ServerIdType" />
<xsd:element name="XFERINFO" type="ofx:TransferInfo" />
<xsd:element name="XFERPRCSTS" type="ofx:TransferProcessingStatus" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|