Definition Type: ComplexType
Name: WireBeneficiary
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_WireTransfer.xsd
Abstract
Documentation:
The OFX element "WIREBENEFICIARY" is of type "WireBeneficiary"
Collapse XSD Schema Diagram:
Drilldown into MEMO in schema ofx_wiretransfer_xsd Drilldown into BANKACCTTO in schema ofx_wiretransfer_xsd Drilldown into NAME in schema ofx_wiretransfer_xsdXSD Diagram of WireBeneficiary in schema ofx_wiretransfer_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="WireBeneficiary">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "WIREBENEFICIARY" is of type "WireBeneficiary"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="NAME" type="ofx:GenericNameType" />
        <xsd:element name="BANKACCTTO" type="ofx:BankAccount" />
        <xsd:element name="MEMO" type="ofx:MessageType" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NAME ofx:NAME (1) (1)
BANKACCTTO ofx:BANKACCTTO (1) (1)
MEMO ofx:MEMO 0 1
Collapse Derivation Tree:
Collapse References:
ofx:WIREBENEFICIARY, ofx:WIREBENEFICIARY