Definition Type: ComplexType
Name: AbstractSyncRequest
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractRequest
Containing Schema: OFX_Common.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into REJECTIFMISSING in schema ofx_common_xsd Drilldown into REFRESH in schema ofx_common_xsd Drilldown into TOKENONLY in schema ofx_common_xsd Drilldown into TOKEN in schema ofx_common_xsd Drilldown into AbstractRequest in schema ofx_common_xsdXSD Diagram of AbstractSyncRequest in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="AbstractSyncRequest" abstract="true">
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractRequest">
            <xsd:sequence>
                <xsd:choice>
                    <xsd:element name="TOKEN" type="ofx:ServerIdType" />
                    <xsd:element name="TOKENONLY" type="ofx:BooleanType" />
                    <xsd:element name="REFRESH" type="ofx:BooleanType" />
                </xsd:choice>
                <xsd:element name="REJECTIFMISSING" type="ofx:BooleanType" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TOKEN ofx:TOKEN (1) (1)
TOKENONLY ofx:TOKENONLY (1) (1)
REFRESH ofx:REFRESH (1) (1)
REJECTIFMISSING ofx:REJECTIFMISSING (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:AccountSyncRequest, ofx:BankMailSyncRequest, ofx:ChangeUserInfoSyncRequest, ofx:InterSyncRequest, ofx:IntraSyncRequest, ofx:InvestmentMailSyncRequest, ofx:LoanMailSyncRequest, ofx:MailSyncRequest, ofx:PayeeSyncRequest, ofx:PaymentMailSyncRequest, ofx:PaymentSyncRequest, ofx:PresentmentMailSyncRequest, ofx:RecurringInterSyncRequest, ofx:RecurringIntraSyncRequest, ofx:RecurringPaymentSyncRequest, ofx:StopCheckSyncRequest, ofx:SynchronizationRequest, ofx:WireSyncRequest