qonto_ofx 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +2 -0
- data/.rubocop.yml +1 -0
- data/.rubocop_todo.yml +68 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +60 -0
- data/LICENSE.txt +21 -0
- data/README.md +34 -0
- data/Rakefile +11 -0
- data/bin/qonto_ofx +24 -0
- data/bin/setup +8 -0
- data/lib/api_gateway.rb +47 -0
- data/lib/base_validator.rb +17 -0
- data/lib/converter.rb +158 -0
- data/lib/ofx_validator.rb +17 -0
- data/lib/organization_validator.rb +17 -0
- data/lib/qonto_ofx/version.rb +3 -0
- data/lib/transactions_listing_validator.rb +17 -0
- data/qonto_ofx.gemspec +32 -0
- data/qonto_organization_schema.json +63 -0
- data/qonto_transactions_schema.json +175 -0
- data/schema/.DS_Store +0 -0
- data/schema/OFX2_Protocol.xsd +783 -0
- data/schema/OFX3_Protocol_dotNET.xsd +691 -0
- data/schema/OFX_Banking.xsd +119 -0
- data/schema/OFX_Banking_Message_Wrappers.xsd +399 -0
- data/schema/OFX_Banking_Messages.xsd +431 -0
- data/schema/OFX_BillPay.xsd +223 -0
- data/schema/OFX_BillPay_Message_Wrappers.xsd +343 -0
- data/schema/OFX_BillPay_Messages.xsd +412 -0
- data/schema/OFX_BillerDelivery.xsd +263 -0
- data/schema/OFX_BillerDelivery_Message_Wrappers.xsd +295 -0
- data/schema/OFX_BillerDelivery_Messages.xsd +259 -0
- data/schema/OFX_BillerDirectory.xsd +132 -0
- data/schema/OFX_BillerDirectory_Message_Wrappers.xsd +56 -0
- data/schema/OFX_BillerDirectory_Messages.xsd +86 -0
- data/schema/OFX_Common.xsd +2329 -0
- data/schema/OFX_CreditCard.xsd +45 -0
- data/schema/OFX_CreditCard_Message_Wrappers.xsd +88 -0
- data/schema/OFX_CreditCard_Messages.xsd +102 -0
- data/schema/OFX_Email.xsd +25 -0
- data/schema/OFX_Email_Message_Wrappers.xsd +129 -0
- data/schema/OFX_Email_Messages.xsd +72 -0
- data/schema/OFX_Image_Message_Wrappers.xsd +31 -0
- data/schema/OFX_Image_Messages.xsd +35 -0
- data/schema/OFX_InterTransfer.xsd +24 -0
- data/schema/OFX_InterTransfer_Message_Wrappers.xsd +195 -0
- data/schema/OFX_InterTransfer_Messages.xsd +256 -0
- data/schema/OFX_Investment.xsd +1358 -0
- data/schema/OFX_Investment_Message_Wrappers.xsd +162 -0
- data/schema/OFX_Investment_Messages.xsd +149 -0
- data/schema/OFX_Loan_Message_Wrappers.xsd +1 -0
- data/schema/OFX_Loan_Messages.xsd +124 -0
- data/schema/OFX_Loans.xsd +200 -0
- data/schema/OFX_Messages.xsd +18 -0
- data/schema/OFX_Profile.xsd +959 -0
- data/schema/OFX_Profile_Message_Wrappers.xsd +55 -0
- data/schema/OFX_Profile_Messages.xsd +96 -0
- data/schema/OFX_SecuritiesList.xsd +357 -0
- data/schema/OFX_SecuritiesList_Message_Wrappers.xsd +55 -0
- data/schema/OFX_SecuritiesList_Messages.xsd +55 -0
- data/schema/OFX_Signon.xsd +243 -0
- data/schema/OFX_Signon_Message_Wrappers.xsd +120 -0
- data/schema/OFX_Signon_Messages.xsd +211 -0
- data/schema/OFX_Signup.xsd +114 -0
- data/schema/OFX_Signup_Message_Wrappers.xsd +222 -0
- data/schema/OFX_Signup_Messages.xsd +153 -0
- data/schema/OFX_Tax1098.xsd +123 -0
- data/schema/OFX_Tax1098_Message_Wrappers.xsd +52 -0
- data/schema/OFX_Tax1098_Messages.xsd +65 -0
- data/schema/OFX_Tax1099.xsd +371 -0
- data/schema/OFX_Tax1099_Message_Wrappers.xsd +52 -0
- data/schema/OFX_Tax1099_Messages.xsd +50 -0
- data/schema/OFX_TaxW2.xsd +204 -0
- data/schema/OFX_TaxW2_Message_Wrappers.xsd +52 -0
- data/schema/OFX_TaxW2_Messages.xsd +58 -0
- data/schema/OFX_TypeDefinitions.xsd +98 -0
- data/schema/OFX_WireTransfer.xsd +88 -0
- data/schema/OFX_WireTransfer_Message_Wrappers.xsd +101 -0
- data/schema/OFX_WireTransfer_Messages.xsd +116 -0
- data/test/sample/ofx/invalid.xml +34 -0
- data/test/sample/ofx/malformed.xml +38 -0
- data/test/sample/ofx/test_result.xml +101 -0
- data/test/sample/ofx/valid.xml +38 -0
- data/test/sample/organization/invalid_format.txt +1 -0
- data/test/sample/organization/malformed.txt +1 -0
- data/test/sample/organization/valid_one_account.txt +1 -0
- data/test/sample/organization/valid_two_accounts.txt +1 -0
- data/test/sample/transactions/corp-1234-bank-account-1-FR0000000000000000000000001.txt +60 -0
- data/test/sample/transactions/corp-1234-bank-account-2-FR0000000000000000000000002-p1.txt +28 -0
- data/test/sample/transactions/corp-1234-bank-account-2-FR0000000000000000000000002-p2.txt +28 -0
- data/test/sample/transactions/invalid_format.txt +1 -0
- data/test/sample/transactions/malformed.txt +1 -0
- data/test/sample/transactions/valid.txt +1 -0
- data/test/test_converter.rb +51 -0
- data/test/test_ofx_validator.rb +25 -0
- data/test/test_organization_validator.rb +28 -0
- data/test/test_transactions_listing_validator.rb +23 -0
- metadata +314 -0
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
|
+
|
|
3
|
+
<!--
|
|
4
|
+
|
|
5
|
+
Open Financial Exchange Specification (c)1996-2004 ("Specification") by all of its publishers:
|
|
6
|
+
CheckFree Corp., Intuit Inc., and Microsoft Corporation. All rights reserved.
|
|
7
|
+
|
|
8
|
+
Revision History:
|
|
9
|
+
|
|
10
|
+
Version Date Editor Email Addr Short Description
|
|
11
|
+
|
|
12
|
+
p18 2002-02-11 altenburgd@businesslogic.com Initial revision
|
|
13
|
+
p21 2002-03-17 altenburgd@businesslogic.com Renamed "Account" to "AbstractAccount"
|
|
14
|
+
Renamed "SyncRequest" to "AbstractSyncRequest"
|
|
15
|
+
Renamed "SyncResponse" to "AbstractSyncResponse"
|
|
16
|
+
Renamed "TransactionRequest" to "AbstractTransactionRequest"
|
|
17
|
+
Renamed "TransactionResponse" to "AbstractTransactionResponse"
|
|
18
|
+
|
|
19
|
+
p21 2002-03-17 altenburgd@businesslogic.com Changed elementFormDefault to "unqualified"
|
|
20
|
+
Changed namespace to "http://ofx.net/types/2003/04"
|
|
21
|
+
p1.1 2005-03-21 altenburgd@businesslogic.com Added Loans to synchronization messages
|
|
22
|
+
-->
|
|
23
|
+
|
|
24
|
+
<xsd:schema
|
|
25
|
+
elementFormDefault="unqualified"
|
|
26
|
+
targetNamespace="http://ofx.net/types/2003/04"
|
|
27
|
+
xmlns:ofx="http://ofx.net/types/2003/04"
|
|
28
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
29
|
+
|
|
30
|
+
<xsd:include schemaLocation="OFX_InterTransfer_Messages.xsd"/>
|
|
31
|
+
<xsd:complexType name="InterSyncRequest">
|
|
32
|
+
<xsd:annotation>
|
|
33
|
+
<xsd:documentation>
|
|
34
|
+
The OFX element "INTERSYNCRQ" is of type "InterSyncRequest"
|
|
35
|
+
</xsd:documentation>
|
|
36
|
+
</xsd:annotation>
|
|
37
|
+
|
|
38
|
+
<xsd:complexContent>
|
|
39
|
+
<xsd:extension base="ofx:AbstractSyncRequest">
|
|
40
|
+
<xsd:sequence>
|
|
41
|
+
<xsd:choice>
|
|
42
|
+
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount"/>
|
|
43
|
+
<xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount"/>
|
|
44
|
+
<xsd:element name="LOANACCTFROM" type="ofx:LoanAccount"/>
|
|
45
|
+
</xsd:choice>
|
|
46
|
+
<xsd:element name="INTERTRNRQ" type="ofx:InterTransactionRequest" minOccurs="0" maxOccurs="unbounded"/>
|
|
47
|
+
</xsd:sequence>
|
|
48
|
+
</xsd:extension>
|
|
49
|
+
</xsd:complexContent>
|
|
50
|
+
</xsd:complexType>
|
|
51
|
+
|
|
52
|
+
<xsd:complexType name="InterSyncResponse">
|
|
53
|
+
<xsd:annotation>
|
|
54
|
+
<xsd:documentation>
|
|
55
|
+
The OFX element "INTERSYNCRS" is of type "InterSyncResponse"
|
|
56
|
+
</xsd:documentation>
|
|
57
|
+
</xsd:annotation>
|
|
58
|
+
|
|
59
|
+
<xsd:complexContent>
|
|
60
|
+
<xsd:extension base="ofx:AbstractSyncResponse">
|
|
61
|
+
<xsd:sequence>
|
|
62
|
+
<xsd:choice>
|
|
63
|
+
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount"/>
|
|
64
|
+
<xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount"/>
|
|
65
|
+
<xsd:element name="LOANACCTFROM" type="ofx:LoanAccount"/>
|
|
66
|
+
</xsd:choice>
|
|
67
|
+
<xsd:element name="INTERTRNRS" type="ofx:InterTransactionResponse" minOccurs="0" maxOccurs="unbounded"/>
|
|
68
|
+
</xsd:sequence>
|
|
69
|
+
</xsd:extension>
|
|
70
|
+
</xsd:complexContent>
|
|
71
|
+
</xsd:complexType>
|
|
72
|
+
|
|
73
|
+
<xsd:complexType name="InterTransactionRequest">
|
|
74
|
+
<xsd:annotation>
|
|
75
|
+
<xsd:documentation>
|
|
76
|
+
The OFX element "INTERTRNRQ" is of type "InterTransactionRequest"
|
|
77
|
+
</xsd:documentation>
|
|
78
|
+
</xsd:annotation>
|
|
79
|
+
|
|
80
|
+
<xsd:complexContent>
|
|
81
|
+
<xsd:extension base="ofx:AbstractTransactionRequest">
|
|
82
|
+
<xsd:sequence>
|
|
83
|
+
<xsd:choice>
|
|
84
|
+
<xsd:element name="INTERRQ" type="ofx:InterRequest"/>
|
|
85
|
+
<xsd:element name="INTERMODRQ" type="ofx:InterModRequest"/>
|
|
86
|
+
<xsd:element name="INTERCANRQ" type="ofx:InterCancellationRequest"/>
|
|
87
|
+
</xsd:choice>
|
|
88
|
+
</xsd:sequence>
|
|
89
|
+
</xsd:extension>
|
|
90
|
+
</xsd:complexContent>
|
|
91
|
+
</xsd:complexType>
|
|
92
|
+
|
|
93
|
+
<xsd:complexType name="InterTransactionResponse">
|
|
94
|
+
<xsd:annotation>
|
|
95
|
+
<xsd:documentation>
|
|
96
|
+
The OFX element "INTERTRNRS" is of type "InterTransactionResponse"
|
|
97
|
+
</xsd:documentation>
|
|
98
|
+
</xsd:annotation>
|
|
99
|
+
|
|
100
|
+
<xsd:complexContent>
|
|
101
|
+
<xsd:extension base="ofx:AbstractTransactionResponse">
|
|
102
|
+
<xsd:sequence>
|
|
103
|
+
<xsd:choice minOccurs="0">
|
|
104
|
+
<xsd:element name="INTERRS" type="ofx:InterResponse"/>
|
|
105
|
+
<xsd:element name="INTERMODRS" type="ofx:InterModResponse"/>
|
|
106
|
+
<xsd:element name="INTERCANRS" type="ofx:InterCancellationResponse"/>
|
|
107
|
+
</xsd:choice>
|
|
108
|
+
</xsd:sequence>
|
|
109
|
+
</xsd:extension>
|
|
110
|
+
</xsd:complexContent>
|
|
111
|
+
</xsd:complexType>
|
|
112
|
+
|
|
113
|
+
<xsd:complexType name="RecurringInterSyncRequest">
|
|
114
|
+
<xsd:annotation>
|
|
115
|
+
<xsd:documentation>
|
|
116
|
+
The OFX element "RECINTERSYNCRQ" is of type "RecurringInterSyncRequest"
|
|
117
|
+
</xsd:documentation>
|
|
118
|
+
</xsd:annotation>
|
|
119
|
+
|
|
120
|
+
<xsd:complexContent>
|
|
121
|
+
<xsd:extension base="ofx:AbstractSyncRequest">
|
|
122
|
+
<xsd:sequence>
|
|
123
|
+
<xsd:choice>
|
|
124
|
+
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount"/>
|
|
125
|
+
<xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount"/>
|
|
126
|
+
<xsd:element name="LOANACCTFROM" type="ofx:LoanAccount"/>
|
|
127
|
+
</xsd:choice>
|
|
128
|
+
<xsd:element name="RECINTERTRNRQ" type="ofx:RecurringInterTransactionRequest" minOccurs="0" maxOccurs="unbounded"/>
|
|
129
|
+
</xsd:sequence>
|
|
130
|
+
</xsd:extension>
|
|
131
|
+
</xsd:complexContent>
|
|
132
|
+
</xsd:complexType>
|
|
133
|
+
|
|
134
|
+
<xsd:complexType name="RecurringInterSyncResponse">
|
|
135
|
+
<xsd:annotation>
|
|
136
|
+
<xsd:documentation>
|
|
137
|
+
The OFX element "RECINTERSYNCRS" is of type "RecurringInterSyncResponse"
|
|
138
|
+
</xsd:documentation>
|
|
139
|
+
</xsd:annotation>
|
|
140
|
+
|
|
141
|
+
<xsd:complexContent>
|
|
142
|
+
<xsd:extension base="ofx:AbstractSyncResponse">
|
|
143
|
+
<xsd:sequence>
|
|
144
|
+
<xsd:choice>
|
|
145
|
+
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount"/>
|
|
146
|
+
<xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount"/>
|
|
147
|
+
<xsd:element name="LOANACCTFROM" type="ofx:LoanAccount"/>
|
|
148
|
+
</xsd:choice>
|
|
149
|
+
<xsd:element name="RECINTERTRNRS" type="ofx:RecurringInterTransactionResponse" minOccurs="0" maxOccurs="unbounded"/>
|
|
150
|
+
</xsd:sequence>
|
|
151
|
+
</xsd:extension>
|
|
152
|
+
</xsd:complexContent>
|
|
153
|
+
</xsd:complexType>
|
|
154
|
+
|
|
155
|
+
<xsd:complexType name="RecurringInterTransactionRequest">
|
|
156
|
+
<xsd:annotation>
|
|
157
|
+
<xsd:documentation>
|
|
158
|
+
The OFX element "RECINTERTRNRQ" is of type "RecurringInterTransactionRequest"
|
|
159
|
+
</xsd:documentation>
|
|
160
|
+
</xsd:annotation>
|
|
161
|
+
|
|
162
|
+
<xsd:complexContent>
|
|
163
|
+
<xsd:extension base="ofx:AbstractTransactionRequest">
|
|
164
|
+
<xsd:sequence>
|
|
165
|
+
<xsd:choice>
|
|
166
|
+
<xsd:element name="RECINTERRQ" type="ofx:RecurringInterRequest"/>
|
|
167
|
+
<xsd:element name="RECINTERMODRQ" type="ofx:RecurringInterModRequest"/>
|
|
168
|
+
<xsd:element name="RECINTERCANRQ" type="ofx:RecurringInterCancellationRequest"/>
|
|
169
|
+
</xsd:choice>
|
|
170
|
+
</xsd:sequence>
|
|
171
|
+
</xsd:extension>
|
|
172
|
+
</xsd:complexContent>
|
|
173
|
+
</xsd:complexType>
|
|
174
|
+
|
|
175
|
+
<xsd:complexType name="RecurringInterTransactionResponse">
|
|
176
|
+
<xsd:annotation>
|
|
177
|
+
<xsd:documentation>
|
|
178
|
+
The OFX element "RECINTERTRNRS" is of type "RecurringInterTransactionResponse"
|
|
179
|
+
</xsd:documentation>
|
|
180
|
+
</xsd:annotation>
|
|
181
|
+
|
|
182
|
+
<xsd:complexContent>
|
|
183
|
+
<xsd:extension base="ofx:AbstractTransactionResponse">
|
|
184
|
+
<xsd:sequence>
|
|
185
|
+
<xsd:choice minOccurs="0">
|
|
186
|
+
<xsd:element name="RECINTERRS" type="ofx:RecurringInterResponse"/>
|
|
187
|
+
<xsd:element name="RECINTERMODRS" type="ofx:RecurringInterModResponse"/>
|
|
188
|
+
<xsd:element name="RECINTERCANRS" type="ofx:RecurringInterCancellationResponse"/>
|
|
189
|
+
</xsd:choice>
|
|
190
|
+
</xsd:sequence>
|
|
191
|
+
</xsd:extension>
|
|
192
|
+
</xsd:complexContent>
|
|
193
|
+
</xsd:complexType>
|
|
194
|
+
|
|
195
|
+
</xsd:schema>
|
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
|
+
|
|
3
|
+
<!--
|
|
4
|
+
|
|
5
|
+
Open Financial Exchange Specification (c)1996-2003 ("Specification") by all of its publishers:
|
|
6
|
+
CheckFree Corp., Intuit Inc., and Microsoft Corporation. All rights reserved.
|
|
7
|
+
|
|
8
|
+
Revision History:
|
|
9
|
+
|
|
10
|
+
Version Date Editor Email Addr Short Description
|
|
11
|
+
|
|
12
|
+
p18 2002-02-11 altenburgd@businesslogic.com Initial revision
|
|
13
|
+
p20 2002-02-11 altenburgd@businesslogic.com Changed misnamed 'Receive' types to 'Recurring'
|
|
14
|
+
Created abstract 'AbstractRecurringInterResponse' type and
|
|
15
|
+
made RecurringInterCancellationResponse,
|
|
16
|
+
RecurringInterModResponse, and RecurringInterResponse to extend it
|
|
17
|
+
Created abstract 'AbstractInterResponse' typ and made InterCancellationResponse,
|
|
18
|
+
InterModeResponse, and InterResponse to extend it
|
|
19
|
+
Created abstract 'AbstractRecurringInterRequest' type and made RecurringInterRequest,
|
|
20
|
+
RecurringInterModRequest, and RecurringInterCancellationRequest to extend it
|
|
21
|
+
Created abstract 'AbstractInterRequest' type and made InterRequest, InterModRequest, and
|
|
22
|
+
InterCancellationRequest to extend it
|
|
23
|
+
p21 2002-03-17 altenburgd@businesslogic.com Changed elementFormDefault to "unqualified"
|
|
24
|
+
Changed namespace to "http://ofx.net/types/2003/04"
|
|
25
|
+
-->
|
|
26
|
+
|
|
27
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
28
|
+
elementFormDefault="unqualified"
|
|
29
|
+
xmlns:ofx="http://ofx.net/types/2003/04"
|
|
30
|
+
targetNamespace="http://ofx.net/types/2003/04">
|
|
31
|
+
|
|
32
|
+
<xsd:include schemaLocation = "OFX_InterTransfer.xsd" />
|
|
33
|
+
|
|
34
|
+
<xsd:complexType name="InterCancellationResponse">
|
|
35
|
+
<xsd:annotation>
|
|
36
|
+
<xsd:documentation>
|
|
37
|
+
The OFX element "INTERCANRS" is of type "InterCancellationResponse"
|
|
38
|
+
</xsd:documentation>
|
|
39
|
+
</xsd:annotation>
|
|
40
|
+
|
|
41
|
+
<xsd:complexContent>
|
|
42
|
+
<xsd:extension base="ofx:AbstractInterResponse">
|
|
43
|
+
<xsd:sequence>
|
|
44
|
+
<xsd:element name="SRVRTID" type="ofx:ServerIdType" />
|
|
45
|
+
</xsd:sequence>
|
|
46
|
+
</xsd:extension>
|
|
47
|
+
</xsd:complexContent>
|
|
48
|
+
</xsd:complexType>
|
|
49
|
+
|
|
50
|
+
<xsd:complexType name="InterModResponse">
|
|
51
|
+
<xsd:annotation>
|
|
52
|
+
<xsd:documentation>
|
|
53
|
+
The OFX element "INTERMODRS" is of type "InterModResponse"
|
|
54
|
+
</xsd:documentation>
|
|
55
|
+
</xsd:annotation>
|
|
56
|
+
|
|
57
|
+
<xsd:complexContent>
|
|
58
|
+
<xsd:extension base="ofx:AbstractInterResponse">
|
|
59
|
+
<xsd:sequence>
|
|
60
|
+
<xsd:element name="SRVRTID" type="ofx:ServerIdType" />
|
|
61
|
+
<xsd:element name="XFERINFO" type="ofx:TransferInfo" />
|
|
62
|
+
<xsd:element name="XFERPRCSTS" type="ofx:TransferProcessingStatus" minOccurs="0" maxOccurs="1" />
|
|
63
|
+
</xsd:sequence>
|
|
64
|
+
</xsd:extension>
|
|
65
|
+
</xsd:complexContent>
|
|
66
|
+
</xsd:complexType>
|
|
67
|
+
|
|
68
|
+
<xsd:complexType name="AbstractInterRequest" abstract="true"/>
|
|
69
|
+
|
|
70
|
+
<xsd:complexType name="InterRequest">
|
|
71
|
+
<xsd:annotation>
|
|
72
|
+
<xsd:documentation>
|
|
73
|
+
The OFX element "INTERRQ" is of type "InterRequest"
|
|
74
|
+
</xsd:documentation>
|
|
75
|
+
</xsd:annotation>
|
|
76
|
+
<xsd:complexContent>
|
|
77
|
+
<xsd:extension base="ofx:AbstractInterRequest">
|
|
78
|
+
<xsd:sequence>
|
|
79
|
+
<xsd:element name="XFERINFO" type="ofx:TransferInfo" />
|
|
80
|
+
</xsd:sequence>
|
|
81
|
+
</xsd:extension>
|
|
82
|
+
</xsd:complexContent>
|
|
83
|
+
</xsd:complexType>
|
|
84
|
+
|
|
85
|
+
<xsd:complexType name="InterModRequest">
|
|
86
|
+
<xsd:annotation>
|
|
87
|
+
<xsd:documentation>
|
|
88
|
+
The OFX element "INTERMODRQ" is of type "InterModRequest"
|
|
89
|
+
</xsd:documentation>
|
|
90
|
+
</xsd:annotation>
|
|
91
|
+
<xsd:complexContent>
|
|
92
|
+
<xsd:extension base="ofx:AbstractInterRequest">
|
|
93
|
+
<xsd:sequence>
|
|
94
|
+
<xsd:element name="SRVRTID" type="ofx:ServerIdType" />
|
|
95
|
+
<xsd:element name="XFERINFO" type="ofx:TransferInfo" />
|
|
96
|
+
</xsd:sequence>
|
|
97
|
+
</xsd:extension>
|
|
98
|
+
</xsd:complexContent>
|
|
99
|
+
</xsd:complexType>
|
|
100
|
+
|
|
101
|
+
<xsd:complexType name="InterCancellationRequest">
|
|
102
|
+
<xsd:annotation>
|
|
103
|
+
<xsd:documentation>
|
|
104
|
+
The OFX element "INTERCANRQ" is of type "InterCancellationRequest"
|
|
105
|
+
</xsd:documentation>
|
|
106
|
+
</xsd:annotation>
|
|
107
|
+
|
|
108
|
+
<xsd:complexContent>
|
|
109
|
+
<xsd:extension base="ofx:AbstractInterRequest">
|
|
110
|
+
<xsd:sequence>
|
|
111
|
+
<xsd:element name="SRVRTID" type="ofx:ServerIdType" />
|
|
112
|
+
</xsd:sequence>
|
|
113
|
+
</xsd:extension>
|
|
114
|
+
</xsd:complexContent>
|
|
115
|
+
</xsd:complexType>
|
|
116
|
+
|
|
117
|
+
<xsd:complexType name="AbstractInterResponse" abstract="true"/>
|
|
118
|
+
|
|
119
|
+
<xsd:complexType name="InterResponse">
|
|
120
|
+
<xsd:annotation>
|
|
121
|
+
<xsd:documentation>
|
|
122
|
+
The OFX element "INTERRS" is of type "InterResponse"
|
|
123
|
+
</xsd:documentation>
|
|
124
|
+
</xsd:annotation>
|
|
125
|
+
<xsd:complexContent>
|
|
126
|
+
<xsd:extension base="ofx:AbstractInterResponse">
|
|
127
|
+
<xsd:sequence>
|
|
128
|
+
<xsd:element name="CURDEF" type="ofx:CurrencyEnum" />
|
|
129
|
+
<xsd:element name="SRVRTID" type="ofx:ServerIdType" />
|
|
130
|
+
<xsd:element name="XFERINFO" type="ofx:TransferInfo" />
|
|
131
|
+
<xsd:choice minOccurs="0" maxOccurs="1">
|
|
132
|
+
<xsd:element name="DTXFERPRJ" type="ofx:DateTimeType" />
|
|
133
|
+
<xsd:element name="DTPOSTED" type="ofx:DateTimeType" />
|
|
134
|
+
</xsd:choice>
|
|
135
|
+
<xsd:element name="REFNUM" type="ofx:ReferenceNumberType" minOccurs="0" maxOccurs="1" />
|
|
136
|
+
<xsd:element name="RECSRVRTID" type="ofx:ServerIdType" minOccurs="0" maxOccurs="1" />
|
|
137
|
+
<xsd:element name="XFERPRCSTS" type="ofx:TransferProcessingStatus" minOccurs="0" maxOccurs="1" />
|
|
138
|
+
</xsd:sequence>
|
|
139
|
+
</xsd:extension>
|
|
140
|
+
</xsd:complexContent>
|
|
141
|
+
</xsd:complexType>
|
|
142
|
+
|
|
143
|
+
<xsd:complexType name="RecurringInterCancellationResponse">
|
|
144
|
+
<xsd:annotation>
|
|
145
|
+
<xsd:documentation>
|
|
146
|
+
The OFX element "RECINTERCANRS" is of type "RecurringInterCancellationResponse"
|
|
147
|
+
</xsd:documentation>
|
|
148
|
+
</xsd:annotation>
|
|
149
|
+
<xsd:complexContent>
|
|
150
|
+
<xsd:extension base="ofx:AbstractRecurringInterResponse">
|
|
151
|
+
<xsd:sequence>
|
|
152
|
+
<xsd:element name="CANPENDING" type="ofx:BooleanType" />
|
|
153
|
+
</xsd:sequence>
|
|
154
|
+
</xsd:extension>
|
|
155
|
+
</xsd:complexContent>
|
|
156
|
+
</xsd:complexType>
|
|
157
|
+
|
|
158
|
+
<xsd:complexType name="RecurringInterModResponse">
|
|
159
|
+
<xsd:annotation>
|
|
160
|
+
<xsd:documentation>
|
|
161
|
+
The OFX element "RECINTERMODRS" is of type "RecurringInterModResponse"
|
|
162
|
+
</xsd:documentation>
|
|
163
|
+
</xsd:annotation>
|
|
164
|
+
<xsd:complexContent>
|
|
165
|
+
<xsd:extension base="ofx:AbstractRecurringInterResponse">
|
|
166
|
+
<xsd:sequence>
|
|
167
|
+
<xsd:element name="RECURRINST" type="ofx:RecurringInstructions" />
|
|
168
|
+
<xsd:element name="INTERRS" type="ofx:InterResponse" />
|
|
169
|
+
<xsd:element name="MODPENDING" type="ofx:BooleanType" />
|
|
170
|
+
</xsd:sequence>
|
|
171
|
+
</xsd:extension>
|
|
172
|
+
</xsd:complexContent>
|
|
173
|
+
</xsd:complexType>
|
|
174
|
+
|
|
175
|
+
<xsd:complexType name="AbstractRecurringInterRequest" abstract="true"/>
|
|
176
|
+
|
|
177
|
+
<xsd:complexType name="RecurringInterRequest">
|
|
178
|
+
<xsd:annotation>
|
|
179
|
+
<xsd:documentation>
|
|
180
|
+
The OFX element "RECINTERRQ" is of type "RecurringInterRequest"
|
|
181
|
+
</xsd:documentation>
|
|
182
|
+
</xsd:annotation>
|
|
183
|
+
<xsd:complexContent>
|
|
184
|
+
<xsd:extension base="ofx:AbstractRecurringInterRequest">
|
|
185
|
+
<xsd:sequence>
|
|
186
|
+
<xsd:element name="RECURRINST" type="ofx:RecurringInstructions" />
|
|
187
|
+
<xsd:element name="INTERRQ" type="ofx:InterRequest" />
|
|
188
|
+
</xsd:sequence>
|
|
189
|
+
</xsd:extension>
|
|
190
|
+
</xsd:complexContent>
|
|
191
|
+
</xsd:complexType>
|
|
192
|
+
|
|
193
|
+
<xsd:complexType name="RecurringInterModRequest">
|
|
194
|
+
<xsd:annotation>
|
|
195
|
+
<xsd:documentation>
|
|
196
|
+
The OFX element "RECINTERMODRQ" is of type "RecurringInterModRequest"
|
|
197
|
+
</xsd:documentation>
|
|
198
|
+
</xsd:annotation>
|
|
199
|
+
|
|
200
|
+
<xsd:complexContent>
|
|
201
|
+
<xsd:extension base="ofx:AbstractRecurringInterRequest">
|
|
202
|
+
<xsd:sequence>
|
|
203
|
+
<xsd:element name="RECSRVRTID" type="ofx:ServerIdType" />
|
|
204
|
+
<xsd:element name="RECURRINST" type="ofx:RecurringInstructions" />
|
|
205
|
+
<xsd:element name="INTERRQ" type="ofx:InterRequest" />
|
|
206
|
+
<xsd:element name="MODPENDING" type="ofx:BooleanType" />
|
|
207
|
+
</xsd:sequence>
|
|
208
|
+
</xsd:extension>
|
|
209
|
+
</xsd:complexContent>
|
|
210
|
+
</xsd:complexType>
|
|
211
|
+
|
|
212
|
+
<xsd:complexType name="RecurringInterCancellationRequest">
|
|
213
|
+
<xsd:annotation>
|
|
214
|
+
<xsd:documentation>
|
|
215
|
+
The OFX element "RECINTERCANRQ" is of type "RecurringInterCancellationRequest"
|
|
216
|
+
</xsd:documentation>
|
|
217
|
+
</xsd:annotation>
|
|
218
|
+
<xsd:complexContent>
|
|
219
|
+
<xsd:extension base="ofx:AbstractRecurringInterRequest">
|
|
220
|
+
<xsd:sequence>
|
|
221
|
+
<xsd:element name="RECSRVRTID" type="ofx:ServerIdType" />
|
|
222
|
+
<xsd:element name="CANPENDING" type="ofx:BooleanType" />
|
|
223
|
+
</xsd:sequence>
|
|
224
|
+
</xsd:extension>
|
|
225
|
+
</xsd:complexContent>
|
|
226
|
+
</xsd:complexType>
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
<xsd:complexType name="AbstractRecurringInterResponse" abstract="true">
|
|
233
|
+
<xsd:sequence>
|
|
234
|
+
<xsd:element name="RECSRVRTID" type="ofx:ServerIdType" />
|
|
235
|
+
</xsd:sequence>
|
|
236
|
+
</xsd:complexType>
|
|
237
|
+
|
|
238
|
+
<xsd:complexType name="RecurringInterResponse">
|
|
239
|
+
<xsd:annotation>
|
|
240
|
+
<xsd:documentation>
|
|
241
|
+
The OFX element "RECINTERRS" is of type "RecurringInterResponse"
|
|
242
|
+
</xsd:documentation>
|
|
243
|
+
</xsd:annotation>
|
|
244
|
+
|
|
245
|
+
<xsd:complexContent>
|
|
246
|
+
<xsd:extension base="ofx:AbstractRecurringInterResponse">
|
|
247
|
+
<xsd:sequence>
|
|
248
|
+
<xsd:element name="RECURRINST" type="ofx:RecurringInstructions" />
|
|
249
|
+
<xsd:element name="INTERRS" type="ofx:InterResponse" />
|
|
250
|
+
</xsd:sequence>
|
|
251
|
+
</xsd:extension>
|
|
252
|
+
</xsd:complexContent>
|
|
253
|
+
</xsd:complexType>
|
|
254
|
+
|
|
255
|
+
</xsd:schema>
|
|
256
|
+
|