Definition Type: ComplexType
Name: MFAChallenge
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Signon.xsd
Abstract
Documentation:
The OFX element "MFACHALLENGE" is of type "MFAChallenge"
Collapse XSD Schema Diagram:
Drilldown into MFAPHRASELABEL in schema ofx_signon_xsd Drilldown into MFAPHRASEID in schema ofx_signon_xsdXSD Diagram of MFAChallenge in schema ofx_signon_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="MFAChallenge">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "MFACHALLENGE" is of type "MFAChallenge"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="MFAPHRASEID" type="ofx:IdType" />
        <xsd:element name="MFAPHRASELABEL" type="ofx:MFAPhraseType" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MFAPHRASEID ofx:MFAPHRASEID (1) (1)
MFAPHRASELABEL ofx:MFAPHRASELABEL 0 1
Collapse Derivation Tree:
Collapse References:
ofx:MFACHALLENGE