<xsd:complexType name="WireTransactionResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "WIRETRNRS" is of type "WireTransactionResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractTransactionResponse">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="WIRERS" type="ofx:WireResponse" />
<xsd:element name="WIRECANRS" type="ofx:WireCancellationResponse" />
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|