Definition Type: ComplexType
Name: SignonInfoList
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Profile.xsd
Abstract
Documentation:
The OFX element "SIGNONINFOLIST" is of type "SignonInfoList"
Collapse XSD Schema Diagram:
Drilldown into SIGNONINFO in schema ofx_profile_xsdXSD Diagram of SignonInfoList in schema ofx_profile_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="SignonInfoList">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "SIGNONINFOLIST" is of type "SignonInfoList"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="SIGNONINFO" type="ofx:SignonInfo" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SIGNONINFO ofx:SIGNONINFO 0 unbounded
Collapse Derivation Tree:
Collapse References:
ofx:SIGNONINFOLIST