<xsd:complexType name="InterTransferResponseMessageSetV1">
<xsd:annotation>
<xsd:documentation>
The OFX element "INTERXFERMSGSRSV1" is of type "InterTransferResponseMessageSetV1"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractResponseMessageSet">
<xsd:choice maxOccurs="unbounded">
<xsd:element name="INTERTRNRS" type="ofx:InterTransactionResponse" />
<xsd:element name="RECINTERTRNRS" type="ofx:RecurringInterTransactionResponse" />
<xsd:element name="INTERSYNCRS" type="ofx:InterSyncResponse" />
<xsd:element name="RECINTERSYNCRS" type="ofx:RecurringInterSyncResponse" />
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|