Definition Type: ComplexType
Name: InterTransferResponseMessageSetV1
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractResponseMessageSet
Containing Schema: OFX3_Protocol.xsd
Abstract
Documentation:
The OFX element "INTERXFERMSGSRSV1" is of type "InterTransferResponseMessageSetV1"
Collapse XSD Schema Diagram:
Drilldown into RECINTERSYNCRS in schema ofx3_protocol_xsd Drilldown into INTERSYNCRS in schema ofx3_protocol_xsd Drilldown into RECINTERTRNRS in schema ofx3_protocol_xsd Drilldown into INTERTRNRS in schema ofx3_protocol_xsd Drilldown into AbstractTopLevelMessageSet in schema ofx3_protocol_xsd Drilldown into AbstractResponseMessageSet in schema ofx3_protocol_xsdXSD Diagram of InterTransferResponseMessageSetV1 in schema ofx3_protocol_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
INTERTRNRS ofx:INTERTRNRS (1) (1)
RECINTERTRNRS ofx:RECINTERTRNRS (1) (1)
INTERSYNCRS ofx:INTERSYNCRS (1) (1)
RECINTERSYNCRS ofx:RECINTERSYNCRS (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:INTERXFERMSGSRSV1