<xsd:complexType name="AccountResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "ACCTRS" is of type "AccountResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice>
<xsd:element name="SVCADD" type="ofx:ServiceAdd" />
<xsd:element name="SVCCHG" type="ofx:ServiceChange" />
<xsd:element name="SVCDEL" type="ofx:ServiceDelete" />
</xsd:choice>
<xsd:element name="SVC" type="ofx:ServiceEnum" />
<xsd:element name="SVCSTATUS" type="ofx:ServiceStatusEnum" />
</xsd:sequence>
</xsd:complexType>
|