<xsd:complexType name="InterSyncRequest">
<xsd:annotation>
<xsd:documentation>
The OFX element "INTERSYNCRQ" is of type "InterSyncRequest"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractSyncRequest">
<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="INTERTRNRQ" type="ofx:InterTransactionRequest" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|