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