Definition Type: ComplexType
Name: PresentmentNameAddress
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Common.xsd
Abstract
Documentation:
The OFX element "PRESNAMEADDRESS" is of type "PresentmentNameAddress"
Collapse XSD Schema Diagram:
Drilldown into EVEPHONE in schema ofx_common_xsd Drilldown into DAYPHONE in schema ofx_common_xsd Drilldown into COUNTRY in schema ofx_common_xsd Drilldown into POSTALCODE in schema ofx_common_xsd Drilldown into STATE in schema ofx_common_xsd Drilldown into CITY in schema ofx_common_xsd Drilldown into ADDR3 in schema ofx_common_xsd Drilldown into ADDR2 in schema ofx_common_xsd Drilldown into ADDR1 in schema ofx_common_xsd Drilldown into BUSNAMEACCTHELD in schema ofx_common_xsd Drilldown into NAMEACCTHELD in schema ofx_common_xsdXSD Diagram of PresentmentNameAddress in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="PresentmentNameAddress">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "PRESNAMEADDRESS" is of type "PresentmentNameAddress"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="NAMEACCTHELD" type="ofx:NameAccountHeldType" minOccurs="0" />
        <xsd:element name="BUSNAMEACCTHELD" type="ofx:NameAccountHeldType" minOccurs="0" />
        <xsd:element name="ADDR1" type="ofx:AddressType" minOccurs="0" />
        <xsd:element name="ADDR2" type="ofx:AddressType" minOccurs="0" />
        <xsd:element name="ADDR3" type="ofx:AddressType" minOccurs="0" />
        <xsd:element name="CITY" type="ofx:AddressType" minOccurs="0" />
        <xsd:element name="STATE" type="ofx:StateType" minOccurs="0" />
        <xsd:element name="POSTALCODE" type="ofx:ZipType" minOccurs="0" />
        <xsd:element name="COUNTRY" type="ofx:CountryType" minOccurs="0" />
        <xsd:element name="DAYPHONE" type="ofx:PhoneType" minOccurs="0" />
        <xsd:element name="EVEPHONE" type="ofx:PhoneType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NAMEACCTHELD ofx:NAMEACCTHELD 0 (1)
BUSNAMEACCTHELD ofx:BUSNAMEACCTHELD 0 (1)
ADDR1 ofx:ADDR1 0 (1)
ADDR2 ofx:ADDR2 0 (1)
ADDR3 ofx:ADDR3 0 (1)
CITY ofx:CITY 0 (1)
STATE ofx:STATE 0 (1)
POSTALCODE ofx:POSTALCODE 0 (1)
COUNTRY ofx:COUNTRY 0 (1)
DAYPHONE ofx:DAYPHONE 0 (1)
EVEPHONE ofx:EVEPHONE 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:PRESNAMEADDRESS