<xsd:complexType name="IntraSyncResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "INTRASYNCRS" is of type "IntraSyncResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractSyncResponse">
<xsd:sequence>
<xsd:choice>
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
<xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount" />
<xsd:element name="LOANACCTFROM" type="ofx:LoanAccount" />
</xsd:choice>
<xsd:element name="INTRATRNRS" type="ofx:IntraTransactionResponse" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|