Definition Type: ComplexType
Name: SignupMessageSetV1
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractMessageSetVersion
Containing Schema: OFX_Profile.xsd
Abstract
Documentation:
The OFX element "SIGNUPMSGSETV1" is of type "SignupMessageSetV1"
Collapse XSD Schema Diagram:
Drilldown into CLIENTACTREQ in schema ofx_profile_xsd Drilldown into AVAILACCTS in schema ofx_profile_xsd Drilldown into CHGUSERINFO in schema ofx_profile_xsd Drilldown into OTHERENROLL in schema ofx_profile_xsd Drilldown into WEBENROLL in schema ofx_profile_xsd Drilldown into CLIENTENROLL in schema ofx_profile_xsd Drilldown into MSGSETCORE in schema ofx_profile_xsd Drilldown into AbstractMessageSetVersion in schema ofx_profile_xsdXSD Diagram of SignupMessageSetV1 in schema ofx_profile_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="SignupMessageSetV1">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "SIGNUPMSGSETV1" is of type "SignupMessageSetV1"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractMessageSetVersion">
            <xsd:sequence>
                <xsd:choice>
                    <xsd:element name="CLIENTENROLL" type="ofx:ClientEnroll" />
                    <xsd:element name="WEBENROLL" type="ofx:WebEnroll" />
                    <xsd:element name="OTHERENROLL" type="ofx:OtherEnroll" />
                </xsd:choice>
                <xsd:element name="CHGUSERINFO" type="ofx:BooleanType" />
                <xsd:element name="AVAILACCTS" type="ofx:BooleanType" />
                <xsd:element name="CLIENTACTREQ" type="ofx:BooleanType" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MSGSETCORE ofx:MSGSETCORE (1) (1)
CLIENTENROLL ofx:CLIENTENROLL (1) (1)
WEBENROLL ofx:WEBENROLL (1) (1)
OTHERENROLL ofx:OTHERENROLL (1) (1)
CHGUSERINFO ofx:CHGUSERINFO (1) (1)
AVAILACCTS ofx:AVAILACCTS (1) (1)
CLIENTACTREQ ofx:CLIENTACTREQ (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:SIGNUPMSGSETV1