Definition Type: ComplexType
Name: SignonResponseMessageSetV1
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractResponseMessageSet
Containing Schema: OFX3_Protocol_dotNET.xsd
Abstract
Documentation:
The OFX element "SIGNONMSGSRSV1" is of type "SignonResponseMessageSetV1"
Collapse XSD Schema Diagram:
Drilldown into CHALLENGETRNRS in schema ofx3_protocol_dotnet_xsd Drilldown into PINCHTRNRS in schema ofx3_protocol_dotnet_xsd Drilldown into SONRS in schema ofx3_protocol_dotnet_xsd Drilldown into AbstractTopLevelMessageSet in schema ofx3_protocol_dotnet_xsd Drilldown into AbstractResponseMessageSet in schema ofx3_protocol_dotnet_xsdXSD Diagram of SignonResponseMessageSetV1 in schema ofx3_protocol_dotnet_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="SignonResponseMessageSetV1">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "SIGNONMSGSRSV1" is of type "SignonResponseMessageSetV1"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractResponseMessageSet">
            <xsd:sequence>
                <xsd:element name="SONRS" type="ofx:SignonResponse" />
                <xsd:element name="PINCHTRNRS" type="ofx:PinChangeTransactionResponse" minOccurs="0" />
                <xsd:element name="CHALLENGETRNRS" type="ofx:ChallengeTransactionResponse" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SONRS ofx:SONRS (1) (1)
PINCHTRNRS ofx:PINCHTRNRS 0 (1)
CHALLENGETRNRS ofx:CHALLENGETRNRS 0 (1)
Collapse Derivation Tree: