Definition Type: ComplexType
Name: InterTransferRequestMessageSetV1
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractRequestMessageSet
Containing Schema: OFX3_Protocol.xsd
Abstract
Documentation:
The OFX element "INTERXFERMSGSRQV1" is of type "InterTransferRequestMessageSetV1"
Collapse XSD Schema Diagram:
Drilldown into RECINTERSYNCRQ in schema ofx3_protocol_xsd Drilldown into INTERSYNCRQ in schema ofx3_protocol_xsd Drilldown into RECINTERTRNRQ in schema ofx3_protocol_xsd Drilldown into INTERTRNRQ in schema ofx3_protocol_xsd Drilldown into AbstractTopLevelMessageSet in schema ofx3_protocol_xsd Drilldown into AbstractRequestMessageSet in schema ofx3_protocol_xsdXSD Diagram of InterTransferRequestMessageSetV1 in schema ofx3_protocol_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="InterTransferRequestMessageSetV1">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "INTERXFERMSGSRQV1" is of type "InterTransferRequestMessageSetV1"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractRequestMessageSet">
            <xsd:choice maxOccurs="unbounded">
                <xsd:element name="INTERTRNRQ" type="ofx:InterTransactionRequest" />
                <xsd:element name="RECINTERTRNRQ" type="ofx:RecurringInterTransactionRequest" />
                <xsd:element name="INTERSYNCRQ" type="ofx:InterSyncRequest" />
                <xsd:element name="RECINTERSYNCRQ" type="ofx:RecurringInterSyncRequest" />
            </xsd:choice>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
INTERTRNRQ ofx:INTERTRNRQ (1) (1)
RECINTERTRNRQ ofx:RECINTERTRNRQ (1) (1)
INTERSYNCRQ ofx:INTERSYNCRQ (1) (1)
RECINTERSYNCRQ ofx:RECINTERSYNCRQ (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:INTERXFERMSGSRQV1