Definition Type: ComplexType
Name: LoanRequestMessageSetV1
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractRequestMessageSet
Containing Schema: OFX3_Protocol_dotNET.xsd
Abstract
Documentation:
The OFX element "LOANMSGSRQV1" is of type "LoanRequestMessageSetV1"
Collapse XSD Schema Diagram:
Drilldown into LOANMAILSYNCRQ in schema ofx3_protocol_dotnet_xsd Drilldown into LOANMAILTRNRQ in schema ofx3_protocol_dotnet_xsd Drilldown into LOANSTMTENDTRNRQ in schema ofx3_protocol_dotnet_xsd Drilldown into AMRTSTMTTRNRQ in schema ofx3_protocol_dotnet_xsd Drilldown into LOANSTMTTRNRQ in schema ofx3_protocol_dotnet_xsd Drilldown into AbstractTopLevelMessageSet in schema ofx3_protocol_dotnet_xsd Drilldown into AbstractRequestMessageSet in schema ofx3_protocol_dotnet_xsdXSD Diagram of LoanRequestMessageSetV1 in schema ofx3_protocol_dotnet_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="LoanRequestMessageSetV1">
    <xsd:annotation>
        <xsd:documentation>
              The OFX element "LOANMSGSRQV1" is of type "LoanRequestMessageSetV1"
            </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractRequestMessageSet">
            <xsd:choice minOccurs="1" maxOccurs="unbounded">
                <xsd:element name="LOANSTMTTRNRQ" type="ofx:LoanStatementTransactionRequest" />
                <xsd:element name="AMRTSTMTTRNRQ" type="ofx:AmortizationTransactionRequest" />
                <xsd:element name="LOANSTMTENDTRNRQ" type="ofx:LoanStatementEndTransactionRequest" />
                <xsd:element name="LOANMAILTRNRQ" type="ofx:LoanMailTransactionRequest" />
                <xsd:element name="LOANMAILSYNCRQ" type="ofx:LoanMailSyncRequest" />
            </xsd:choice>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LOANSTMTTRNRQ ofx:LOANSTMTTRNRQ (1) (1)
AMRTSTMTTRNRQ ofx:AMRTSTMTTRNRQ (1) (1)
LOANSTMTENDTRNRQ ofx:LOANSTMTENDTRNRQ (1) (1)
LOANMAILTRNRQ ofx:LOANMAILTRNRQ (1) (1)
LOANMAILSYNCRQ ofx:LOANMAILSYNCRQ (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:LOANMSGSRQV1