Definition Type: ComplexType
Name: ProfileRequestMessageSetV1
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractRequestMessageSet
Containing Schema: OFX2_Protocol.xsd
Abstract
Documentation:
The OFX element "PROFMSGSRQV1" is of type "ProfileRequestMessageSetV1"
Collapse XSD Schema Diagram:
Drilldown into PROFTRNRQ in schema ofx2_protocol_xsd Drilldown into AbstractTopLevelMessageSet in schema ofx2_protocol_xsd Drilldown into AbstractRequestMessageSet in schema ofx2_protocol_xsdXSD Diagram of ProfileRequestMessageSetV1 in schema ofx2_protocol_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="ProfileRequestMessageSetV1">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "PROFMSGSRQV1" is of type "ProfileRequestMessageSetV1"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractRequestMessageSet">
            <xsd:sequence minOccurs="1" maxOccurs="unbounded">
                <xsd:element name="PROFTRNRQ" type="ofx:ProfileTransactionRequest" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PROFTRNRQ ofx:PROFTRNRQ (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:PROFMSGSRQV1