Definition Type: ComplexType
Name: SignupRequestMessageSetV1
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractRequestMessageSet
Containing Schema: OFX3_Protocol.xsd
Abstract
Documentation:
The OFX element "SIGNUPMSGSRQV1" is of type "SignupRequestMessageSetV1"
Collapse XSD Schema Diagram:
Drilldown into ACCTSYNCRQ in schema ofx3_protocol_xsd Drilldown into ACCTTRNRQ in schema ofx3_protocol_xsd Drilldown into CHGUSERINFOSYNCRQ in schema ofx3_protocol_xsd Drilldown into CHGUSERINFOTRNRQ in schema ofx3_protocol_xsd Drilldown into ACCTINFOTRNRQ in schema ofx3_protocol_xsd Drilldown into ENROLLTRNRQ in schema ofx3_protocol_xsd Drilldown into AbstractTopLevelMessageSet in schema ofx3_protocol_xsd Drilldown into AbstractRequestMessageSet in schema ofx3_protocol_xsdXSD Diagram of SignupRequestMessageSetV1 in schema ofx3_protocol_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="SignupRequestMessageSetV1">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "SIGNUPMSGSRQV1" is of type "SignupRequestMessageSetV1"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractRequestMessageSet">
            <xsd:choice maxOccurs="unbounded">
                <xsd:element name="ENROLLTRNRQ" type="ofx:EnrollTransactionRequest" />
                <xsd:element name="ACCTINFOTRNRQ" type="ofx:AccountInfoTransactionRequest" />
                <xsd:element name="CHGUSERINFOTRNRQ" type="ofx:ChangeUserInfoTransactionRequest" />
                <xsd:element name="CHGUSERINFOSYNCRQ" type="ofx:ChangeUserInfoSyncRequest" />
                <xsd:element name="ACCTTRNRQ" type="ofx:AccountTransactionRequest" />
                <xsd:element name="ACCTSYNCRQ" type="ofx:AccountSyncRequest" />
            </xsd:choice>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ENROLLTRNRQ ofx:ENROLLTRNRQ (1) (1)
ACCTINFOTRNRQ ofx:ACCTINFOTRNRQ (1) (1)
CHGUSERINFOTRNRQ ofx:CHGUSERINFOTRNRQ (1) (1)
CHGUSERINFOSYNCRQ ofx:CHGUSERINFOSYNCRQ (1) (1)
ACCTTRNRQ ofx:ACCTTRNRQ (1) (1)
ACCTSYNCRQ ofx:ACCTSYNCRQ (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:SIGNUPMSGSRQV1