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,119 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
|
+
<!--
|
|
3
|
+
|
|
4
|
+
Open Financial Exchange Specification (c)1996-2004 ("Specification") by all of its publishers:
|
|
5
|
+
CheckFree Corp., Intuit Inc., and Microsoft Corporation. All rights reserved.
|
|
6
|
+
|
|
7
|
+
Revision History:
|
|
8
|
+
|
|
9
|
+
Version Date Editor Email Addr Short Description
|
|
10
|
+
|
|
11
|
+
p17 2002-02-10 altenburgd@businesslogic.com Initial revision
|
|
12
|
+
p18 2002-02-11 ted.krawiec@citigroup.com Created abstract type 'CheckInfoBase' and changed
|
|
13
|
+
'CheckDescription' and 'CheckRange' to extend that type.
|
|
14
|
+
'CheckDescription' and 'CheckRange' are used in the choice
|
|
15
|
+
element inside of the 'StopCheckRequest' type.
|
|
16
|
+
p21 2002-03-17 altenburgd@businesslogic.com Renamed 'CheckInfoBase' to 'AbstractCheckInfo'
|
|
17
|
+
p21 2002-03-17 altenburgd@businesslogic.com Changed elementFormDefault to "unqualified"
|
|
18
|
+
Changed namespace to "http://ofx.net/types/2003/04"
|
|
19
|
+
RC4 2003-06-24 gil_clark@intuit.com Added collapse to fixed length, non-string types and enums.
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
-->
|
|
23
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ofx="http://ofx.net/types/2003/04" targetNamespace="http://ofx.net/types/2003/04" elementFormDefault="unqualified">
|
|
24
|
+
<xsd:include schemaLocation="OFX_Common.xsd"/>
|
|
25
|
+
<xsd:simpleType name="CheckStatusEnum">
|
|
26
|
+
<xsd:annotation>
|
|
27
|
+
<xsd:documentation>
|
|
28
|
+
The OFX element "CHECKSTATUSENUM" is of type "CheckStatusEnum"
|
|
29
|
+
</xsd:documentation>
|
|
30
|
+
</xsd:annotation>
|
|
31
|
+
<xsd:restriction base="xsd:string">
|
|
32
|
+
<xsd:whiteSpace value="collapse"/>
|
|
33
|
+
<xsd:enumeration value="0"/>
|
|
34
|
+
<xsd:enumeration value="1"/>
|
|
35
|
+
<xsd:enumeration value="100"/>
|
|
36
|
+
<xsd:enumeration value="101"/>
|
|
37
|
+
</xsd:restriction>
|
|
38
|
+
</xsd:simpleType>
|
|
39
|
+
<xsd:complexType name="AbstractCheckInfo" abstract="true"/>
|
|
40
|
+
<xsd:complexType name="CheckDescription">
|
|
41
|
+
<xsd:annotation>
|
|
42
|
+
<xsd:documentation>
|
|
43
|
+
The OFX element "CHKDESC" is of type "CheckDescription"
|
|
44
|
+
</xsd:documentation>
|
|
45
|
+
</xsd:annotation>
|
|
46
|
+
<xsd:complexContent>
|
|
47
|
+
<xsd:extension base="ofx:AbstractCheckInfo">
|
|
48
|
+
<xsd:sequence>
|
|
49
|
+
<xsd:element name="NAME" type="ofx:GenericNameType"/>
|
|
50
|
+
<xsd:element name="CHECKNUM" type="ofx:CheckNumberType" minOccurs="0"/>
|
|
51
|
+
<xsd:element name="DTUSER" type="ofx:DateTimeType" minOccurs="0"/>
|
|
52
|
+
<xsd:element name="TRNAMT" type="ofx:AmountType" minOccurs="0"/>
|
|
53
|
+
</xsd:sequence>
|
|
54
|
+
</xsd:extension>
|
|
55
|
+
</xsd:complexContent>
|
|
56
|
+
</xsd:complexType>
|
|
57
|
+
<xsd:complexType name="CheckRange">
|
|
58
|
+
<xsd:annotation>
|
|
59
|
+
<xsd:documentation>
|
|
60
|
+
The OFX element "CHKRANGE" is of type "CheckRange"
|
|
61
|
+
</xsd:documentation>
|
|
62
|
+
</xsd:annotation>
|
|
63
|
+
<xsd:complexContent>
|
|
64
|
+
<xsd:extension base="ofx:AbstractCheckInfo">
|
|
65
|
+
<xsd:sequence>
|
|
66
|
+
<xsd:element name="CHKNUMSTART" type="ofx:CheckNumberType"/>
|
|
67
|
+
<xsd:element name="CHKNUMEND" type="ofx:CheckNumberType" minOccurs="0"/>
|
|
68
|
+
</xsd:sequence>
|
|
69
|
+
</xsd:extension>
|
|
70
|
+
</xsd:complexContent>
|
|
71
|
+
</xsd:complexType>
|
|
72
|
+
<xsd:complexType name="Closing">
|
|
73
|
+
<xsd:annotation>
|
|
74
|
+
<xsd:documentation>
|
|
75
|
+
The OFX element "CLOSING" is of type "Closing"
|
|
76
|
+
</xsd:documentation>
|
|
77
|
+
</xsd:annotation>
|
|
78
|
+
<xsd:sequence>
|
|
79
|
+
<xsd:element name="FITID" type="ofx:FinancialInstitutionTransactionIdType"/>
|
|
80
|
+
<xsd:element name="DTOPEN" type="ofx:DateTimeType" minOccurs="0"/>
|
|
81
|
+
<xsd:element name="DTCLOSE" type="ofx:DateTimeType"/>
|
|
82
|
+
<xsd:element name="DTNEXT" type="ofx:DateTimeType" minOccurs="0"/>
|
|
83
|
+
<xsd:element name="BALOPEN" type="ofx:AmountType" minOccurs="0"/>
|
|
84
|
+
<xsd:element name="BALCLOSE" type="ofx:AmountType"/>
|
|
85
|
+
<xsd:element name="BALMIN" type="ofx:AmountType" minOccurs="0"/>
|
|
86
|
+
<xsd:element name="DEPANDCREDIT" type="ofx:AmountType" minOccurs="0"/>
|
|
87
|
+
<xsd:element name="CHKANDDEB" type="ofx:AmountType" minOccurs="0"/>
|
|
88
|
+
<xsd:element name="TOTALFEES" type="ofx:AmountType" minOccurs="0"/>
|
|
89
|
+
<xsd:element name="TOTALINT" type="ofx:AmountType" minOccurs="0"/>
|
|
90
|
+
<xsd:element name="DTPOSTSTART" type="ofx:DateTimeType"/>
|
|
91
|
+
<xsd:element name="DTPOSTEND" type="ofx:DateTimeType"/>
|
|
92
|
+
<xsd:element name="MKTGINFO" type="ofx:InfoType" minOccurs="0"/>
|
|
93
|
+
<xsd:element name="IMAGEDATA" type="ofx:ImageData" minOccurs="0"/>
|
|
94
|
+
<xsd:choice minOccurs="0">
|
|
95
|
+
<xsd:element name="CURRENCY" type="ofx:Currency"/>
|
|
96
|
+
<xsd:element name="ORIGCURRENCY" type="ofx:Currency"/>
|
|
97
|
+
</xsd:choice>
|
|
98
|
+
</xsd:sequence>
|
|
99
|
+
</xsd:complexType>
|
|
100
|
+
<xsd:complexType name="StopCheckNumber">
|
|
101
|
+
<xsd:annotation>
|
|
102
|
+
<xsd:documentation>
|
|
103
|
+
The OFX element "STPCHKNUM" is of type "StopCheckNumber"
|
|
104
|
+
</xsd:documentation>
|
|
105
|
+
</xsd:annotation>
|
|
106
|
+
<xsd:sequence>
|
|
107
|
+
<xsd:element name="CHECKNUM" type="ofx:CheckNumberType"/>
|
|
108
|
+
<xsd:element name="NAME" type="ofx:GenericNameType" minOccurs="0"/>
|
|
109
|
+
<xsd:element name="DTUSER" type="ofx:DateTimeType" minOccurs="0"/>
|
|
110
|
+
<xsd:element name="TRNAMT" type="ofx:AmountType" minOccurs="0"/>
|
|
111
|
+
<xsd:element name="CHKSTATUS" type="ofx:CheckStatusEnum"/>
|
|
112
|
+
<xsd:element name="CHKERROR" type="ofx:MessageType" minOccurs="0"/>
|
|
113
|
+
<xsd:choice minOccurs="0">
|
|
114
|
+
<xsd:element name="CURRENCY" type="ofx:Currency"/>
|
|
115
|
+
<xsd:element name="ORIGCURRENCY" type="ofx:Currency"/>
|
|
116
|
+
</xsd:choice>
|
|
117
|
+
</xsd:sequence>
|
|
118
|
+
</xsd:complexType>
|
|
119
|
+
</xsd:schema>
|
|
@@ -0,0 +1,399 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
|
+
<!--
|
|
3
|
+
|
|
4
|
+
Open Financial Exchange Specification (c)1996-2004 ("Specification") by all of its publishers:
|
|
5
|
+
CheckFree Corp., Intuit Inc., and Microsoft Corporation. All rights reserved.
|
|
6
|
+
|
|
7
|
+
Revision History:
|
|
8
|
+
|
|
9
|
+
Version Date Editor Email Addr Short Description
|
|
10
|
+
p18 2002-02-11 altenburgd@businesslogic.com Initial revision
|
|
11
|
+
p21 2002-03-17 altenburgd@businesslogic.com Renamed "Account" to "AbstractAccount"
|
|
12
|
+
Renamed "SyncRequest" to "AbstractSyncRequest"
|
|
13
|
+
Renamed "SyncResponse" to "AbstractSyncResponse"
|
|
14
|
+
Renamed "TransactionRequest" to "AbstractTransactionRequest"
|
|
15
|
+
Renamed "TransactionResponse" to "AbstractTransactionResponse"
|
|
16
|
+
p21 2002-03-17 altenburgd@businesslogic.com Changed elementFormDefault to "unqualified"
|
|
17
|
+
Changed namespace to "http://ofx.net/types/2003/04"
|
|
18
|
+
p1.1 2005-03-22 altenburgd@businesslogic.com Added Loan accounts to Sync messages
|
|
19
|
+
-->
|
|
20
|
+
|
|
21
|
+
<xsd:schema
|
|
22
|
+
elementFormDefault="unqualified"
|
|
23
|
+
targetNamespace="http://ofx.net/types/2003/04"
|
|
24
|
+
xmlns:ofx="http://ofx.net/types/2003/04"
|
|
25
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
26
|
+
<xsd:include schemaLocation="OFX_Banking_Messages.xsd"/>
|
|
27
|
+
<xsd:complexType name="BankMailTransactionRequest">
|
|
28
|
+
<xsd:annotation>
|
|
29
|
+
<xsd:documentation>
|
|
30
|
+
The OFX element "BANKMAILTRNRQ" is of type "BankMailTransactionRequest"
|
|
31
|
+
</xsd:documentation>
|
|
32
|
+
</xsd:annotation>
|
|
33
|
+
|
|
34
|
+
<xsd:complexContent>
|
|
35
|
+
<xsd:extension base="ofx:AbstractTransactionRequest">
|
|
36
|
+
<xsd:sequence>
|
|
37
|
+
<xsd:element name="BANKMAILRQ" type="ofx:BankMailRequest"/>
|
|
38
|
+
</xsd:sequence>
|
|
39
|
+
</xsd:extension>
|
|
40
|
+
</xsd:complexContent>
|
|
41
|
+
</xsd:complexType>
|
|
42
|
+
|
|
43
|
+
<xsd:complexType name="BankMailTransactionResponse">
|
|
44
|
+
<xsd:annotation>
|
|
45
|
+
<xsd:documentation>
|
|
46
|
+
The OFX element "BANKMAILTRNRS" is of type "BankMailTransactionResponse"
|
|
47
|
+
</xsd:documentation>
|
|
48
|
+
</xsd:annotation>
|
|
49
|
+
|
|
50
|
+
<xsd:complexContent>
|
|
51
|
+
<xsd:extension base="ofx:AbstractTransactionResponse">
|
|
52
|
+
<xsd:sequence>
|
|
53
|
+
<xsd:choice minOccurs="0">
|
|
54
|
+
<xsd:element name="BANKMAILRS" type="ofx:BankMailResponse"/>
|
|
55
|
+
<xsd:element name="CHKMAILRS" type="ofx:CheckMailResponse"/>
|
|
56
|
+
<xsd:element name="DEPMAILRS" type="ofx:DepositMailResponse"/>
|
|
57
|
+
</xsd:choice>
|
|
58
|
+
</xsd:sequence>
|
|
59
|
+
</xsd:extension>
|
|
60
|
+
</xsd:complexContent>
|
|
61
|
+
</xsd:complexType>
|
|
62
|
+
|
|
63
|
+
<xsd:complexType name="IntraSyncRequest">
|
|
64
|
+
<xsd:annotation>
|
|
65
|
+
<xsd:documentation>
|
|
66
|
+
The OFX element "INTRASYNCRQ" is of type "IntraSyncRequest"
|
|
67
|
+
</xsd:documentation>
|
|
68
|
+
</xsd:annotation>
|
|
69
|
+
|
|
70
|
+
<xsd:complexContent>
|
|
71
|
+
<xsd:extension base="ofx:AbstractSyncRequest">
|
|
72
|
+
<xsd:sequence>
|
|
73
|
+
<xsd:choice>
|
|
74
|
+
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount"/>
|
|
75
|
+
<xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount"/>
|
|
76
|
+
<xsd:element name="LOANACCTFROM" type="ofx:LoanAccount"/>
|
|
77
|
+
</xsd:choice>
|
|
78
|
+
<xsd:element name="INTRATRNRQ" type="ofx:IntraTransactionRequest" minOccurs="0" maxOccurs="unbounded"/>
|
|
79
|
+
</xsd:sequence>
|
|
80
|
+
</xsd:extension>
|
|
81
|
+
</xsd:complexContent>
|
|
82
|
+
|
|
83
|
+
</xsd:complexType>
|
|
84
|
+
<xsd:complexType name="IntraSyncResponse">
|
|
85
|
+
<xsd:annotation>
|
|
86
|
+
<xsd:documentation>
|
|
87
|
+
The OFX element "INTRASYNCRS" is of type "IntraSyncResponse"
|
|
88
|
+
</xsd:documentation>
|
|
89
|
+
</xsd:annotation>
|
|
90
|
+
|
|
91
|
+
<xsd:complexContent>
|
|
92
|
+
<xsd:extension base="ofx:AbstractSyncResponse">
|
|
93
|
+
<xsd:sequence>
|
|
94
|
+
<xsd:choice>
|
|
95
|
+
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount"/>
|
|
96
|
+
<xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount"/>
|
|
97
|
+
<xsd:element name="LOANACCTFROM" type="ofx:LoanAccount"/>
|
|
98
|
+
</xsd:choice>
|
|
99
|
+
<xsd:element name="INTRATRNRS" type="ofx:IntraTransactionResponse" minOccurs="0" maxOccurs="unbounded"/>
|
|
100
|
+
</xsd:sequence>
|
|
101
|
+
</xsd:extension>
|
|
102
|
+
</xsd:complexContent>
|
|
103
|
+
</xsd:complexType>
|
|
104
|
+
|
|
105
|
+
<xsd:complexType name="IntraTransactionRequest">
|
|
106
|
+
<xsd:annotation>
|
|
107
|
+
<xsd:documentation>
|
|
108
|
+
The OFX element "INTRATRNRQ" is of type "IntraTransactionRequest"
|
|
109
|
+
</xsd:documentation>
|
|
110
|
+
</xsd:annotation>
|
|
111
|
+
|
|
112
|
+
<xsd:complexContent>
|
|
113
|
+
<xsd:extension base="ofx:AbstractTransactionRequest">
|
|
114
|
+
<xsd:sequence>
|
|
115
|
+
<xsd:choice>
|
|
116
|
+
<xsd:element name="INTRARQ" type="ofx:IntraRequest"/>
|
|
117
|
+
<xsd:element name="INTRAMODRQ" type="ofx:IntraModRequest"/>
|
|
118
|
+
<xsd:element name="INTRACANRQ" type="ofx:IntraCancellationRequest"/>
|
|
119
|
+
</xsd:choice>
|
|
120
|
+
</xsd:sequence>
|
|
121
|
+
</xsd:extension>
|
|
122
|
+
</xsd:complexContent>
|
|
123
|
+
</xsd:complexType>
|
|
124
|
+
|
|
125
|
+
<xsd:complexType name="IntraTransactionResponse">
|
|
126
|
+
<xsd:annotation>
|
|
127
|
+
<xsd:documentation>
|
|
128
|
+
The OFX element "INTRATRNRS" is of type "IntraTransactionResponse"
|
|
129
|
+
</xsd:documentation>
|
|
130
|
+
</xsd:annotation>
|
|
131
|
+
|
|
132
|
+
<xsd:complexContent>
|
|
133
|
+
<xsd:extension base="ofx:AbstractTransactionResponse">
|
|
134
|
+
<xsd:sequence>
|
|
135
|
+
<xsd:choice minOccurs="0">
|
|
136
|
+
<xsd:element name="INTRARS" type="ofx:IntraResponse"/>
|
|
137
|
+
<xsd:element name="INTRAMODRS" type="ofx:IntraModResponse"/>
|
|
138
|
+
<xsd:element name="INTRACANRS" type="ofx:IntraCancellationResponse"/>
|
|
139
|
+
</xsd:choice>
|
|
140
|
+
</xsd:sequence>
|
|
141
|
+
</xsd:extension>
|
|
142
|
+
</xsd:complexContent>
|
|
143
|
+
</xsd:complexType>
|
|
144
|
+
|
|
145
|
+
<xsd:complexType name="StopCheckSyncRequest">
|
|
146
|
+
<xsd:annotation>
|
|
147
|
+
<xsd:documentation>
|
|
148
|
+
The OFX element "STPCHKSYNCRQ" is of type "StopCheckSyncRequest"
|
|
149
|
+
</xsd:documentation>
|
|
150
|
+
</xsd:annotation>
|
|
151
|
+
|
|
152
|
+
<xsd:complexContent>
|
|
153
|
+
<xsd:extension base="ofx:AbstractSyncRequest">
|
|
154
|
+
<xsd:sequence>
|
|
155
|
+
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount"/>
|
|
156
|
+
<xsd:element name="STPCHKTRNRQ" type="ofx:StopCheckTransactionRequest" minOccurs="0" maxOccurs="unbounded"/>
|
|
157
|
+
</xsd:sequence>
|
|
158
|
+
</xsd:extension>
|
|
159
|
+
</xsd:complexContent>
|
|
160
|
+
</xsd:complexType>
|
|
161
|
+
|
|
162
|
+
<xsd:complexType name="StopCheckSyncResponse">
|
|
163
|
+
<xsd:annotation>
|
|
164
|
+
<xsd:documentation>
|
|
165
|
+
The OFX element "STPCHKSYNCRS" is of type "StopCheckSyncResponse"
|
|
166
|
+
</xsd:documentation>
|
|
167
|
+
</xsd:annotation>
|
|
168
|
+
|
|
169
|
+
<xsd:complexContent>
|
|
170
|
+
<xsd:extension base="ofx:AbstractSyncResponse">
|
|
171
|
+
<xsd:sequence>
|
|
172
|
+
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount"/>
|
|
173
|
+
<xsd:element name="STPCHKTRNRS" type="ofx:StopCheckTransactionResponse" minOccurs="0" maxOccurs="unbounded"/>
|
|
174
|
+
</xsd:sequence>
|
|
175
|
+
</xsd:extension>
|
|
176
|
+
</xsd:complexContent>
|
|
177
|
+
</xsd:complexType>
|
|
178
|
+
|
|
179
|
+
<xsd:complexType name="StopCheckTransactionRequest">
|
|
180
|
+
<xsd:annotation>
|
|
181
|
+
<xsd:documentation>
|
|
182
|
+
The OFX element "STPCHKTRNRQ" is of type "StopCheckTransactionRequest"
|
|
183
|
+
</xsd:documentation>
|
|
184
|
+
</xsd:annotation>
|
|
185
|
+
|
|
186
|
+
<xsd:complexContent>
|
|
187
|
+
<xsd:extension base="ofx:AbstractTransactionRequest">
|
|
188
|
+
<xsd:sequence>
|
|
189
|
+
<xsd:element name="STPCHKRQ" type="ofx:StopCheckRequest"/>
|
|
190
|
+
</xsd:sequence>
|
|
191
|
+
</xsd:extension>
|
|
192
|
+
</xsd:complexContent>
|
|
193
|
+
|
|
194
|
+
</xsd:complexType>
|
|
195
|
+
<xsd:complexType name="StopCheckTransactionResponse">
|
|
196
|
+
<xsd:annotation>
|
|
197
|
+
<xsd:documentation>
|
|
198
|
+
The OFX element "STPCHKTRNRS" is of type "StopCheckTransactionResponse"
|
|
199
|
+
</xsd:documentation>
|
|
200
|
+
</xsd:annotation>
|
|
201
|
+
|
|
202
|
+
<xsd:complexContent>
|
|
203
|
+
<xsd:extension base="ofx:AbstractTransactionResponse">
|
|
204
|
+
<xsd:sequence>
|
|
205
|
+
<xsd:element name="STPCHKRS" type="ofx:StopCheckResponse" minOccurs="0"/>
|
|
206
|
+
</xsd:sequence>
|
|
207
|
+
</xsd:extension>
|
|
208
|
+
</xsd:complexContent>
|
|
209
|
+
</xsd:complexType>
|
|
210
|
+
|
|
211
|
+
<xsd:complexType name="StatementTransactionRequest">
|
|
212
|
+
<xsd:annotation>
|
|
213
|
+
<xsd:documentation>
|
|
214
|
+
The OFX element "STMTTRNRQ" is of type "StatementTransactionRequest"
|
|
215
|
+
</xsd:documentation>
|
|
216
|
+
</xsd:annotation>
|
|
217
|
+
|
|
218
|
+
<xsd:complexContent>
|
|
219
|
+
<xsd:extension base="ofx:AbstractTransactionRequest">
|
|
220
|
+
<xsd:sequence>
|
|
221
|
+
<xsd:element name="STMTRQ" type="ofx:StatementRequest"/>
|
|
222
|
+
</xsd:sequence>
|
|
223
|
+
</xsd:extension>
|
|
224
|
+
</xsd:complexContent>
|
|
225
|
+
</xsd:complexType>
|
|
226
|
+
|
|
227
|
+
<xsd:complexType name="StatementTransactionResponse">
|
|
228
|
+
<xsd:annotation>
|
|
229
|
+
<xsd:documentation>
|
|
230
|
+
The OFX element "STMTTRNRS" is of type "StatementTransactionResponse"
|
|
231
|
+
</xsd:documentation>
|
|
232
|
+
</xsd:annotation>
|
|
233
|
+
|
|
234
|
+
<xsd:complexContent>
|
|
235
|
+
<xsd:extension base="ofx:AbstractTransactionResponse">
|
|
236
|
+
<xsd:sequence>
|
|
237
|
+
<xsd:element name="STMTRS" type="ofx:StatementResponse" minOccurs="0"/>
|
|
238
|
+
</xsd:sequence>
|
|
239
|
+
</xsd:extension>
|
|
240
|
+
</xsd:complexContent>
|
|
241
|
+
</xsd:complexType>
|
|
242
|
+
|
|
243
|
+
<xsd:complexType name="StatementEndTransactionRequest">
|
|
244
|
+
<xsd:annotation>
|
|
245
|
+
<xsd:documentation>
|
|
246
|
+
The OFX element "STMTENDTRNRQ" is of type "StatementEndTransactionRequest"
|
|
247
|
+
</xsd:documentation>
|
|
248
|
+
</xsd:annotation>
|
|
249
|
+
|
|
250
|
+
<xsd:complexContent>
|
|
251
|
+
<xsd:extension base="ofx:AbstractTransactionRequest">
|
|
252
|
+
<xsd:sequence>
|
|
253
|
+
<xsd:element name="STMTENDRQ" type="ofx:StatementEndRequest"/>
|
|
254
|
+
</xsd:sequence>
|
|
255
|
+
</xsd:extension>
|
|
256
|
+
</xsd:complexContent>
|
|
257
|
+
</xsd:complexType>
|
|
258
|
+
|
|
259
|
+
<xsd:complexType name="StatementEndTransactionResponse">
|
|
260
|
+
<xsd:annotation>
|
|
261
|
+
<xsd:documentation>
|
|
262
|
+
The OFX element "STMTENDTRNRS" is of type "StatementEndTransactionResponse"
|
|
263
|
+
</xsd:documentation>
|
|
264
|
+
</xsd:annotation>
|
|
265
|
+
|
|
266
|
+
<xsd:complexContent>
|
|
267
|
+
<xsd:extension base="ofx:AbstractTransactionResponse">
|
|
268
|
+
<xsd:sequence>
|
|
269
|
+
<xsd:element name="STMTENDRS" type="ofx:StatementEndResponse" minOccurs="0"/>
|
|
270
|
+
</xsd:sequence>
|
|
271
|
+
</xsd:extension>
|
|
272
|
+
</xsd:complexContent>
|
|
273
|
+
</xsd:complexType>
|
|
274
|
+
|
|
275
|
+
<xsd:complexType name="RecurringIntraSyncRequest">
|
|
276
|
+
<xsd:annotation>
|
|
277
|
+
<xsd:documentation>
|
|
278
|
+
The OFX element "RECINTRASYNCRQ" is of type "RecurringIntraSyncRequest"
|
|
279
|
+
</xsd:documentation>
|
|
280
|
+
</xsd:annotation>
|
|
281
|
+
|
|
282
|
+
<xsd:complexContent>
|
|
283
|
+
<xsd:extension base="ofx:AbstractSyncRequest">
|
|
284
|
+
<xsd:sequence>
|
|
285
|
+
<xsd:choice>
|
|
286
|
+
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount"/>
|
|
287
|
+
<xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount"/>
|
|
288
|
+
<xsd:element name="LOANACCTFROM" type="ofx:LoanAccount"/>
|
|
289
|
+
</xsd:choice>
|
|
290
|
+
<xsd:element name="RECINTRATRNRQ" type="ofx:RecurringIntraTransactionRequest" minOccurs="0" maxOccurs="unbounded"/>
|
|
291
|
+
</xsd:sequence>
|
|
292
|
+
</xsd:extension>
|
|
293
|
+
</xsd:complexContent>
|
|
294
|
+
</xsd:complexType>
|
|
295
|
+
|
|
296
|
+
<xsd:complexType name="RecurringIntraSyncResponse">
|
|
297
|
+
<xsd:annotation>
|
|
298
|
+
<xsd:documentation>
|
|
299
|
+
The OFX element "RECINTRASYNCRS" is of type "RecurringIntraSyncResponse"
|
|
300
|
+
</xsd:documentation>
|
|
301
|
+
</xsd:annotation>
|
|
302
|
+
|
|
303
|
+
<xsd:complexContent>
|
|
304
|
+
<xsd:extension base="ofx:AbstractSyncResponse">
|
|
305
|
+
<xsd:sequence>
|
|
306
|
+
<xsd:choice>
|
|
307
|
+
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount"/>
|
|
308
|
+
<xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount"/>
|
|
309
|
+
<xsd:element name="LOANACCTFROM" type="ofx:LoanAccount"/>
|
|
310
|
+
</xsd:choice>
|
|
311
|
+
<xsd:element name="RECINTRATRNRS" type="ofx:RecurringIntraTransactionResponse" minOccurs="0" maxOccurs="unbounded"/>
|
|
312
|
+
</xsd:sequence>
|
|
313
|
+
</xsd:extension>
|
|
314
|
+
</xsd:complexContent>
|
|
315
|
+
</xsd:complexType>
|
|
316
|
+
|
|
317
|
+
<xsd:complexType name="RecurringIntraTransactionRequest">
|
|
318
|
+
<xsd:annotation>
|
|
319
|
+
<xsd:documentation>
|
|
320
|
+
The OFX element "RECINTRATRNRQ" is of type "RecurringIntraTransactionRequest"
|
|
321
|
+
</xsd:documentation>
|
|
322
|
+
</xsd:annotation>
|
|
323
|
+
|
|
324
|
+
<xsd:complexContent>
|
|
325
|
+
<xsd:extension base="ofx:AbstractTransactionRequest">
|
|
326
|
+
<xsd:sequence>
|
|
327
|
+
<xsd:choice>
|
|
328
|
+
<xsd:element name="RECINTRARQ" type="ofx:RecurringIntraRequest"/>
|
|
329
|
+
<xsd:element name="RECINTRAMODRQ" type="ofx:RecurringIntraModRequest"/>
|
|
330
|
+
<xsd:element name="RECINTRACANRQ" type="ofx:RecurringIntraCancellationRequest"/>
|
|
331
|
+
</xsd:choice>
|
|
332
|
+
</xsd:sequence>
|
|
333
|
+
</xsd:extension>
|
|
334
|
+
</xsd:complexContent>
|
|
335
|
+
</xsd:complexType>
|
|
336
|
+
|
|
337
|
+
<xsd:complexType name="RecurringIntraTransactionResponse">
|
|
338
|
+
<xsd:annotation>
|
|
339
|
+
<xsd:documentation>
|
|
340
|
+
The OFX element "RECINTRATRNRS" is of type "RecurringIntraTransactionResponse"
|
|
341
|
+
</xsd:documentation>
|
|
342
|
+
</xsd:annotation>
|
|
343
|
+
|
|
344
|
+
<xsd:complexContent>
|
|
345
|
+
<xsd:extension base="ofx:AbstractTransactionResponse">
|
|
346
|
+
<xsd:sequence>
|
|
347
|
+
<xsd:choice minOccurs="0">
|
|
348
|
+
<xsd:element name="RECINTRARS" type="ofx:RecurringIntraResponse"/>
|
|
349
|
+
<xsd:element name="RECINTRAMODRS" type="ofx:RecurringIntraModResponse"/>
|
|
350
|
+
<xsd:element name="RECINTRACANRS" type="ofx:RecurringIntraCancellationResponse"/>
|
|
351
|
+
</xsd:choice>
|
|
352
|
+
</xsd:sequence>
|
|
353
|
+
</xsd:extension>
|
|
354
|
+
</xsd:complexContent>
|
|
355
|
+
</xsd:complexType>
|
|
356
|
+
|
|
357
|
+
<xsd:complexType name="BankMailSyncRequest">
|
|
358
|
+
<xsd:annotation>
|
|
359
|
+
<xsd:documentation>
|
|
360
|
+
The OFX element "BANKMAILSYNCRQ" is of type "BankMailSyncRequest"
|
|
361
|
+
</xsd:documentation>
|
|
362
|
+
</xsd:annotation>
|
|
363
|
+
|
|
364
|
+
<xsd:complexContent>
|
|
365
|
+
<xsd:extension base="ofx:AbstractSyncRequest">
|
|
366
|
+
<xsd:sequence>
|
|
367
|
+
<xsd:element name="INCIMAGES" type="ofx:BooleanType"/>
|
|
368
|
+
<xsd:element name="USEHTML" type="ofx:BooleanType"/>
|
|
369
|
+
<xsd:choice>
|
|
370
|
+
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount"/>
|
|
371
|
+
<xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount"/>
|
|
372
|
+
</xsd:choice>
|
|
373
|
+
<xsd:element name="BANKMAILTRNRQ" type="ofx:BankMailTransactionRequest" minOccurs="0" maxOccurs="unbounded"/>
|
|
374
|
+
</xsd:sequence>
|
|
375
|
+
</xsd:extension>
|
|
376
|
+
</xsd:complexContent>
|
|
377
|
+
</xsd:complexType>
|
|
378
|
+
|
|
379
|
+
<xsd:complexType name="BankMailSyncResponse">
|
|
380
|
+
<xsd:annotation>
|
|
381
|
+
<xsd:documentation>
|
|
382
|
+
The OFX element "BANKMAILSYNCRS" is of type "BankMailSyncResponse"
|
|
383
|
+
</xsd:documentation>
|
|
384
|
+
</xsd:annotation>
|
|
385
|
+
|
|
386
|
+
<xsd:complexContent>
|
|
387
|
+
<xsd:extension base="ofx:AbstractSyncResponse">
|
|
388
|
+
<xsd:sequence>
|
|
389
|
+
<xsd:choice>
|
|
390
|
+
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount"/>
|
|
391
|
+
<xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount"/>
|
|
392
|
+
</xsd:choice>
|
|
393
|
+
<xsd:element name="BANKMAILTRNRS" type="ofx:BankMailTransactionResponse" minOccurs="0" maxOccurs="unbounded"/>
|
|
394
|
+
</xsd:sequence>
|
|
395
|
+
</xsd:extension>
|
|
396
|
+
</xsd:complexContent>
|
|
397
|
+
|
|
398
|
+
</xsd:complexType>
|
|
399
|
+
</xsd:schema>
|