Definition Type: ComplexType
Name: WireResponse
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractWireResponse
Containing Schema: OFX_WireTransfer_Messages.xsd
Abstract
Documentation:
The OFX element "WIRERS" is of type "WireResponse"
Collapse XSD Schema Diagram:
Drilldown into CONFMSG in schema ofx_wiretransfer_messages_xsd Drilldown into FEE in schema ofx_wiretransfer_messages_xsd Drilldown into DTPOSTED in schema ofx_wiretransfer_messages_xsd Drilldown into DTXFERPRJ in schema ofx_wiretransfer_messages_xsd Drilldown into PAYINSTRUCT in schema ofx_wiretransfer_messages_xsd Drilldown into DTDUE in schema ofx_wiretransfer_messages_xsd Drilldown into TRNAMT in schema ofx_wiretransfer_messages_xsd Drilldown into WIREDESTBANK in schema ofx_wiretransfer_messages_xsd Drilldown into WIREBENEFICIARY in schema ofx_wiretransfer_messages_xsd Drilldown into BANKACCTFROM in schema ofx_wiretransfer_messages_xsd Drilldown into SRVRTID in schema ofx_wiretransfer_messages_xsd Drilldown into CURDEF in schema ofx_wiretransfer_messages_xsd Drilldown into AbstractWireResponse in schema ofx_wiretransfer_messages_xsdXSD Diagram of WireResponse in schema ofx_wiretransfer_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="WireResponse">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "WIRERS" is of type "WireResponse"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractWireResponse">
            <xsd:sequence>
                <xsd:element name="CURDEF" type="ofx:CurrencyEnum" />
                <xsd:element name="SRVRTID" type="ofx:ServerIdType" />
                <xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
                <xsd:element name="WIREBENEFICIARY" type="ofx:WireBeneficiary" />
                <xsd:element name="WIREDESTBANK" type="ofx:WireDestinationBank" minOccurs="0" maxOccurs="1" />
                <xsd:element name="TRNAMT" type="ofx:AmountType" />
                <xsd:element name="DTDUE" type="ofx:DateTimeType" minOccurs="0" maxOccurs="1" />
                <xsd:element name="PAYINSTRUCT" type="ofx:MessageType" minOccurs="0" maxOccurs="1" />
                <xsd:choice minOccurs="0" maxOccurs="1">
                    <xsd:element name="DTXFERPRJ" type="ofx:DateTimeType" />
                    <xsd:element name="DTPOSTED" type="ofx:DateTimeType" />
                </xsd:choice>
                <xsd:element name="FEE" type="ofx:AmountType" minOccurs="0" maxOccurs="1" />
                <xsd:element name="CONFMSG" type="ofx:MessageType" minOccurs="0" maxOccurs="1" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CURDEF ofx:CURDEF (1) (1)
SRVRTID ofx:SRVRTID (1) (1)
BANKACCTFROM ofx:BANKACCTFROM (1) (1)
WIREBENEFICIARY ofx:WIREBENEFICIARY (1) (1)
WIREDESTBANK ofx:WIREDESTBANK 0 1
TRNAMT ofx:TRNAMT (1) (1)
DTDUE ofx:DTDUE 0 1
PAYINSTRUCT ofx:PAYINSTRUCT 0 1
DTXFERPRJ ofx:DTXFERPRJ (1) (1)
DTPOSTED ofx:DTPOSTED (1) (1)
FEE ofx:FEE 0 1
CONFMSG ofx:CONFMSG 0 1
Collapse Derivation Tree:
Collapse References:
ofx:WIRERS