Definition Type: ComplexType
Name: ProfileResponse
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Profile_Messages.xsd
Abstract
Documentation:
The OFX element "PROFRS" is of type "ProfileResponse"
Collapse XSD Schema Diagram:
Drilldown into EMAIL in schema ofx_profile_messages_xsd Drilldown into URL in schema ofx_profile_messages_xsd Drilldown into FAXPHONE in schema ofx_profile_messages_xsd Drilldown into TSPHONE in schema ofx_profile_messages_xsd Drilldown into CSPHONE in schema ofx_profile_messages_xsd Drilldown into COUNTRY in schema ofx_profile_messages_xsd Drilldown into POSTALCODE in schema ofx_profile_messages_xsd Drilldown into STATE in schema ofx_profile_messages_xsd Drilldown into CITY in schema ofx_profile_messages_xsd Drilldown into ADDR3 in schema ofx_profile_messages_xsd Drilldown into ADDR2 in schema ofx_profile_messages_xsd Drilldown into ADDR1 in schema ofx_profile_messages_xsd Drilldown into FINAME in schema ofx_profile_messages_xsd Drilldown into DTPROFUP in schema ofx_profile_messages_xsd Drilldown into SIGNONINFOLIST in schema ofx_profile_messages_xsd Drilldown into MSGSETLIST in schema ofx_profile_messages_xsdXSD Diagram of ProfileResponse in schema ofx_profile_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="ProfileResponse">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "PROFRS" is of type "ProfileResponse"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="MSGSETLIST" type="ofx:MessageSetList" />
        <xsd:element name="SIGNONINFOLIST" type="ofx:SignonInfoList" />
        <xsd:element name="DTPROFUP" type="ofx:DateTimeType" />
        <xsd:element name="FINAME" type="ofx:GenericNameType" />
        <xsd:sequence>
            <xsd:element name="ADDR1" type="ofx:AddressType" />
            <xsd:sequence minOccurs="0" maxOccurs="1">
                <xsd:element name="ADDR2" type="ofx:AddressType" />
                <xsd:element name="ADDR3" type="ofx:AddressType" minOccurs="0" maxOccurs="1" />
            </xsd:sequence>
        </xsd:sequence>
        <xsd:element name="CITY" type="ofx:AddressType" />
        <xsd:element name="STATE" type="ofx:StateType" />
        <xsd:element name="POSTALCODE" type="ofx:ZipType" />
        <xsd:element name="COUNTRY" type="ofx:CountryType" />
        <xsd:element name="CSPHONE" type="ofx:PhoneType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="TSPHONE" type="ofx:PhoneType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="FAXPHONE" type="ofx:PhoneType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="URL" type="ofx:UrlType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="EMAIL" type="ofx:ShortMessageType" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MSGSETLIST ofx:MSGSETLIST (1) (1)
SIGNONINFOLIST ofx:SIGNONINFOLIST (1) (1)
DTPROFUP ofx:DTPROFUP (1) (1)
FINAME ofx:FINAME (1) (1)
ADDR1 ofx:ADDR1 (1) (1)
ADDR2 ofx:ADDR2 (1) (1)
ADDR3 ofx:ADDR3 0 1
CITY ofx:CITY (1) (1)
STATE ofx:STATE (1) (1)
POSTALCODE ofx:POSTALCODE (1) (1)
COUNTRY ofx:COUNTRY (1) (1)
CSPHONE ofx:CSPHONE 0 1
TSPHONE ofx:TSPHONE 0 1
FAXPHONE ofx:FAXPHONE 0 1
URL ofx:URL 0 1
EMAIL ofx:EMAIL 0 1
Collapse Derivation Tree:
Collapse References:
ofx:PROFRS