Definition Type: ComplexType
Name: PresentmentAccountInfo
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractAccountInfo
Containing Schema: OFX_Common.xsd
Abstract
Documentation:
The OFX element "PRESACCTINFO" is of type "PresentmentAccountInfo"
Collapse XSD Schema Diagram:
Drilldown into REASON in schema ofx_common_xsd Drilldown into SVCSTATUS in schema ofx_common_xsd Drilldown into PRESACCTFROM in schema ofx_common_xsd Drilldown into AbstractAccountInfo in schema ofx_common_xsdXSD Diagram of PresentmentAccountInfo in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="PresentmentAccountInfo">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "PRESACCTINFO" is of type "PresentmentAccountInfo"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractAccountInfo">
            <xsd:sequence>
                <xsd:element name="PRESACCTFROM" type="ofx:PresentmentAccount" />
                <xsd:element name="SVCSTATUS" type="ofx:ServiceStatus2Enum" />
                <xsd:element name="REASON" type="ofx:MessageType" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PRESACCTFROM ofx:PRESACCTFROM (1) (1)
SVCSTATUS ofx:SVCSTATUS (1) (1)
REASON ofx:REASON 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:PRESACCTINFO