ProfileResponse

OFX / Types / ProfileResponse
#TagType
1 MSGSETLIST MessageSetList
2 SIGNONINFOLIST SignonInfoList
3 DTPROFUP DateTimeType
4 FINAME GenericNameType
5 ADDR1 AddressType
6 ADDR2 AddressType
7 ADDR3 AddressType
8 CITY AddressType
9 STATE StateType
10 POSTALCODE ZipType
11 COUNTRY CountryType
12 CSPHONE PhoneType
13 TSPHONE PhoneType
14 FAXPHONE PhoneType
15 URL UrlType
16 EMAIL ShortMessageType
Usages:
XSD
  <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>

© Copyright 2023. All Rights Reserved.