Definition Type: ComplexType
Name: AbstractSyncResponse
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractResponse
Containing Schema: OFX_Common.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into LOSTSYNC in schema ofx_common_xsd Drilldown into TOKEN in schema ofx_common_xsd Drilldown into AbstractResponse in schema ofx_common_xsdXSD Diagram of AbstractSyncResponse in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="AbstractSyncResponse" abstract="true">
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractResponse">
            <xsd:sequence>
                <xsd:element name="TOKEN" type="ofx:ServerIdType" />
                <xsd:element name="LOSTSYNC" type="ofx:BooleanType" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TOKEN ofx:TOKEN (1) (1)
LOSTSYNC ofx:LOSTSYNC 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:AccountSyncResponse, ofx:BankMailSyncResponse, ofx:ChangeUserInfoSyncResponse, ofx:InterSyncResponse, ofx:IntraSyncResponse, ofx:InvestmentMailSyncResponse, ofx:LoanMailSyncResponse, ofx:MailSyncResponse, ofx:PayeeSyncResponse, ofx:PaymentMailSyncResponse, ofx:PaymentSyncResponse, ofx:PresentmentMailSyncResponse, ofx:RecurringInterSyncResponse, ofx:RecurringIntraSyncResponse, ofx:RecurringPaymentSyncResponse, ofx:StopCheckSyncResponse, ofx:SynchronizationResponse, ofx:WireSyncResponse