Definition Type: ComplexType
Name: SignonInfo
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Profile.xsd
Abstract
Documentation:
The OFX element "SIGNONINFO" is of type "SignonInfo"
Collapse XSD Schema Diagram:
Drilldown into MFACHALLENGEFIRST in schema ofx_profile_xsd Drilldown into MFACHALLENGESUPT in schema ofx_profile_xsd Drilldown into AUTHTOKENINFOURL in schema ofx_profile_xsd Drilldown into AUTHTOKENLABEL in schema ofx_profile_xsd Drilldown into AUTHTOKENFIRST in schema ofx_profile_xsd Drilldown into CLIENTUIDREQ in schema ofx_profile_xsd Drilldown into USERCRED2LABEL in schema ofx_profile_xsd Drilldown into USERCRED1LABEL in schema ofx_profile_xsd Drilldown into CHGPINFIRST in schema ofx_profile_xsd Drilldown into PINCH in schema ofx_profile_xsd Drilldown into SPACES in schema ofx_profile_xsd Drilldown into SPECIAL in schema ofx_profile_xsd Drilldown into CASESEN in schema ofx_profile_xsd Drilldown into CHARTYPE in schema ofx_profile_xsd Drilldown into MAX in schema ofx_profile_xsd Drilldown into MIN in schema ofx_profile_xsd Drilldown into SIGNONREALM in schema ofx_profile_xsdXSD Diagram of SignonInfo in schema ofx_profile_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="SignonInfo">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "SIGNONINFO" is of type "SignonInfo"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="SIGNONREALM" type="ofx:GenericNameType" />
        <xsd:element name="MIN" type="ofx:MAXMINType" />
        <xsd:element name="MAX" type="ofx:MAXMINType" />
        <xsd:element name="CHARTYPE" type="ofx:CharTypeEnum" />
        <xsd:element name="CASESEN" type="ofx:BooleanType" />
        <xsd:element name="SPECIAL" type="ofx:BooleanType" />
        <xsd:element name="SPACES" type="ofx:BooleanType" />
        <xsd:element name="PINCH" type="ofx:BooleanType" />
        <xsd:element name="CHGPINFIRST" type="ofx:BooleanType" />
        <xsd:sequence minOccurs="0" maxOccurs="1">
            <xsd:element name="USERCRED1LABEL" type="ofx:MFATextType" />
            <xsd:element name="USERCRED2LABEL" type="ofx:MFATextType" minOccurs="0" maxOccurs="1" />
        </xsd:sequence>
        <xsd:element name="CLIENTUIDREQ" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="AUTHTOKENFIRST" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="AUTHTOKENLABEL" type="ofx:MFATextType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="AUTHTOKENINFOURL" type="ofx:MFAUrlType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="MFACHALLENGESUPT" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="MFACHALLENGEFIRST" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SIGNONREALM ofx:SIGNONREALM (1) (1)
MIN ofx:MIN (1) (1)
MAX ofx:MAX (1) (1)
CHARTYPE ofx:CHARTYPE (1) (1)
CASESEN ofx:CASESEN (1) (1)
SPECIAL ofx:SPECIAL (1) (1)
SPACES ofx:SPACES (1) (1)
PINCH ofx:PINCH (1) (1)
CHGPINFIRST ofx:CHGPINFIRST (1) (1)
USERCRED1LABEL ofx:USERCRED1LABEL (1) (1)
USERCRED2LABEL ofx:USERCRED2LABEL 0 1
CLIENTUIDREQ ofx:CLIENTUIDREQ 0 1
AUTHTOKENFIRST ofx:AUTHTOKENFIRST 0 1
AUTHTOKENLABEL ofx:AUTHTOKENLABEL 0 1
AUTHTOKENINFOURL ofx:AUTHTOKENINFOURL 0 1
MFACHALLENGESUPT ofx:MFACHALLENGESUPT 0 1
MFACHALLENGEFIRST ofx:MFACHALLENGEFIRST 0 1
Collapse Derivation Tree:
Collapse References:
ofx:SIGNONINFO