<xsd:complexType name="ServiceChange">
<xsd:annotation>
<xsd:documentation>
The OFX element "SVCCHG" is of type "ServiceChange"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractServiceAction">
<xsd:sequence>
<xsd:choice>
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
<xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount" />
<xsd:element name="INVACCTFROM" type="ofx:InvestmentAccount" />
<xsd:element name="PRESACCTFROM" type="ofx:PresentmentAccount" />
</xsd:choice>
<xsd:choice>
<xsd:element name="BANKACCTTO" type="ofx:BankAccount" />
<xsd:element name="CCACCTTO" type="ofx:CreditCardAccount" />
<xsd:element name="INVACCTTO" type="ofx:InvestmentAccount" />
<xsd:element name="PRESACCTTO" type="ofx:PresentmentAccount" />
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|