<xsd:complexType name="IntraTransactionResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "INTRATRNRS" is of type "IntraTransactionResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractTransactionResponse">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="INTRARS" type="ofx:IntraResponse" />
<xsd:element name="INTRAMODRS" type="ofx:IntraModResponse" />
<xsd:element name="INTRACANRS" type="ofx:IntraCancellationResponse" />
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|