sepa_rator-dk 2.0.0
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/LICENSE.txt +23 -0
- data/README.md +9 -0
- data/lib/schema/dk/pain.001.001.03_GBIC_3.xsd +499 -0
- data/lib/schema/dk/pain.001.001.09_GBIC_5.xsd +2411 -0
- data/lib/schema/dk/pain.008.001.02_GBIC_3.xsd +625 -0
- data/lib/schema/dk/pain.008.001.08_GBIC_5.xsd +2690 -0
- data/lib/sepa_rator/dk.rb +5 -0
- data/lib/sepa_rator-dk.rb +3 -0
- metadata +65 -0
|
@@ -0,0 +1,2690 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- Mit XMLSpy v2022 (x64) (http://www.altova.com) von der SIZ GmbH bearbeitet -->
|
|
3
|
+
<!-- Technical Valitdation Subset (TVS) der Deutschen Kreditwirtschaft (GBIC) für die Einreichung von -->
|
|
4
|
+
<!-- SEPA-Lastschriften gemäß Kapitel 2 der Anlage 3 des DFÜ-Abkommens ab Version V 3.9 -->
|
|
5
|
+
<!-- WICHTIGE INFO: Diese xsd vom 01.04.2025 wird unter dem Namen CCU_GBIC_5 geführt, da einige Anpassungen erfolgten: -->
|
|
6
|
+
<!-- Gegenüber GBIC_4 gab es Anpassungen - die hybride Adressbelegung wurde eingeführt und als Verbesserung der Syntaxprüfung bei Betragsangaben die Währung Euro wieder vorgegeben -->
|
|
7
|
+
<xs:schema xmlns="urn:iso:std:iso:20022:tech:xsd:pain.008.001.08" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:iso:std:iso:20022:tech:xsd:pain.008.001.08" elementFormDefault="qualified">
|
|
8
|
+
<xs:element name="Document" type="Document_SDD"/>
|
|
9
|
+
<xs:complexType name="AccountIdentification4Choice">
|
|
10
|
+
<xs:annotation>
|
|
11
|
+
<xs:documentation source="Name" xml:lang="EN">Account Identification 4Choice</xs:documentation>
|
|
12
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies the unique identification of an account as assigned by the account servicer.</xs:documentation>
|
|
13
|
+
</xs:annotation>
|
|
14
|
+
<xs:choice>
|
|
15
|
+
<xs:element name="IBAN" type="IBAN2007Identifier">
|
|
16
|
+
<xs:annotation>
|
|
17
|
+
<xs:documentation source="Name" xml:lang="EN">IBAN</xs:documentation>
|
|
18
|
+
<xs:documentation source="Definition" xml:lang="EN">International Bank Account Number (IBAN) - identifier used internationally by financial institutions to uniquely identify the account of a customer. Further specifications of the format and content of the IBAN can be found in the standard ISO 13616 "Banking and related financial services - International Bank Account Number (IBAN)" version 1997-10-01, or later revisions.</xs:documentation>
|
|
19
|
+
</xs:annotation>
|
|
20
|
+
</xs:element>
|
|
21
|
+
<xs:element name="Othr" type="GenericAccountIdentification1">
|
|
22
|
+
<xs:annotation>
|
|
23
|
+
<xs:documentation source="Name" xml:lang="EN">Other</xs:documentation>
|
|
24
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique identification of an account, as assigned by the account servicer, using an identification scheme.</xs:documentation>
|
|
25
|
+
</xs:annotation>
|
|
26
|
+
</xs:element>
|
|
27
|
+
</xs:choice>
|
|
28
|
+
</xs:complexType>
|
|
29
|
+
<xs:complexType name="AccountIdentification4Choice_SDD">
|
|
30
|
+
<xs:complexContent>
|
|
31
|
+
<xs:restriction base="AccountIdentification4Choice">
|
|
32
|
+
<xs:choice>
|
|
33
|
+
<xs:element name="IBAN" type="IBAN2007Identifier"/>
|
|
34
|
+
</xs:choice>
|
|
35
|
+
</xs:restriction>
|
|
36
|
+
</xs:complexContent>
|
|
37
|
+
</xs:complexType>
|
|
38
|
+
<xs:complexType name="ActiveOrHistoricCurrencyAndAmount">
|
|
39
|
+
<xs:annotation>
|
|
40
|
+
<xs:documentation source="Name" xml:lang="EN">Active Or Historic Currency And Amount</xs:documentation>
|
|
41
|
+
<xs:documentation source="Definition" xml:lang="EN">A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.</xs:documentation>
|
|
42
|
+
</xs:annotation>
|
|
43
|
+
<xs:simpleContent>
|
|
44
|
+
<xs:extension base="ActiveOrHistoricCurrencyAndAmount_SimpleType">
|
|
45
|
+
<xs:attribute name="Ccy" type="ActiveOrHistoricCurrencyCode" use="required">
|
|
46
|
+
<xs:annotation>
|
|
47
|
+
<xs:documentation source="Name" xml:lang="EN">Currency</xs:documentation>
|
|
48
|
+
<xs:documentation source="Definition" xml:lang="EN">A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".</xs:documentation>
|
|
49
|
+
</xs:annotation>
|
|
50
|
+
</xs:attribute>
|
|
51
|
+
</xs:extension>
|
|
52
|
+
</xs:simpleContent>
|
|
53
|
+
</xs:complexType>
|
|
54
|
+
<xs:complexType name="ActiveOrHistoricCurrencyAndAmount_SDD">
|
|
55
|
+
<xs:simpleContent>
|
|
56
|
+
<xs:restriction base="ActiveOrHistoricCurrencyAndAmount">
|
|
57
|
+
<xs:maxInclusive value="999999999.99"/>
|
|
58
|
+
<xs:minInclusive value="0.01"/>
|
|
59
|
+
<xs:fractionDigits value="2"/>
|
|
60
|
+
<xs:attribute name="Ccy" type="ActiveOrHistoricCurrencyCode_SDD" use="required"/>
|
|
61
|
+
</xs:restriction>
|
|
62
|
+
</xs:simpleContent>
|
|
63
|
+
</xs:complexType>
|
|
64
|
+
<xs:simpleType name="ActiveOrHistoricCurrencyAndAmount_SimpleType">
|
|
65
|
+
<xs:annotation>
|
|
66
|
+
<xs:documentation source="Name" xml:lang="EN">Active Or Historic Currency And Amount _Simple Type</xs:documentation>
|
|
67
|
+
<xs:documentation source="Definition" xml:lang="EN">A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.</xs:documentation>
|
|
68
|
+
</xs:annotation>
|
|
69
|
+
<xs:restriction base="xs:decimal">
|
|
70
|
+
<xs:minInclusive value="0"/>
|
|
71
|
+
<xs:totalDigits value="18"/>
|
|
72
|
+
<xs:fractionDigits value="5"/>
|
|
73
|
+
</xs:restriction>
|
|
74
|
+
</xs:simpleType>
|
|
75
|
+
<xs:simpleType name="ActiveOrHistoricCurrencyCode">
|
|
76
|
+
<xs:annotation>
|
|
77
|
+
<xs:documentation source="Name" xml:lang="EN">Active Or Historic Currency Code</xs:documentation>
|
|
78
|
+
<xs:documentation source="Definition" xml:lang="EN">A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".</xs:documentation>
|
|
79
|
+
</xs:annotation>
|
|
80
|
+
<xs:restriction base="xs:string">
|
|
81
|
+
<xs:pattern value="[A-Z]{3,3}"/>
|
|
82
|
+
</xs:restriction>
|
|
83
|
+
</xs:simpleType>
|
|
84
|
+
<xs:simpleType name="ActiveOrHistoricCurrencyCode_SDD">
|
|
85
|
+
<xs:restriction base="ActiveOrHistoricCurrencyCode">
|
|
86
|
+
<xs:pattern value="[A-Z]{3,3}"/>
|
|
87
|
+
<xs:enumeration value="EUR">
|
|
88
|
+
<xs:annotation>
|
|
89
|
+
<xs:documentation source="Name" xml:lang="EN">Euro</xs:documentation>
|
|
90
|
+
</xs:annotation>
|
|
91
|
+
</xs:enumeration>
|
|
92
|
+
</xs:restriction>
|
|
93
|
+
</xs:simpleType>
|
|
94
|
+
<xs:complexType name="AmendmentInformationDetails13">
|
|
95
|
+
<xs:annotation>
|
|
96
|
+
<xs:documentation source="Name" xml:lang="EN">Amendment Information Details 13</xs:documentation>
|
|
97
|
+
<xs:documentation source="Definition" xml:lang="EN">Provides further details on the list of direct debit mandate elements that have been modified when the amendment indicator has been set.</xs:documentation>
|
|
98
|
+
</xs:annotation>
|
|
99
|
+
<xs:sequence>
|
|
100
|
+
<xs:element name="OrgnlMndtId" type="Max35Text" minOccurs="0">
|
|
101
|
+
<xs:annotation>
|
|
102
|
+
<xs:documentation source="Name" xml:lang="EN">Original Mandate Identification</xs:documentation>
|
|
103
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique identification, as assigned by the creditor, to unambiguously identify the original mandate.</xs:documentation>
|
|
104
|
+
</xs:annotation>
|
|
105
|
+
</xs:element>
|
|
106
|
+
<xs:element name="OrgnlCdtrSchmeId" type="PartyIdentification135" minOccurs="0">
|
|
107
|
+
<xs:annotation>
|
|
108
|
+
<xs:documentation source="Name" xml:lang="EN">Original Creditor Scheme Identification</xs:documentation>
|
|
109
|
+
<xs:documentation source="Definition" xml:lang="EN">Original creditor scheme identification that has been modified.</xs:documentation>
|
|
110
|
+
</xs:annotation>
|
|
111
|
+
</xs:element>
|
|
112
|
+
<xs:element name="OrgnlDbtrAcct" type="CashAccount38" minOccurs="0">
|
|
113
|
+
<xs:annotation>
|
|
114
|
+
<xs:documentation source="Name" xml:lang="EN">Original Debtor Account</xs:documentation>
|
|
115
|
+
<xs:documentation source="Definition" xml:lang="EN">Original debtor account that has been modified.</xs:documentation>
|
|
116
|
+
</xs:annotation>
|
|
117
|
+
</xs:element>
|
|
118
|
+
<xs:element name="OrgnlDbtrAgt" type="BranchAndFinancialInstitutionIdentification6" minOccurs="0">
|
|
119
|
+
<xs:annotation>
|
|
120
|
+
<xs:documentation source="Name" xml:lang="EN">Original Debtor Agent</xs:documentation>
|
|
121
|
+
<xs:documentation source="Definition" xml:lang="EN">Original debtor agent that has been modified.</xs:documentation>
|
|
122
|
+
</xs:annotation>
|
|
123
|
+
</xs:element>
|
|
124
|
+
</xs:sequence>
|
|
125
|
+
</xs:complexType>
|
|
126
|
+
<xs:complexType name="AmendmentInformationDetails13_SDD">
|
|
127
|
+
<xs:complexContent>
|
|
128
|
+
<xs:restriction base="AmendmentInformationDetails13">
|
|
129
|
+
<xs:sequence>
|
|
130
|
+
<xs:element name="OrgnlMndtId" minOccurs="0">
|
|
131
|
+
<xs:annotation>
|
|
132
|
+
<xs:documentation source="Yellow Field"/>
|
|
133
|
+
<xs:documentation source="Rulebook">AT-M005 The Unique Mandate Reference as given by the Original Creditor who issued the Mandate.</xs:documentation>
|
|
134
|
+
<xs:documentation source="Usage Rule">Mandatory if changes occur in ‘Mandate Identification’, otherwise not to be used.</xs:documentation>
|
|
135
|
+
</xs:annotation>
|
|
136
|
+
<xs:simpleType>
|
|
137
|
+
<xs:restriction base="Max35Text">
|
|
138
|
+
<xs:pattern value="([A-Za-z0-9]|[\+|\?|/|\-|:|\(|\)|\.|,|'| ]){1,35}"/>
|
|
139
|
+
</xs:restriction>
|
|
140
|
+
</xs:simpleType>
|
|
141
|
+
</xs:element>
|
|
142
|
+
<xs:element name="OrgnlCdtrSchmeId" type="PartyIdentification135_SDD_5" minOccurs="0">
|
|
143
|
+
<xs:annotation>
|
|
144
|
+
<xs:documentation source="Yellow Field"/>
|
|
145
|
+
<xs:documentation source="Usage Rule">Mandatory if changes occur in ‘Creditor Scheme Identification’ and or ‘Name’, otherwise not to be used.</xs:documentation>
|
|
146
|
+
</xs:annotation>
|
|
147
|
+
</xs:element>
|
|
148
|
+
<xs:element name="OrgnlDbtrAcct" type="CashAccount38_SDD_2" minOccurs="0">
|
|
149
|
+
<xs:annotation>
|
|
150
|
+
<xs:documentation source="Yellow Field"/>
|
|
151
|
+
<xs:documentation source="Usage Rule">To use ‘Identification’ under ‘Other’ under ‘Identification’ with code "SMNDA" (Same Mandate with a New Debtor Account) to indicate same mandate with new Debtor Account. Or</xs:documentation>
|
|
152
|
+
<xs:documentation source="Usage Rule">In case of an account change within the same PSP, IBAN is allowed.</xs:documentation>
|
|
153
|
+
</xs:annotation>
|
|
154
|
+
</xs:element>
|
|
155
|
+
<xs:element name="OrgnlDbtrAgt" type="BranchAndFinancialInstitutionIdentification6" minOccurs="0">
|
|
156
|
+
<xs:annotation>
|
|
157
|
+
<xs:documentation source="Yellow Field"/>
|
|
158
|
+
<xs:documentation source="Usage Rule">Not to be used if element 'Original Debtor Account' is populated with "SMNDA" (Same Mandate with a New Debtor Account).</xs:documentation>
|
|
159
|
+
</xs:annotation>
|
|
160
|
+
</xs:element>
|
|
161
|
+
</xs:sequence>
|
|
162
|
+
</xs:restriction>
|
|
163
|
+
</xs:complexContent>
|
|
164
|
+
</xs:complexType>
|
|
165
|
+
<xs:simpleType name="AnyBICDec2014Identifier">
|
|
166
|
+
<xs:annotation>
|
|
167
|
+
<xs:documentation source="Name" xml:lang="EN">Any BICDec 2014Identifier</xs:documentation>
|
|
168
|
+
<xs:documentation source="Definition" xml:lang="EN">Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".</xs:documentation>
|
|
169
|
+
</xs:annotation>
|
|
170
|
+
<xs:restriction base="xs:string">
|
|
171
|
+
<xs:pattern value="[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}"/>
|
|
172
|
+
</xs:restriction>
|
|
173
|
+
</xs:simpleType>
|
|
174
|
+
<xs:simpleType name="BatchBookingIndicator">
|
|
175
|
+
<xs:annotation>
|
|
176
|
+
<xs:documentation source="Name" xml:lang="EN">Batch Booking Indicator</xs:documentation>
|
|
177
|
+
<xs:documentation source="Definition" xml:lang="EN">Identifies whether the sending party requests a single debit or credit entry per individual transaction or a batch entry for the sum of the amounts of all transactions.</xs:documentation>
|
|
178
|
+
</xs:annotation>
|
|
179
|
+
<xs:restriction base="xs:boolean"/>
|
|
180
|
+
</xs:simpleType>
|
|
181
|
+
<xs:simpleType name="BICFIDec2014Identifier">
|
|
182
|
+
<xs:annotation>
|
|
183
|
+
<xs:documentation source="Name" xml:lang="EN">BICFIDec 2014Identifier</xs:documentation>
|
|
184
|
+
<xs:documentation source="Definition" xml:lang="EN">Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".</xs:documentation>
|
|
185
|
+
</xs:annotation>
|
|
186
|
+
<xs:restriction base="xs:string">
|
|
187
|
+
<xs:pattern value="[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}"/>
|
|
188
|
+
</xs:restriction>
|
|
189
|
+
</xs:simpleType>
|
|
190
|
+
<xs:complexType name="BranchAndFinancialInstitutionIdentification6">
|
|
191
|
+
<xs:annotation>
|
|
192
|
+
<xs:documentation source="Name" xml:lang="EN">Branch And Financial Institution Identification 6</xs:documentation>
|
|
193
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous identification of a financial institution or a branch of a financial institution.</xs:documentation>
|
|
194
|
+
</xs:annotation>
|
|
195
|
+
<xs:sequence>
|
|
196
|
+
<xs:element name="FinInstnId" type="FinancialInstitutionIdentification18">
|
|
197
|
+
<xs:annotation>
|
|
198
|
+
<xs:documentation source="Name" xml:lang="EN">Financial Institution Identification</xs:documentation>
|
|
199
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous identification of a financial institution, as assigned under an internationally recognised or proprietary identification scheme.</xs:documentation>
|
|
200
|
+
</xs:annotation>
|
|
201
|
+
</xs:element>
|
|
202
|
+
</xs:sequence>
|
|
203
|
+
</xs:complexType>
|
|
204
|
+
<xs:complexType name="BranchAndFinancialInstitutionIdentification6_SDD">
|
|
205
|
+
<xs:complexContent>
|
|
206
|
+
<xs:restriction base="BranchAndFinancialInstitutionIdentification6">
|
|
207
|
+
<xs:sequence>
|
|
208
|
+
<xs:element name="FinInstnId" type="FinancialInstitutionIdentification18_SDD">
|
|
209
|
+
<xs:annotation>
|
|
210
|
+
<xs:documentation source="Yellow Field">GBIC: Choice elements are defined mandatory, because SEPA rule is: Either BICFI or ‘Other/Identification’ must be
|
|
211
|
+
used.</xs:documentation>
|
|
212
|
+
<xs:documentation source="Usage Rule">Either 'BICFI' or ‘Other/Identification’ must be used.</xs:documentation>
|
|
213
|
+
</xs:annotation>
|
|
214
|
+
</xs:element>
|
|
215
|
+
</xs:sequence>
|
|
216
|
+
</xs:restriction>
|
|
217
|
+
</xs:complexContent>
|
|
218
|
+
</xs:complexType>
|
|
219
|
+
<xs:complexType name="BranchAndFinancialInstitutionIdentification6_SDD_2">
|
|
220
|
+
<xs:complexContent>
|
|
221
|
+
<xs:restriction base="BranchAndFinancialInstitutionIdentification6">
|
|
222
|
+
<xs:sequence>
|
|
223
|
+
<xs:element name="FinInstnId" type="FinancialInstitutionIdentification18_SDD_2">
|
|
224
|
+
<xs:annotation>
|
|
225
|
+
<xs:documentation source="Yellow Field">GBIC: Choice elements are defined mandatory, because SEPA rule is: Either BICFI or ‘Other/Identification’ must be
|
|
226
|
+
used.</xs:documentation>
|
|
227
|
+
<xs:documentation source="Usage Rule">Either 'BICFI' or ‘Other/Identification’ must be used.</xs:documentation>
|
|
228
|
+
</xs:annotation>
|
|
229
|
+
</xs:element>
|
|
230
|
+
</xs:sequence>
|
|
231
|
+
</xs:restriction>
|
|
232
|
+
</xs:complexContent>
|
|
233
|
+
</xs:complexType>
|
|
234
|
+
<xs:complexType name="CashAccount38">
|
|
235
|
+
<xs:annotation>
|
|
236
|
+
<xs:documentation source="Name" xml:lang="EN">Cash Account 38</xs:documentation>
|
|
237
|
+
<xs:documentation source="Definition" xml:lang="EN">Provides the details to identify an account.</xs:documentation>
|
|
238
|
+
</xs:annotation>
|
|
239
|
+
<xs:sequence>
|
|
240
|
+
<xs:element name="Id" type="AccountIdentification4Choice">
|
|
241
|
+
<xs:annotation>
|
|
242
|
+
<xs:documentation source="Name" xml:lang="EN">Identification</xs:documentation>
|
|
243
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous identification for the account between the account owner and the account servicer.</xs:documentation>
|
|
244
|
+
</xs:annotation>
|
|
245
|
+
</xs:element>
|
|
246
|
+
<xs:element name="Ccy" type="ActiveOrHistoricCurrencyCode" minOccurs="0">
|
|
247
|
+
<xs:annotation>
|
|
248
|
+
<xs:documentation source="Name" xml:lang="EN">Currency</xs:documentation>
|
|
249
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
250
|
+
Identification of the currency in which the account is held.
|
|
251
|
+
|
|
252
|
+
Usage: Currency should only be used in case one and the same account number covers several currencies
|
|
253
|
+
and the initiating party needs to identify which currency needs to be used for settlement on the account.
|
|
254
|
+
</xs:documentation>
|
|
255
|
+
</xs:annotation>
|
|
256
|
+
</xs:element>
|
|
257
|
+
</xs:sequence>
|
|
258
|
+
</xs:complexType>
|
|
259
|
+
<xs:complexType name="CashAccount38_SDD">
|
|
260
|
+
<xs:complexContent>
|
|
261
|
+
<xs:restriction base="CashAccount38">
|
|
262
|
+
<xs:sequence>
|
|
263
|
+
<xs:element name="Id" type="AccountIdentification4Choice_SDD">
|
|
264
|
+
<xs:annotation>
|
|
265
|
+
<xs:documentation source="Yellow Field"/>
|
|
266
|
+
<xs:documentation source="Usage Rule">Only IBAN is allowed.</xs:documentation>
|
|
267
|
+
</xs:annotation>
|
|
268
|
+
</xs:element>
|
|
269
|
+
<xs:element name="Ccy" type="ActiveOrHistoricCurrencyCode" minOccurs="0">
|
|
270
|
+
<xs:annotation>
|
|
271
|
+
<xs:documentation source="Yellow Field"/>
|
|
272
|
+
</xs:annotation>
|
|
273
|
+
</xs:element>
|
|
274
|
+
</xs:sequence>
|
|
275
|
+
</xs:restriction>
|
|
276
|
+
</xs:complexContent>
|
|
277
|
+
</xs:complexType>
|
|
278
|
+
<xs:complexType name="CashAccount38_SDD_2">
|
|
279
|
+
<xs:complexContent>
|
|
280
|
+
<xs:restriction base="CashAccount38">
|
|
281
|
+
<xs:sequence>
|
|
282
|
+
<xs:element name="Id" type="AccountIdentification4Choice"/>
|
|
283
|
+
</xs:sequence>
|
|
284
|
+
</xs:restriction>
|
|
285
|
+
</xs:complexContent>
|
|
286
|
+
</xs:complexType>
|
|
287
|
+
<xs:complexType name="CashAccount38_SDD_3">
|
|
288
|
+
<xs:complexContent>
|
|
289
|
+
<xs:restriction base="CashAccount38">
|
|
290
|
+
<xs:sequence>
|
|
291
|
+
<xs:element name="Id" type="AccountIdentification4Choice_SDD"/>
|
|
292
|
+
</xs:sequence>
|
|
293
|
+
</xs:restriction>
|
|
294
|
+
</xs:complexContent>
|
|
295
|
+
</xs:complexType>
|
|
296
|
+
<xs:complexType name="CategoryPurpose1Choice">
|
|
297
|
+
<xs:annotation>
|
|
298
|
+
<xs:documentation source="Name" xml:lang="EN">Category Purpose 1Choice</xs:documentation>
|
|
299
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
300
|
+
Specifies the high level purpose of the instruction based on a set of pre-defined categories.
|
|
301
|
+
Usage: This is used by the initiating party to provide information concerning the processing of the payment. It is likely to trigger special processing by any of the agents involved in the payment chain.
|
|
302
|
+
</xs:documentation>
|
|
303
|
+
</xs:annotation>
|
|
304
|
+
<xs:choice>
|
|
305
|
+
<xs:element name="Cd" type="ExternalCategoryPurpose1Code">
|
|
306
|
+
<xs:annotation>
|
|
307
|
+
<xs:documentation source="Name" xml:lang="EN">Code</xs:documentation>
|
|
308
|
+
<xs:documentation source="Definition" xml:lang="EN">Category purpose, as published in an external category purpose code list.</xs:documentation>
|
|
309
|
+
</xs:annotation>
|
|
310
|
+
</xs:element>
|
|
311
|
+
<xs:element name="Prtry" type="Max35Text">
|
|
312
|
+
<xs:annotation>
|
|
313
|
+
<xs:documentation source="Name" xml:lang="EN">Proprietary</xs:documentation>
|
|
314
|
+
<xs:documentation source="Definition" xml:lang="EN">Category purpose, in a proprietary form.</xs:documentation>
|
|
315
|
+
</xs:annotation>
|
|
316
|
+
</xs:element>
|
|
317
|
+
</xs:choice>
|
|
318
|
+
</xs:complexType>
|
|
319
|
+
<xs:complexType name="CategoryPurpose1Choice_SDD">
|
|
320
|
+
<xs:complexContent>
|
|
321
|
+
<xs:restriction base="CategoryPurpose1Choice">
|
|
322
|
+
<xs:choice>
|
|
323
|
+
<xs:element name="Cd" type="ExternalCategoryPurpose1Code">
|
|
324
|
+
<xs:annotation>
|
|
325
|
+
<xs:documentation source="Yellow Field"/>
|
|
326
|
+
</xs:annotation>
|
|
327
|
+
</xs:element>
|
|
328
|
+
<xs:element name="Prtry" type="Max35Text">
|
|
329
|
+
<xs:annotation>
|
|
330
|
+
<xs:documentation source="Yellow Field"/>
|
|
331
|
+
</xs:annotation>
|
|
332
|
+
</xs:element>
|
|
333
|
+
</xs:choice>
|
|
334
|
+
</xs:restriction>
|
|
335
|
+
</xs:complexContent>
|
|
336
|
+
</xs:complexType>
|
|
337
|
+
<xs:simpleType name="ChargeBearerType1Code">
|
|
338
|
+
<xs:annotation>
|
|
339
|
+
<xs:documentation source="Name" xml:lang="EN">Charge Bearer Type 1Code</xs:documentation>
|
|
340
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies which party(ies) will pay charges due for processing of the instruction.</xs:documentation>
|
|
341
|
+
</xs:annotation>
|
|
342
|
+
<xs:restriction base="xs:string">
|
|
343
|
+
<xs:enumeration value="SLEV">
|
|
344
|
+
<xs:annotation>
|
|
345
|
+
<xs:documentation source="Name" xml:lang="EN">FollowingServiceLevel</xs:documentation>
|
|
346
|
+
<xs:documentation source="Definition" xml:lang="EN">Charges are to be applied following the rules agreed in the service level and/or scheme.</xs:documentation>
|
|
347
|
+
</xs:annotation>
|
|
348
|
+
</xs:enumeration>
|
|
349
|
+
</xs:restriction>
|
|
350
|
+
</xs:simpleType>
|
|
351
|
+
<xs:simpleType name="CountryCode">
|
|
352
|
+
<xs:annotation>
|
|
353
|
+
<xs:documentation source="Name" xml:lang="EN">Country Code</xs:documentation>
|
|
354
|
+
<xs:documentation source="Definition" xml:lang="EN">Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).</xs:documentation>
|
|
355
|
+
</xs:annotation>
|
|
356
|
+
<xs:restriction base="xs:string">
|
|
357
|
+
<xs:pattern value="[A-Z]{2,2}"/>
|
|
358
|
+
</xs:restriction>
|
|
359
|
+
</xs:simpleType>
|
|
360
|
+
<xs:complexType name="CreditorReferenceInformation2">
|
|
361
|
+
<xs:annotation>
|
|
362
|
+
<xs:documentation source="Name" xml:lang="EN">Creditor Reference Information 2</xs:documentation>
|
|
363
|
+
<xs:documentation source="Definition" xml:lang="EN">Reference information provided by the creditor to allow the identification of the underlying documents.</xs:documentation>
|
|
364
|
+
</xs:annotation>
|
|
365
|
+
<xs:sequence>
|
|
366
|
+
<xs:element name="Tp" type="CreditorReferenceType2" minOccurs="0">
|
|
367
|
+
<xs:annotation>
|
|
368
|
+
<xs:documentation source="Name" xml:lang="EN">Type</xs:documentation>
|
|
369
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies the type of creditor reference.</xs:documentation>
|
|
370
|
+
</xs:annotation>
|
|
371
|
+
</xs:element>
|
|
372
|
+
<xs:element name="Ref" type="Max35Text" minOccurs="0">
|
|
373
|
+
<xs:annotation>
|
|
374
|
+
<xs:documentation source="Name" xml:lang="EN">Reference</xs:documentation>
|
|
375
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
376
|
+
Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.
|
|
377
|
+
|
|
378
|
+
Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.
|
|
379
|
+
|
|
380
|
+
If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.
|
|
381
|
+
</xs:documentation>
|
|
382
|
+
</xs:annotation>
|
|
383
|
+
</xs:element>
|
|
384
|
+
</xs:sequence>
|
|
385
|
+
</xs:complexType>
|
|
386
|
+
<xs:complexType name="CreditorReferenceInformation2_SDD">
|
|
387
|
+
<xs:complexContent>
|
|
388
|
+
<xs:restriction base="CreditorReferenceInformation2">
|
|
389
|
+
<xs:sequence>
|
|
390
|
+
<xs:element name="Tp" type="CreditorReferenceType2_SDD">
|
|
391
|
+
<xs:annotation>
|
|
392
|
+
<xs:documentation source="Yellow Field"/>
|
|
393
|
+
<xs:documentation source="Usage Rule">Mandatory if 'Creditor Reference Information' is used.</xs:documentation>
|
|
394
|
+
</xs:annotation>
|
|
395
|
+
</xs:element>
|
|
396
|
+
<xs:element name="Ref" type="Max35Text">
|
|
397
|
+
<xs:annotation>
|
|
398
|
+
<xs:documentation source="Yellow Field"/>
|
|
399
|
+
<xs:documentation source="Usage Rule">Mandatory if 'Creditor Reference Information' is used.</xs:documentation>
|
|
400
|
+
<xs:documentation source="Usage Rule">If ‘Creditor’ Reference contains a check digit, the receiving PSP is not required to validate this.</xs:documentation>
|
|
401
|
+
<xs:documentation source="Usage Rule">If the receiving PSP validates the check digit and if this validation fails, the PSP may continue its processing and send the transaction to the next party in the chain.</xs:documentation>
|
|
402
|
+
<xs:documentation source="Usage Rule">RF Creditor Reference may be used (ISO 11649).</xs:documentation>
|
|
403
|
+
</xs:annotation>
|
|
404
|
+
</xs:element>
|
|
405
|
+
</xs:sequence>
|
|
406
|
+
</xs:restriction>
|
|
407
|
+
</xs:complexContent>
|
|
408
|
+
</xs:complexType>
|
|
409
|
+
<xs:complexType name="CreditorReferenceType1Choice">
|
|
410
|
+
<xs:annotation>
|
|
411
|
+
<xs:documentation source="Name" xml:lang="EN">Creditor Reference Type 1Choice</xs:documentation>
|
|
412
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies the type of document referred by the creditor.</xs:documentation>
|
|
413
|
+
</xs:annotation>
|
|
414
|
+
<xs:choice>
|
|
415
|
+
<xs:element name="Cd" type="DocumentType3Code">
|
|
416
|
+
<xs:annotation>
|
|
417
|
+
<xs:documentation source="Name" xml:lang="EN">Code</xs:documentation>
|
|
418
|
+
<xs:documentation source="Definition" xml:lang="EN">Type of creditor reference, in a coded form.</xs:documentation>
|
|
419
|
+
</xs:annotation>
|
|
420
|
+
</xs:element>
|
|
421
|
+
</xs:choice>
|
|
422
|
+
</xs:complexType>
|
|
423
|
+
<xs:complexType name="CreditorReferenceType1Choice_SDD">
|
|
424
|
+
<xs:complexContent>
|
|
425
|
+
<xs:restriction base="CreditorReferenceType1Choice">
|
|
426
|
+
<xs:choice>
|
|
427
|
+
<xs:element name="Cd" type="DocumentType3Code">
|
|
428
|
+
<xs:annotation>
|
|
429
|
+
<xs:documentation source="Yellow Field"/>
|
|
430
|
+
<xs:documentation source="Usage Rule">Only "SCOR" is allowed.</xs:documentation>
|
|
431
|
+
</xs:annotation>
|
|
432
|
+
</xs:element>
|
|
433
|
+
</xs:choice>
|
|
434
|
+
</xs:restriction>
|
|
435
|
+
</xs:complexContent>
|
|
436
|
+
</xs:complexType>
|
|
437
|
+
<xs:complexType name="CreditorReferenceType2">
|
|
438
|
+
<xs:annotation>
|
|
439
|
+
<xs:documentation source="Name" xml:lang="EN">Creditor Reference Type 2</xs:documentation>
|
|
440
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies the type of creditor reference.</xs:documentation>
|
|
441
|
+
</xs:annotation>
|
|
442
|
+
<xs:sequence>
|
|
443
|
+
<xs:element name="CdOrPrtry" type="CreditorReferenceType1Choice">
|
|
444
|
+
<xs:annotation>
|
|
445
|
+
<xs:documentation source="Name" xml:lang="EN">Code Or Proprietary</xs:documentation>
|
|
446
|
+
<xs:documentation source="Definition" xml:lang="EN">Coded or proprietary format creditor reference type.</xs:documentation>
|
|
447
|
+
</xs:annotation>
|
|
448
|
+
</xs:element>
|
|
449
|
+
<xs:element name="Issr" type="Max35Text" minOccurs="0">
|
|
450
|
+
<xs:annotation>
|
|
451
|
+
<xs:documentation source="Name" xml:lang="EN">Issuer</xs:documentation>
|
|
452
|
+
<xs:documentation source="Definition" xml:lang="EN">Entity that assigns the credit reference type.</xs:documentation>
|
|
453
|
+
</xs:annotation>
|
|
454
|
+
</xs:element>
|
|
455
|
+
</xs:sequence>
|
|
456
|
+
</xs:complexType>
|
|
457
|
+
<xs:complexType name="CreditorReferenceType2_SDD">
|
|
458
|
+
<xs:complexContent>
|
|
459
|
+
<xs:restriction base="CreditorReferenceType2">
|
|
460
|
+
<xs:sequence>
|
|
461
|
+
<xs:element name="CdOrPrtry" type="CreditorReferenceType1Choice_SDD">
|
|
462
|
+
<xs:annotation>
|
|
463
|
+
<xs:documentation source="Yellow Field"/>
|
|
464
|
+
</xs:annotation>
|
|
465
|
+
</xs:element>
|
|
466
|
+
<xs:element name="Issr" type="Max35Text" minOccurs="0">
|
|
467
|
+
<xs:annotation>
|
|
468
|
+
<xs:documentation source="Yellow Field"/>
|
|
469
|
+
</xs:annotation>
|
|
470
|
+
</xs:element>
|
|
471
|
+
</xs:sequence>
|
|
472
|
+
</xs:restriction>
|
|
473
|
+
</xs:complexContent>
|
|
474
|
+
</xs:complexType>
|
|
475
|
+
<xs:complexType name="CustomerDirectDebitInitiationV08">
|
|
476
|
+
<xs:annotation>
|
|
477
|
+
<xs:documentation source="Name" xml:lang="EN">Customer Direct Debit Initiation V08</xs:documentation>
|
|
478
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
479
|
+
Scope
|
|
480
|
+
The CustomerDirectDebitInitiation message is sent by the initiating party to the forwarding agent or creditor agent. It is used to request single or bulk collection(s) of funds from one or various debtor's account(s) for a creditor.
|
|
481
|
+
Usage
|
|
482
|
+
The CustomerDirectDebitInitiation message can contain one or more direct debit instructions.
|
|
483
|
+
The message can be used in a direct or a relay scenario:
|
|
484
|
+
- In a direct scenario, the message is sent directly to the creditor agent. The creditor agent is the account servicer of the creditor.
|
|
485
|
+
- In a relay scenario, the message is sent to a forwarding agent. The forwarding agent acts as a concentrating financial institution. It will forward the CustomerDirectDebitInitiation message to the creditor agent.
|
|
486
|
+
The message can also be used by an initiating party that has authority to send the message on behalf of the creditor. This caters for example for the scenario of a payments factory initiating all payments on behalf of a large corporate.
|
|
487
|
+
The CustomerDirectDebitInitiation message can be used in domestic and cross-border scenarios.
|
|
488
|
+
The CustomerDirectDebitInitiation may or may not contain mandate related information, i.e. extracts from a mandate, such as MandateIdentification or DateOfSignature. The CustomerDirectDebitInitiation message must not be considered as a mandate.
|
|
489
|
+
The CustomerDirectDebitInitiation message must not be used by the creditor agent to execute the direct debit instruction(s). The FIToFICustomerDirectDebit message must be used instead.
|
|
490
|
+
</xs:documentation>
|
|
491
|
+
</xs:annotation>
|
|
492
|
+
<xs:sequence>
|
|
493
|
+
<xs:element name="GrpHdr" type="GroupHeader83">
|
|
494
|
+
<xs:annotation>
|
|
495
|
+
<xs:documentation source="Name" xml:lang="EN">Group Header</xs:documentation>
|
|
496
|
+
<xs:documentation source="Definition" xml:lang="EN">Set of characteristics shared by all individual transactions included in the message.</xs:documentation>
|
|
497
|
+
</xs:annotation>
|
|
498
|
+
</xs:element>
|
|
499
|
+
<xs:element name="PmtInf" type="PaymentInstruction29" maxOccurs="unbounded">
|
|
500
|
+
<xs:annotation>
|
|
501
|
+
<xs:documentation source="Name" xml:lang="EN">Payment Information</xs:documentation>
|
|
502
|
+
<xs:documentation source="Definition" xml:lang="EN">Set of characteristics that apply to the credit side of the payment transactions included in the direct debit transaction initiation.</xs:documentation>
|
|
503
|
+
</xs:annotation>
|
|
504
|
+
</xs:element>
|
|
505
|
+
</xs:sequence>
|
|
506
|
+
</xs:complexType>
|
|
507
|
+
<xs:complexType name="CustomerDirectDebitInitiationV08_SDD">
|
|
508
|
+
<xs:complexContent>
|
|
509
|
+
<xs:restriction base="CustomerDirectDebitInitiationV08">
|
|
510
|
+
<xs:sequence>
|
|
511
|
+
<xs:element name="GrpHdr" type="GroupHeader83_SDD">
|
|
512
|
+
<xs:annotation>
|
|
513
|
+
<xs:documentation source="Yellow Field"/>
|
|
514
|
+
</xs:annotation>
|
|
515
|
+
</xs:element>
|
|
516
|
+
<xs:element name="PmtInf" type="PaymentInstruction29_SDD" maxOccurs="unbounded">
|
|
517
|
+
<xs:annotation>
|
|
518
|
+
<xs:documentation source="Yellow Field"/>
|
|
519
|
+
</xs:annotation>
|
|
520
|
+
</xs:element>
|
|
521
|
+
</xs:sequence>
|
|
522
|
+
</xs:restriction>
|
|
523
|
+
</xs:complexContent>
|
|
524
|
+
</xs:complexType>
|
|
525
|
+
<xs:complexType name="DateAndPlaceOfBirth1">
|
|
526
|
+
<xs:annotation>
|
|
527
|
+
<xs:documentation source="Name" xml:lang="EN">Date And Place Of Birth 1</xs:documentation>
|
|
528
|
+
<xs:documentation source="Definition" xml:lang="EN">Date and place of birth of a person.</xs:documentation>
|
|
529
|
+
</xs:annotation>
|
|
530
|
+
<xs:sequence>
|
|
531
|
+
<xs:element name="BirthDt" type="ISODate">
|
|
532
|
+
<xs:annotation>
|
|
533
|
+
<xs:documentation source="Name" xml:lang="EN">Birth Date</xs:documentation>
|
|
534
|
+
<xs:documentation source="Definition" xml:lang="EN">Date on which a person is born.</xs:documentation>
|
|
535
|
+
</xs:annotation>
|
|
536
|
+
</xs:element>
|
|
537
|
+
<xs:element name="PrvcOfBirth" type="Max35Text" minOccurs="0">
|
|
538
|
+
<xs:annotation>
|
|
539
|
+
<xs:documentation source="Name" xml:lang="EN">Province Of Birth</xs:documentation>
|
|
540
|
+
<xs:documentation source="Definition" xml:lang="EN">Province where a person was born.</xs:documentation>
|
|
541
|
+
</xs:annotation>
|
|
542
|
+
</xs:element>
|
|
543
|
+
<xs:element name="CityOfBirth" type="Max35Text">
|
|
544
|
+
<xs:annotation>
|
|
545
|
+
<xs:documentation source="Name" xml:lang="EN">City Of Birth</xs:documentation>
|
|
546
|
+
<xs:documentation source="Definition" xml:lang="EN">City where a person was born.</xs:documentation>
|
|
547
|
+
</xs:annotation>
|
|
548
|
+
</xs:element>
|
|
549
|
+
<xs:element name="CtryOfBirth" type="CountryCode">
|
|
550
|
+
<xs:annotation>
|
|
551
|
+
<xs:documentation source="Name" xml:lang="EN">Country Of Birth</xs:documentation>
|
|
552
|
+
<xs:documentation source="Definition" xml:lang="EN">Country where a person was born.</xs:documentation>
|
|
553
|
+
</xs:annotation>
|
|
554
|
+
</xs:element>
|
|
555
|
+
</xs:sequence>
|
|
556
|
+
</xs:complexType>
|
|
557
|
+
<xs:simpleType name="DecimalNumber">
|
|
558
|
+
<xs:annotation>
|
|
559
|
+
<xs:documentation source="Name" xml:lang="EN">Decimal Number</xs:documentation>
|
|
560
|
+
<xs:documentation source="Definition" xml:lang="EN">Number of objects represented as a decimal number, for example 0.75 or 45.6.</xs:documentation>
|
|
561
|
+
</xs:annotation>
|
|
562
|
+
<xs:restriction base="xs:decimal">
|
|
563
|
+
<xs:totalDigits value="18"/>
|
|
564
|
+
<xs:fractionDigits value="17"/>
|
|
565
|
+
</xs:restriction>
|
|
566
|
+
</xs:simpleType>
|
|
567
|
+
<xs:simpleType name="DecimalNumber_SDD">
|
|
568
|
+
<xs:restriction base="DecimalNumber">
|
|
569
|
+
<xs:totalDigits value="18"/>
|
|
570
|
+
<xs:fractionDigits value="2"/>
|
|
571
|
+
</xs:restriction>
|
|
572
|
+
</xs:simpleType>
|
|
573
|
+
<xs:complexType name="DirectDebitTransaction10">
|
|
574
|
+
<xs:annotation>
|
|
575
|
+
<xs:documentation source="Name" xml:lang="EN">Direct Debit Transaction 10</xs:documentation>
|
|
576
|
+
<xs:documentation source="Definition" xml:lang="EN">Provides further specific details on the direct debit transaction and the related mandate.</xs:documentation>
|
|
577
|
+
</xs:annotation>
|
|
578
|
+
<xs:sequence>
|
|
579
|
+
<xs:element name="MndtRltdInf" type="MandateRelatedInformation14" minOccurs="0">
|
|
580
|
+
<xs:annotation>
|
|
581
|
+
<xs:documentation source="Name" xml:lang="EN">Mandate Related Information</xs:documentation>
|
|
582
|
+
<xs:documentation source="Definition" xml:lang="EN">Provides further details of the direct debit mandate signed between the creditor and the debtor.</xs:documentation>
|
|
583
|
+
</xs:annotation>
|
|
584
|
+
</xs:element>
|
|
585
|
+
<xs:element name="CdtrSchmeId" type="PartyIdentification135" minOccurs="0">
|
|
586
|
+
<xs:annotation>
|
|
587
|
+
<xs:documentation source="Name" xml:lang="EN">Creditor Scheme Identification</xs:documentation>
|
|
588
|
+
<xs:documentation source="Definition" xml:lang="EN">Credit party that signs the mandate.</xs:documentation>
|
|
589
|
+
</xs:annotation>
|
|
590
|
+
</xs:element>
|
|
591
|
+
</xs:sequence>
|
|
592
|
+
</xs:complexType>
|
|
593
|
+
<xs:complexType name="DirectDebitTransaction10_SDD">
|
|
594
|
+
<xs:complexContent>
|
|
595
|
+
<xs:restriction base="DirectDebitTransaction10">
|
|
596
|
+
<xs:sequence>
|
|
597
|
+
<xs:element name="MndtRltdInf" type="MandateRelatedInformation14_SDD">
|
|
598
|
+
<xs:annotation>
|
|
599
|
+
<xs:documentation source="Yellow Field"/>
|
|
600
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
601
|
+
</xs:annotation>
|
|
602
|
+
</xs:element>
|
|
603
|
+
<xs:element name="CdtrSchmeId" type="PartyIdentification135_SDD_6" minOccurs="0">
|
|
604
|
+
<xs:annotation>
|
|
605
|
+
<xs:documentation source="Yellow Field"/>
|
|
606
|
+
<xs:documentation source="Usage Rule">It is recommended that all transactions within the same ‘Payment Information’ block have the same ‘Creditor Scheme Identification’.</xs:documentation>
|
|
607
|
+
<xs:documentation source="Usage Rule">This data element must be present at either ‘Payment Information’ or ‘Direct Debit Transaction’ level.</xs:documentation>
|
|
608
|
+
</xs:annotation>
|
|
609
|
+
</xs:element>
|
|
610
|
+
</xs:sequence>
|
|
611
|
+
</xs:restriction>
|
|
612
|
+
</xs:complexContent>
|
|
613
|
+
</xs:complexType>
|
|
614
|
+
<xs:complexType name="DirectDebitTransactionInformation23">
|
|
615
|
+
<xs:annotation>
|
|
616
|
+
<xs:documentation source="Name" xml:lang="EN">Direct Debit Transaction Information 23</xs:documentation>
|
|
617
|
+
<xs:documentation source="Definition" xml:lang="EN">Provides further details specific to the individual direct debit transaction(s) included in the message.</xs:documentation>
|
|
618
|
+
</xs:annotation>
|
|
619
|
+
<xs:sequence>
|
|
620
|
+
<xs:element name="PmtId" type="PaymentIdentification6">
|
|
621
|
+
<xs:annotation>
|
|
622
|
+
<xs:documentation source="Name" xml:lang="EN">Payment Identification</xs:documentation>
|
|
623
|
+
<xs:documentation source="Definition" xml:lang="EN">Set of elements used to reference a payment instruction.</xs:documentation>
|
|
624
|
+
</xs:annotation>
|
|
625
|
+
</xs:element>
|
|
626
|
+
<xs:element name="PmtTpInf" type="PaymentTypeInformation29" minOccurs="0">
|
|
627
|
+
<xs:annotation>
|
|
628
|
+
<xs:documentation source="Name" xml:lang="EN">Payment Type Information</xs:documentation>
|
|
629
|
+
<xs:documentation source="Definition" xml:lang="EN">Set of elements used to further specify the type of transaction.</xs:documentation>
|
|
630
|
+
</xs:annotation>
|
|
631
|
+
</xs:element>
|
|
632
|
+
<xs:element name="InstdAmt" type="ActiveOrHistoricCurrencyAndAmount">
|
|
633
|
+
<xs:annotation>
|
|
634
|
+
<xs:documentation source="Name" xml:lang="EN">Instructed Amount</xs:documentation>
|
|
635
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
636
|
+
Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
|
|
637
|
+
Usage: This amount has to be transported unchanged through the transaction chain.
|
|
638
|
+
</xs:documentation>
|
|
639
|
+
</xs:annotation>
|
|
640
|
+
</xs:element>
|
|
641
|
+
<xs:element name="ChrgBr" type="ChargeBearerType1Code" minOccurs="0">
|
|
642
|
+
<xs:annotation>
|
|
643
|
+
<xs:documentation source="Name" xml:lang="EN">Charge Bearer</xs:documentation>
|
|
644
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies which party/parties will bear the charges associated with the processing of the payment transaction.</xs:documentation>
|
|
645
|
+
</xs:annotation>
|
|
646
|
+
</xs:element>
|
|
647
|
+
<xs:element name="DrctDbtTx" type="DirectDebitTransaction10" minOccurs="0">
|
|
648
|
+
<xs:annotation>
|
|
649
|
+
<xs:documentation source="Name" xml:lang="EN">Direct Debit Transaction</xs:documentation>
|
|
650
|
+
<xs:documentation source="Definition" xml:lang="EN">Provides information specific to the direct debit mandate.</xs:documentation>
|
|
651
|
+
</xs:annotation>
|
|
652
|
+
</xs:element>
|
|
653
|
+
<xs:element name="UltmtCdtr" type="PartyIdentification135" minOccurs="0">
|
|
654
|
+
<xs:annotation>
|
|
655
|
+
<xs:documentation source="Name" xml:lang="EN">Ultimate Creditor</xs:documentation>
|
|
656
|
+
<xs:documentation source="Definition" xml:lang="EN">Ultimate party to which an amount of money is due.</xs:documentation>
|
|
657
|
+
</xs:annotation>
|
|
658
|
+
</xs:element>
|
|
659
|
+
<xs:element name="DbtrAgt" type="BranchAndFinancialInstitutionIdentification6">
|
|
660
|
+
<xs:annotation>
|
|
661
|
+
<xs:documentation source="Name" xml:lang="EN">Debtor Agent</xs:documentation>
|
|
662
|
+
<xs:documentation source="Definition" xml:lang="EN">Financial institution servicing an account for the debtor.</xs:documentation>
|
|
663
|
+
</xs:annotation>
|
|
664
|
+
</xs:element>
|
|
665
|
+
<xs:element name="Dbtr" type="PartyIdentification135">
|
|
666
|
+
<xs:annotation>
|
|
667
|
+
<xs:documentation source="Name" xml:lang="EN">Debtor</xs:documentation>
|
|
668
|
+
<xs:documentation source="Definition" xml:lang="EN">Party that owes an amount of money to the (ultimate) creditor.</xs:documentation>
|
|
669
|
+
</xs:annotation>
|
|
670
|
+
</xs:element>
|
|
671
|
+
<xs:element name="DbtrAcct" type="CashAccount38">
|
|
672
|
+
<xs:annotation>
|
|
673
|
+
<xs:documentation source="Name" xml:lang="EN">Debtor Account</xs:documentation>
|
|
674
|
+
<xs:documentation source="Definition" xml:lang="EN">Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction.</xs:documentation>
|
|
675
|
+
</xs:annotation>
|
|
676
|
+
</xs:element>
|
|
677
|
+
<xs:element name="UltmtDbtr" type="PartyIdentification135" minOccurs="0">
|
|
678
|
+
<xs:annotation>
|
|
679
|
+
<xs:documentation source="Name" xml:lang="EN">Ultimate Debtor</xs:documentation>
|
|
680
|
+
<xs:documentation source="Definition" xml:lang="EN">Ultimate party that owes an amount of money to the (ultimate) creditor.</xs:documentation>
|
|
681
|
+
</xs:annotation>
|
|
682
|
+
</xs:element>
|
|
683
|
+
<xs:element name="Purp" type="Purpose2Choice" minOccurs="0">
|
|
684
|
+
<xs:annotation>
|
|
685
|
+
<xs:documentation source="Name" xml:lang="EN">Purpose</xs:documentation>
|
|
686
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
687
|
+
Underlying reason for the payment transaction.
|
|
688
|
+
Usage: Purpose is used by the end-customers, that is initiating party, (ultimate) debtor, (ultimate) creditor to provide information concerning the nature of the payment. Purpose is a content element, which is not used for processing by any of the agents involved in the payment chain.
|
|
689
|
+
</xs:documentation>
|
|
690
|
+
</xs:annotation>
|
|
691
|
+
</xs:element>
|
|
692
|
+
<xs:element name="RmtInf" type="RemittanceInformation16" minOccurs="0">
|
|
693
|
+
<xs:annotation>
|
|
694
|
+
<xs:documentation source="Name" xml:lang="EN">Remittance Information</xs:documentation>
|
|
695
|
+
<xs:documentation source="Definition" xml:lang="EN">Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system.</xs:documentation>
|
|
696
|
+
</xs:annotation>
|
|
697
|
+
</xs:element>
|
|
698
|
+
</xs:sequence>
|
|
699
|
+
</xs:complexType>
|
|
700
|
+
<xs:complexType name="DirectDebitTransactionInformation23_SDD">
|
|
701
|
+
<xs:complexContent>
|
|
702
|
+
<xs:restriction base="DirectDebitTransactionInformation23">
|
|
703
|
+
<xs:sequence>
|
|
704
|
+
<xs:element name="PmtId" type="PaymentIdentification6_SDD">
|
|
705
|
+
<xs:annotation>
|
|
706
|
+
<xs:documentation source="Yellow Field"/>
|
|
707
|
+
</xs:annotation>
|
|
708
|
+
</xs:element>
|
|
709
|
+
<xs:element name="PmtTpInf" type="PaymentTypeInformation29_SDD_2" minOccurs="0">
|
|
710
|
+
<xs:annotation>
|
|
711
|
+
<xs:documentation source="Yellow Field"/>
|
|
712
|
+
<xs:documentation source="Usage Rule">‘Payment Type Information’ must be present either here or directly under ‘Payment Information’.</xs:documentation>
|
|
713
|
+
</xs:annotation>
|
|
714
|
+
</xs:element>
|
|
715
|
+
<xs:element name="InstdAmt" type="ActiveOrHistoricCurrencyAndAmount_SDD">
|
|
716
|
+
<xs:annotation>
|
|
717
|
+
<xs:documentation source="Yellow Field"/>
|
|
718
|
+
<xs:documentation source="Rulebook">AT-T002 The Amount of the Collection in Euro.</xs:documentation>
|
|
719
|
+
<xs:documentation source="Usage Rule">Only ‘EUR’ is allowed.</xs:documentation>
|
|
720
|
+
<xs:documentation source="Usage Rule">Amount must be 0.01 or more and 999999999.99 or less.</xs:documentation>
|
|
721
|
+
<xs:documentation source="Format Rule">The fractional part has a maximum of two digits.</xs:documentation>
|
|
722
|
+
</xs:annotation>
|
|
723
|
+
</xs:element>
|
|
724
|
+
<xs:element name="ChrgBr" type="ChargeBearerType1Code" minOccurs="0">
|
|
725
|
+
<xs:annotation>
|
|
726
|
+
<xs:documentation source="Yellow Field"/>
|
|
727
|
+
<xs:documentation source="Usage Rule">Only "SLEV" is allowed.</xs:documentation>
|
|
728
|
+
</xs:annotation>
|
|
729
|
+
</xs:element>
|
|
730
|
+
<xs:element name="DrctDbtTx" type="DirectDebitTransaction10_SDD">
|
|
731
|
+
<xs:annotation>
|
|
732
|
+
<xs:documentation source="Yellow Field"/>
|
|
733
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
734
|
+
</xs:annotation>
|
|
735
|
+
</xs:element>
|
|
736
|
+
<xs:element name="UltmtCdtr" type="PartyIdentification135_SDD_3" minOccurs="0">
|
|
737
|
+
<xs:annotation>
|
|
738
|
+
<xs:documentation source="Yellow Field"/>
|
|
739
|
+
<xs:documentation source="Usage Rule">This data element may be present either at ‘Payment Information’ or at ‘Direct Debit Transaction Information’ level.</xs:documentation>
|
|
740
|
+
</xs:annotation>
|
|
741
|
+
</xs:element>
|
|
742
|
+
<xs:element name="DbtrAgt" type="BranchAndFinancialInstitutionIdentification6_SDD_2">
|
|
743
|
+
<xs:annotation>
|
|
744
|
+
<xs:documentation source="Yellow Field"/>
|
|
745
|
+
</xs:annotation>
|
|
746
|
+
</xs:element>
|
|
747
|
+
<xs:element name="Dbtr" type="PartyIdentification135_SDD_7">
|
|
748
|
+
<xs:annotation>
|
|
749
|
+
<xs:documentation source="Yellow Field"/>
|
|
750
|
+
</xs:annotation>
|
|
751
|
+
</xs:element>
|
|
752
|
+
<xs:element name="DbtrAcct" type="CashAccount38_SDD_3">
|
|
753
|
+
<xs:annotation>
|
|
754
|
+
<xs:documentation source="Yellow Field"/>
|
|
755
|
+
<xs:documentation source="Rulebook">AT-D001 The account number (IBAN) of the Debtor.</xs:documentation>
|
|
756
|
+
<xs:documentation source="Usage Rule">Only IBAN is allowed.</xs:documentation>
|
|
757
|
+
</xs:annotation>
|
|
758
|
+
</xs:element>
|
|
759
|
+
<xs:element name="UltmtDbtr" type="PartyIdentification135_SDD_8" minOccurs="0">
|
|
760
|
+
<xs:annotation>
|
|
761
|
+
<xs:documentation source="Yellow Field"/>
|
|
762
|
+
<xs:documentation source="Usage Rule">Mandatory, if provided by the Debtor in the Mandate.</xs:documentation>
|
|
763
|
+
</xs:annotation>
|
|
764
|
+
</xs:element>
|
|
765
|
+
<xs:element name="Purp" type="Purpose2Choice_SDD" minOccurs="0">
|
|
766
|
+
<xs:annotation>
|
|
767
|
+
<xs:documentation source="Yellow Field"/>
|
|
768
|
+
<xs:documentation source="Rulebook">AT-T007 The Purpose of the Collection.</xs:documentation>
|
|
769
|
+
</xs:annotation>
|
|
770
|
+
</xs:element>
|
|
771
|
+
<xs:element name="RmtInf" type="RemittanceInformation16_SDD" minOccurs="0">
|
|
772
|
+
<xs:annotation>
|
|
773
|
+
<xs:documentation source="Yellow Field"/>
|
|
774
|
+
<xs:documentation source="Rulebook">AT-T012 The Remittance information sent by the Creditor to the Debtor in the Collection.</xs:documentation>
|
|
775
|
+
<xs:documentation source="Usage Rule">Either ‘Structured’ or ‘Unstructured’, may be present.</xs:documentation>
|
|
776
|
+
</xs:annotation>
|
|
777
|
+
</xs:element>
|
|
778
|
+
</xs:sequence>
|
|
779
|
+
</xs:restriction>
|
|
780
|
+
</xs:complexContent>
|
|
781
|
+
</xs:complexType>
|
|
782
|
+
<xs:complexType name="Document">
|
|
783
|
+
<xs:sequence>
|
|
784
|
+
<xs:element name="CstmrDrctDbtInitn" type="CustomerDirectDebitInitiationV08"/>
|
|
785
|
+
</xs:sequence>
|
|
786
|
+
</xs:complexType>
|
|
787
|
+
<xs:simpleType name="DocumentType3Code">
|
|
788
|
+
<xs:annotation>
|
|
789
|
+
<xs:documentation source="Name" xml:lang="EN">Document Type 3Code</xs:documentation>
|
|
790
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies a type of financial or commercial document.</xs:documentation>
|
|
791
|
+
</xs:annotation>
|
|
792
|
+
<xs:restriction base="xs:string">
|
|
793
|
+
<xs:enumeration value="SCOR">
|
|
794
|
+
<xs:annotation>
|
|
795
|
+
<xs:documentation source="Name" xml:lang="EN">StructuredCommunicationReference</xs:documentation>
|
|
796
|
+
<xs:documentation source="Definition" xml:lang="EN">Document is a structured communication reference provided by the creditor to identify the referred transaction.</xs:documentation>
|
|
797
|
+
</xs:annotation>
|
|
798
|
+
</xs:enumeration>
|
|
799
|
+
</xs:restriction>
|
|
800
|
+
</xs:simpleType>
|
|
801
|
+
<xs:complexType name="Document_SDD">
|
|
802
|
+
<xs:complexContent>
|
|
803
|
+
<xs:restriction base="Document">
|
|
804
|
+
<xs:sequence>
|
|
805
|
+
<xs:element name="CstmrDrctDbtInitn" type="CustomerDirectDebitInitiationV08_SDD">
|
|
806
|
+
<xs:annotation>
|
|
807
|
+
<xs:documentation source="Yellow Field"/>
|
|
808
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
809
|
+
Scope
|
|
810
|
+
The CustomerDirectDebitInitiation message is sent by the initiating party to the forwarding agent or creditor agent. It is used to request single or bulk collection(s) of funds from one or various debtor's account(s) for a creditor.
|
|
811
|
+
</xs:documentation>
|
|
812
|
+
</xs:annotation>
|
|
813
|
+
</xs:element>
|
|
814
|
+
</xs:sequence>
|
|
815
|
+
</xs:restriction>
|
|
816
|
+
</xs:complexContent>
|
|
817
|
+
</xs:complexType>
|
|
818
|
+
<xs:simpleType name="ExternalCategoryPurpose1Code">
|
|
819
|
+
<xs:annotation>
|
|
820
|
+
<xs:documentation source="Name" xml:lang="EN">External Category Purpose 1Code</xs:documentation>
|
|
821
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
822
|
+
Specifies the category purpose, as published in an external category purpose code list.
|
|
823
|
+
External code sets can be downloaded from www.iso20022.org.
|
|
824
|
+
</xs:documentation>
|
|
825
|
+
</xs:annotation>
|
|
826
|
+
<xs:restriction base="xs:string">
|
|
827
|
+
<xs:minLength value="1"/>
|
|
828
|
+
<xs:maxLength value="4"/>
|
|
829
|
+
</xs:restriction>
|
|
830
|
+
</xs:simpleType>
|
|
831
|
+
<xs:simpleType name="ExternalLocalInstrument1Code">
|
|
832
|
+
<xs:annotation>
|
|
833
|
+
<xs:documentation source="Name" xml:lang="EN">External Local Instrument 1Code</xs:documentation>
|
|
834
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
835
|
+
Specifies the external local instrument code in the format of character string with a maximum length of 35 characters.
|
|
836
|
+
The list of valid codes is an external code list published separately.
|
|
837
|
+
External code sets can be downloaded from www.iso20022.org.
|
|
838
|
+
</xs:documentation>
|
|
839
|
+
</xs:annotation>
|
|
840
|
+
<xs:restriction base="xs:string">
|
|
841
|
+
<xs:minLength value="1"/>
|
|
842
|
+
<xs:maxLength value="35"/>
|
|
843
|
+
</xs:restriction>
|
|
844
|
+
</xs:simpleType>
|
|
845
|
+
<xs:simpleType name="ExternalLocalInstrument1Code_SDD">
|
|
846
|
+
<xs:restriction base="ExternalLocalInstrument1Code">
|
|
847
|
+
<xs:minLength value="1"/>
|
|
848
|
+
<xs:maxLength value="35"/>
|
|
849
|
+
<xs:enumeration value="CORE">
|
|
850
|
+
<xs:annotation>
|
|
851
|
+
<xs:documentation source="Definition" xml:lang="EN">Transaction is related to SEPA direct debit -core.</xs:documentation>
|
|
852
|
+
<xs:documentation source="Name" xml:lang="EN">SEPADirectDebitCore</xs:documentation>
|
|
853
|
+
</xs:annotation>
|
|
854
|
+
</xs:enumeration>
|
|
855
|
+
<xs:enumeration value="B2B">
|
|
856
|
+
<xs:annotation>
|
|
857
|
+
<xs:documentation source="Definition" xml:lang="EN">Transaction is related to SEPA business to business direct debit.</xs:documentation>
|
|
858
|
+
<xs:documentation source="Name" xml:lang="EN">SEPABusinessToBusinessDirectDebit</xs:documentation>
|
|
859
|
+
</xs:annotation>
|
|
860
|
+
</xs:enumeration>
|
|
861
|
+
</xs:restriction>
|
|
862
|
+
</xs:simpleType>
|
|
863
|
+
<xs:simpleType name="ExternalOrganisationIdentification1Code">
|
|
864
|
+
<xs:annotation>
|
|
865
|
+
<xs:documentation source="Name" xml:lang="EN">External Organisation Identification 1Code</xs:documentation>
|
|
866
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
867
|
+
Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters.
|
|
868
|
+
The list of valid codes is an external code list published separately.
|
|
869
|
+
External code sets can be downloaded from www.iso20022.org.
|
|
870
|
+
</xs:documentation>
|
|
871
|
+
</xs:annotation>
|
|
872
|
+
<xs:restriction base="xs:string">
|
|
873
|
+
<xs:minLength value="1"/>
|
|
874
|
+
<xs:maxLength value="4"/>
|
|
875
|
+
</xs:restriction>
|
|
876
|
+
</xs:simpleType>
|
|
877
|
+
<xs:simpleType name="ExternalPersonIdentification1Code">
|
|
878
|
+
<xs:annotation>
|
|
879
|
+
<xs:documentation source="Name" xml:lang="EN">External Person Identification 1Code</xs:documentation>
|
|
880
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
881
|
+
Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters.
|
|
882
|
+
The list of valid codes is an external code list published separately.
|
|
883
|
+
External code sets can be downloaded from www.iso20022.org.
|
|
884
|
+
</xs:documentation>
|
|
885
|
+
</xs:annotation>
|
|
886
|
+
<xs:restriction base="xs:string">
|
|
887
|
+
<xs:minLength value="1"/>
|
|
888
|
+
<xs:maxLength value="4"/>
|
|
889
|
+
</xs:restriction>
|
|
890
|
+
</xs:simpleType>
|
|
891
|
+
<xs:simpleType name="ExternalPurpose1Code">
|
|
892
|
+
<xs:annotation>
|
|
893
|
+
<xs:documentation source="Name" xml:lang="EN">External Purpose 1Code</xs:documentation>
|
|
894
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
895
|
+
Specifies the external purpose code in the format of character string with a maximum length of 4 characters.
|
|
896
|
+
The list of valid codes is an external code list published separately.
|
|
897
|
+
External code sets can be downloaded from www.iso20022.org.
|
|
898
|
+
</xs:documentation>
|
|
899
|
+
</xs:annotation>
|
|
900
|
+
<xs:restriction base="xs:string">
|
|
901
|
+
<xs:minLength value="1"/>
|
|
902
|
+
<xs:maxLength value="4"/>
|
|
903
|
+
</xs:restriction>
|
|
904
|
+
</xs:simpleType>
|
|
905
|
+
<xs:simpleType name="ExternalServiceLevel1Code">
|
|
906
|
+
<xs:annotation>
|
|
907
|
+
<xs:documentation source="Name" xml:lang="EN">External Service Level 1Code</xs:documentation>
|
|
908
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
909
|
+
Specifies the external service level code in the format of character string with a maximum length of 4 characters.
|
|
910
|
+
The list of valid codes is an external code list published separately.
|
|
911
|
+
External code sets can be downloaded from www.iso20022.org.
|
|
912
|
+
</xs:documentation>
|
|
913
|
+
</xs:annotation>
|
|
914
|
+
<xs:restriction base="xs:string">
|
|
915
|
+
<xs:minLength value="1"/>
|
|
916
|
+
<xs:maxLength value="4"/>
|
|
917
|
+
</xs:restriction>
|
|
918
|
+
</xs:simpleType>
|
|
919
|
+
<xs:simpleType name="ExternalServiceLevel1Code_SDD">
|
|
920
|
+
<xs:restriction base="ExternalServiceLevel1Code">
|
|
921
|
+
<xs:minLength value="1"/>
|
|
922
|
+
<xs:maxLength value="4"/>
|
|
923
|
+
<xs:enumeration value="SEPA">
|
|
924
|
+
<xs:annotation>
|
|
925
|
+
<xs:documentation source="Definition" xml:lang="EN">Payment must be executed following the Single Euro Payments Area scheme.</xs:documentation>
|
|
926
|
+
<xs:documentation source="Name" xml:lang="EN">SingleEuroPaymentsArea</xs:documentation>
|
|
927
|
+
</xs:annotation>
|
|
928
|
+
</xs:enumeration>
|
|
929
|
+
</xs:restriction>
|
|
930
|
+
</xs:simpleType>
|
|
931
|
+
<xs:complexType name="FinancialInstitutionIdentification18">
|
|
932
|
+
<xs:annotation>
|
|
933
|
+
<xs:documentation source="Name" xml:lang="EN">Financial Institution Identification 18</xs:documentation>
|
|
934
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies the details to identify a financial institution.</xs:documentation>
|
|
935
|
+
</xs:annotation>
|
|
936
|
+
<xs:choice>
|
|
937
|
+
<xs:element name="BICFI" type="BICFIDec2014Identifier" minOccurs="0">
|
|
938
|
+
<xs:annotation>
|
|
939
|
+
<xs:documentation source="Name" xml:lang="EN">BICFI</xs:documentation>
|
|
940
|
+
<xs:documentation source="Definition" xml:lang="EN">Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362 "Banking - Banking telecommunication messages - Business identifier code (BIC)".</xs:documentation>
|
|
941
|
+
</xs:annotation>
|
|
942
|
+
</xs:element>
|
|
943
|
+
<xs:element name="Othr" type="GenericFinancialIdentification1" minOccurs="0">
|
|
944
|
+
<xs:annotation>
|
|
945
|
+
<xs:documentation source="Name" xml:lang="EN">Other</xs:documentation>
|
|
946
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique identification of an agent, as assigned by an institution, using an identification scheme.</xs:documentation>
|
|
947
|
+
</xs:annotation>
|
|
948
|
+
</xs:element>
|
|
949
|
+
</xs:choice>
|
|
950
|
+
</xs:complexType>
|
|
951
|
+
<xs:complexType name="FinancialInstitutionIdentification18_SDD">
|
|
952
|
+
<xs:complexContent>
|
|
953
|
+
<xs:restriction base="FinancialInstitutionIdentification18">
|
|
954
|
+
<xs:choice>
|
|
955
|
+
<xs:element name="BICFI" type="BICFIDec2014Identifier">
|
|
956
|
+
<xs:annotation>
|
|
957
|
+
<xs:documentation source="Yellow Field"/>
|
|
958
|
+
<xs:documentation source="Rulebook">AT-C002 BIC code of the Creditor PSP.</xs:documentation>
|
|
959
|
+
</xs:annotation>
|
|
960
|
+
</xs:element>
|
|
961
|
+
<xs:element name="Othr" type="GenericFinancialIdentification1_SDD">
|
|
962
|
+
<xs:annotation>
|
|
963
|
+
<xs:documentation source="Yellow Field"/>
|
|
964
|
+
</xs:annotation>
|
|
965
|
+
</xs:element>
|
|
966
|
+
</xs:choice>
|
|
967
|
+
</xs:restriction>
|
|
968
|
+
</xs:complexContent>
|
|
969
|
+
</xs:complexType>
|
|
970
|
+
<xs:complexType name="FinancialInstitutionIdentification18_SDD_2">
|
|
971
|
+
<xs:complexContent>
|
|
972
|
+
<xs:restriction base="FinancialInstitutionIdentification18">
|
|
973
|
+
<xs:choice>
|
|
974
|
+
<xs:element name="BICFI" type="BICFIDec2014Identifier">
|
|
975
|
+
<xs:annotation>
|
|
976
|
+
<xs:documentation source="Yellow Field"/>
|
|
977
|
+
<xs:documentation source="Rulebook">AT-D002 BIC code of the Debtor PSP.</xs:documentation>
|
|
978
|
+
</xs:annotation>
|
|
979
|
+
</xs:element>
|
|
980
|
+
<xs:element name="Othr" type="GenericFinancialIdentification1_SDD_2">
|
|
981
|
+
<xs:annotation>
|
|
982
|
+
<xs:documentation source="Yellow Field"/>
|
|
983
|
+
</xs:annotation>
|
|
984
|
+
</xs:element>
|
|
985
|
+
</xs:choice>
|
|
986
|
+
</xs:restriction>
|
|
987
|
+
</xs:complexContent>
|
|
988
|
+
</xs:complexType>
|
|
989
|
+
<xs:complexType name="GenericAccountIdentification1">
|
|
990
|
+
<xs:annotation>
|
|
991
|
+
<xs:documentation source="Name" xml:lang="EN">Generic Account Identification 1</xs:documentation>
|
|
992
|
+
<xs:documentation source="Definition" xml:lang="EN">Information related to a generic account identification.</xs:documentation>
|
|
993
|
+
</xs:annotation>
|
|
994
|
+
<xs:sequence>
|
|
995
|
+
<xs:element name="Id" type="Max34Text">
|
|
996
|
+
<xs:annotation>
|
|
997
|
+
<xs:documentation source="Name" xml:lang="EN">Identification</xs:documentation>
|
|
998
|
+
<xs:documentation source="Definition" xml:lang="EN">Identification assigned by an institution.</xs:documentation>
|
|
999
|
+
</xs:annotation>
|
|
1000
|
+
</xs:element>
|
|
1001
|
+
</xs:sequence>
|
|
1002
|
+
</xs:complexType>
|
|
1003
|
+
<xs:complexType name="GenericFinancialIdentification1">
|
|
1004
|
+
<xs:annotation>
|
|
1005
|
+
<xs:documentation source="Name" xml:lang="EN">Generic Financial Identification 1</xs:documentation>
|
|
1006
|
+
<xs:documentation source="Definition" xml:lang="EN">Information related to an identification of a financial institution.</xs:documentation>
|
|
1007
|
+
</xs:annotation>
|
|
1008
|
+
<xs:sequence>
|
|
1009
|
+
<xs:element name="Id" type="Max35Text">
|
|
1010
|
+
<xs:annotation>
|
|
1011
|
+
<xs:documentation source="Name" xml:lang="EN">Identification</xs:documentation>
|
|
1012
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous identification of a person.</xs:documentation>
|
|
1013
|
+
</xs:annotation>
|
|
1014
|
+
</xs:element>
|
|
1015
|
+
</xs:sequence>
|
|
1016
|
+
</xs:complexType>
|
|
1017
|
+
<xs:complexType name="GenericFinancialIdentification1_SDD">
|
|
1018
|
+
<xs:complexContent>
|
|
1019
|
+
<xs:restriction base="GenericFinancialIdentification1">
|
|
1020
|
+
<xs:sequence>
|
|
1021
|
+
<xs:element name="Id">
|
|
1022
|
+
<xs:annotation>
|
|
1023
|
+
<xs:documentation source="Yellow Field"/>
|
|
1024
|
+
<xs:documentation source="Usage Rule">Only "NOTPROVIDED" is allowed.</xs:documentation>
|
|
1025
|
+
</xs:annotation>
|
|
1026
|
+
<xs:simpleType>
|
|
1027
|
+
<xs:restriction base="Max35Text">
|
|
1028
|
+
<xs:enumeration value="NOTPROVIDED"/>
|
|
1029
|
+
</xs:restriction>
|
|
1030
|
+
</xs:simpleType>
|
|
1031
|
+
</xs:element>
|
|
1032
|
+
</xs:sequence>
|
|
1033
|
+
</xs:restriction>
|
|
1034
|
+
</xs:complexContent>
|
|
1035
|
+
</xs:complexType>
|
|
1036
|
+
<xs:complexType name="GenericFinancialIdentification1_SDD_2">
|
|
1037
|
+
<xs:complexContent>
|
|
1038
|
+
<xs:restriction base="GenericFinancialIdentification1">
|
|
1039
|
+
<xs:sequence>
|
|
1040
|
+
<xs:element name="Id">
|
|
1041
|
+
<xs:annotation>
|
|
1042
|
+
<xs:documentation source="Yellow Field"/>
|
|
1043
|
+
<xs:documentation source="Usage Rule">Only "NOTPROVIDED" is allowed.</xs:documentation>
|
|
1044
|
+
</xs:annotation>
|
|
1045
|
+
<xs:simpleType>
|
|
1046
|
+
<xs:restriction base="Max35Text">
|
|
1047
|
+
<xs:enumeration value="NOTPROVIDED"/>
|
|
1048
|
+
</xs:restriction>
|
|
1049
|
+
</xs:simpleType>
|
|
1050
|
+
</xs:element>
|
|
1051
|
+
</xs:sequence>
|
|
1052
|
+
</xs:restriction>
|
|
1053
|
+
</xs:complexContent>
|
|
1054
|
+
</xs:complexType>
|
|
1055
|
+
<xs:complexType name="GenericOrganisationIdentification1">
|
|
1056
|
+
<xs:annotation>
|
|
1057
|
+
<xs:documentation source="Name" xml:lang="EN">Generic Organisation Identification 1</xs:documentation>
|
|
1058
|
+
<xs:documentation source="Definition" xml:lang="EN">Information related to an identification of an organisation.</xs:documentation>
|
|
1059
|
+
</xs:annotation>
|
|
1060
|
+
<xs:sequence>
|
|
1061
|
+
<xs:element name="Id" type="Max35Text">
|
|
1062
|
+
<xs:annotation>
|
|
1063
|
+
<xs:documentation source="Name" xml:lang="EN">Identification</xs:documentation>
|
|
1064
|
+
<xs:documentation source="Definition" xml:lang="EN">Identification assigned by an institution.</xs:documentation>
|
|
1065
|
+
</xs:annotation>
|
|
1066
|
+
</xs:element>
|
|
1067
|
+
<xs:element name="SchmeNm" type="OrganisationIdentificationSchemeName1Choice" minOccurs="0">
|
|
1068
|
+
<xs:annotation>
|
|
1069
|
+
<xs:documentation source="Name" xml:lang="EN">Scheme Name</xs:documentation>
|
|
1070
|
+
<xs:documentation source="Definition" xml:lang="EN">Name of the identification scheme.</xs:documentation>
|
|
1071
|
+
</xs:annotation>
|
|
1072
|
+
</xs:element>
|
|
1073
|
+
<xs:element name="Issr" type="Max35Text" minOccurs="0">
|
|
1074
|
+
<xs:annotation>
|
|
1075
|
+
<xs:documentation source="Name" xml:lang="EN">Issuer</xs:documentation>
|
|
1076
|
+
<xs:documentation source="Definition" xml:lang="EN">Entity that assigns the identification.</xs:documentation>
|
|
1077
|
+
</xs:annotation>
|
|
1078
|
+
</xs:element>
|
|
1079
|
+
</xs:sequence>
|
|
1080
|
+
</xs:complexType>
|
|
1081
|
+
<xs:complexType name="GenericPersonIdentification1">
|
|
1082
|
+
<xs:annotation>
|
|
1083
|
+
<xs:documentation source="Name" xml:lang="EN">Generic Person Identification 1</xs:documentation>
|
|
1084
|
+
<xs:documentation source="Definition" xml:lang="EN">Information related to an identification of a person.</xs:documentation>
|
|
1085
|
+
</xs:annotation>
|
|
1086
|
+
<xs:sequence>
|
|
1087
|
+
<xs:element name="Id" type="Max35Text">
|
|
1088
|
+
<xs:annotation>
|
|
1089
|
+
<xs:documentation source="Name" xml:lang="EN">Identification</xs:documentation>
|
|
1090
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous identification of a person.</xs:documentation>
|
|
1091
|
+
</xs:annotation>
|
|
1092
|
+
</xs:element>
|
|
1093
|
+
<xs:element name="SchmeNm" type="PersonIdentificationSchemeName1Choice" minOccurs="0">
|
|
1094
|
+
<xs:annotation>
|
|
1095
|
+
<xs:documentation source="Name" xml:lang="EN">Scheme Name</xs:documentation>
|
|
1096
|
+
<xs:documentation source="Definition" xml:lang="EN">Name of the identification scheme.</xs:documentation>
|
|
1097
|
+
</xs:annotation>
|
|
1098
|
+
</xs:element>
|
|
1099
|
+
<xs:element name="Issr" type="Max35Text" minOccurs="0">
|
|
1100
|
+
<xs:annotation>
|
|
1101
|
+
<xs:documentation source="Name" xml:lang="EN">Issuer</xs:documentation>
|
|
1102
|
+
<xs:documentation source="Definition" xml:lang="EN">Entity that assigns the identification.</xs:documentation>
|
|
1103
|
+
</xs:annotation>
|
|
1104
|
+
</xs:element>
|
|
1105
|
+
</xs:sequence>
|
|
1106
|
+
</xs:complexType>
|
|
1107
|
+
<xs:complexType name="GenericPersonIdentification1_SDD">
|
|
1108
|
+
<xs:complexContent>
|
|
1109
|
+
<xs:restriction base="GenericPersonIdentification1">
|
|
1110
|
+
<xs:sequence>
|
|
1111
|
+
<xs:element name="Id">
|
|
1112
|
+
<xs:simpleType>
|
|
1113
|
+
<xs:restriction base="Max35Text">
|
|
1114
|
+
<xs:pattern value="[a-zA-Z]{2,2}[0-9]{2,2}([A-Za-z0-9]|[\+|\?|/|\-|:|\(|\)|\.|,|']){3,3}([A-Za-z0-9]|[\+|\?|/|\-|:|\(|\)|\.|,|']){1,28}"/>
|
|
1115
|
+
</xs:restriction>
|
|
1116
|
+
</xs:simpleType>
|
|
1117
|
+
</xs:element>
|
|
1118
|
+
<xs:element name="SchmeNm" type="PersonIdentificationSchemeName1Choice_SDD"/>
|
|
1119
|
+
</xs:sequence>
|
|
1120
|
+
</xs:restriction>
|
|
1121
|
+
</xs:complexContent>
|
|
1122
|
+
</xs:complexType>
|
|
1123
|
+
<xs:complexType name="GroupHeader83">
|
|
1124
|
+
<xs:annotation>
|
|
1125
|
+
<xs:documentation source="Name" xml:lang="EN">Group Header 83</xs:documentation>
|
|
1126
|
+
<xs:documentation source="Definition" xml:lang="EN">Set of characteristics shared by all individual transactions included in the message.</xs:documentation>
|
|
1127
|
+
</xs:annotation>
|
|
1128
|
+
<xs:sequence>
|
|
1129
|
+
<xs:element name="MsgId" type="Max35Text">
|
|
1130
|
+
<xs:annotation>
|
|
1131
|
+
<xs:documentation source="Name" xml:lang="EN">Message Identification</xs:documentation>
|
|
1132
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
1133
|
+
Point to point reference, assigned by the instructing party and sent to the next party in the chain, to unambiguously identify the message.
|
|
1134
|
+
|
|
1135
|
+
Usage: The instructing party has to make sure that MessageIdentification is unique per instructed party for a pre-agreed period.
|
|
1136
|
+
</xs:documentation>
|
|
1137
|
+
</xs:annotation>
|
|
1138
|
+
</xs:element>
|
|
1139
|
+
<xs:element name="CreDtTm" type="ISODateTime">
|
|
1140
|
+
<xs:annotation>
|
|
1141
|
+
<xs:documentation source="Name" xml:lang="EN">Creation Date Time</xs:documentation>
|
|
1142
|
+
<xs:documentation source="Definition" xml:lang="EN">Date and time at which the message was created.</xs:documentation>
|
|
1143
|
+
</xs:annotation>
|
|
1144
|
+
</xs:element>
|
|
1145
|
+
<xs:element name="NbOfTxs" type="Max15NumericText">
|
|
1146
|
+
<xs:annotation>
|
|
1147
|
+
<xs:documentation source="Name" xml:lang="EN">Number Of Transactions</xs:documentation>
|
|
1148
|
+
<xs:documentation source="Definition" xml:lang="EN">Number of individual transactions contained in the message.</xs:documentation>
|
|
1149
|
+
</xs:annotation>
|
|
1150
|
+
</xs:element>
|
|
1151
|
+
<xs:element name="CtrlSum" type="DecimalNumber" minOccurs="0">
|
|
1152
|
+
<xs:annotation>
|
|
1153
|
+
<xs:documentation source="Name" xml:lang="EN">Control Sum</xs:documentation>
|
|
1154
|
+
<xs:documentation source="Definition" xml:lang="EN">Total of all individual amounts included in the message, irrespective of currencies.</xs:documentation>
|
|
1155
|
+
</xs:annotation>
|
|
1156
|
+
</xs:element>
|
|
1157
|
+
<xs:element name="InitgPty" type="PartyIdentification135">
|
|
1158
|
+
<xs:annotation>
|
|
1159
|
+
<xs:documentation source="Name" xml:lang="EN">Initiating Party</xs:documentation>
|
|
1160
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
1161
|
+
Party that initiates the payment.
|
|
1162
|
+
|
|
1163
|
+
Usage: This can either be the creditor or a party that initiates the direct debit on behalf of the creditor.
|
|
1164
|
+
</xs:documentation>
|
|
1165
|
+
</xs:annotation>
|
|
1166
|
+
</xs:element>
|
|
1167
|
+
</xs:sequence>
|
|
1168
|
+
</xs:complexType>
|
|
1169
|
+
<xs:complexType name="GroupHeader83_SDD">
|
|
1170
|
+
<xs:complexContent>
|
|
1171
|
+
<xs:restriction base="GroupHeader83">
|
|
1172
|
+
<xs:sequence>
|
|
1173
|
+
<xs:element name="MsgId">
|
|
1174
|
+
<xs:annotation>
|
|
1175
|
+
<xs:documentation source="Yellow Field"/>
|
|
1176
|
+
</xs:annotation>
|
|
1177
|
+
<xs:simpleType>
|
|
1178
|
+
<xs:restriction base="Max35Text">
|
|
1179
|
+
<xs:pattern value="([A-Za-z0-9]|[\+|\?|/|\-|:|\(|\)|\.|,|'| ]){1,35}"/>
|
|
1180
|
+
</xs:restriction>
|
|
1181
|
+
</xs:simpleType>
|
|
1182
|
+
</xs:element>
|
|
1183
|
+
<xs:element name="CreDtTm" type="ISODateTime">
|
|
1184
|
+
<xs:annotation>
|
|
1185
|
+
<xs:documentation source="Yellow Field"/>
|
|
1186
|
+
</xs:annotation>
|
|
1187
|
+
</xs:element>
|
|
1188
|
+
<xs:element name="NbOfTxs" type="Max15NumericText">
|
|
1189
|
+
<xs:annotation>
|
|
1190
|
+
<xs:documentation source="Yellow Field"/>
|
|
1191
|
+
<xs:documentation source="Usage Rule">The validation of this data element depends on pre-agreed customer-to-PSP conditions.</xs:documentation>
|
|
1192
|
+
</xs:annotation>
|
|
1193
|
+
</xs:element>
|
|
1194
|
+
<xs:element name="CtrlSum" type="DecimalNumber_SDD">
|
|
1195
|
+
<xs:annotation>
|
|
1196
|
+
<xs:documentation source="Yellow Field"/>
|
|
1197
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
1198
|
+
<xs:documentation source="Usage Rule">The validation of this data element depends on pre-agreed customer-to-PSP conditions.</xs:documentation>
|
|
1199
|
+
<xs:documentation source="Format Rule">The fractional part has a maximum of two digits</xs:documentation>
|
|
1200
|
+
</xs:annotation>
|
|
1201
|
+
</xs:element>
|
|
1202
|
+
<xs:element name="InitgPty" type="PartyIdentification135_SDD">
|
|
1203
|
+
<xs:annotation>
|
|
1204
|
+
<xs:documentation source="Yellow Field"/>
|
|
1205
|
+
</xs:annotation>
|
|
1206
|
+
</xs:element>
|
|
1207
|
+
</xs:sequence>
|
|
1208
|
+
</xs:restriction>
|
|
1209
|
+
</xs:complexContent>
|
|
1210
|
+
</xs:complexType>
|
|
1211
|
+
<xs:simpleType name="IBAN2007Identifier">
|
|
1212
|
+
<xs:annotation>
|
|
1213
|
+
<xs:documentation source="Name" xml:lang="EN">IBAN2007Identifier</xs:documentation>
|
|
1214
|
+
<xs:documentation source="Definition" xml:lang="EN">An identifier used internationally by financial institutions to uniquely identify the account of a customer at a financial institution, as described in the latest edition of the international standard ISO 13616: 2007 - "Banking and related financial services - International Bank Account Number (IBAN)".</xs:documentation>
|
|
1215
|
+
</xs:annotation>
|
|
1216
|
+
<xs:restriction base="xs:string">
|
|
1217
|
+
<xs:pattern value="[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}"/>
|
|
1218
|
+
</xs:restriction>
|
|
1219
|
+
</xs:simpleType>
|
|
1220
|
+
<xs:simpleType name="ISODate">
|
|
1221
|
+
<xs:annotation>
|
|
1222
|
+
<xs:documentation source="Name" xml:lang="EN">ISODate</xs:documentation>
|
|
1223
|
+
<xs:documentation source="Definition" xml:lang="EN">A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.</xs:documentation>
|
|
1224
|
+
</xs:annotation>
|
|
1225
|
+
<xs:restriction base="xs:date"/>
|
|
1226
|
+
</xs:simpleType>
|
|
1227
|
+
<xs:simpleType name="ISODateTime">
|
|
1228
|
+
<xs:annotation>
|
|
1229
|
+
<xs:documentation source="Name" xml:lang="EN">ISODate Time</xs:documentation>
|
|
1230
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
1231
|
+
A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.
|
|
1232
|
+
Note on the time format:
|
|
1233
|
+
1) beginning / end of calendar day
|
|
1234
|
+
00:00:00 = the beginning of a calendar day
|
|
1235
|
+
24:00:00 = the end of a calendar day
|
|
1236
|
+
2) fractions of second in time format
|
|
1237
|
+
Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
|
|
1238
|
+
</xs:documentation>
|
|
1239
|
+
</xs:annotation>
|
|
1240
|
+
<xs:restriction base="xs:dateTime"/>
|
|
1241
|
+
</xs:simpleType>
|
|
1242
|
+
<xs:simpleType name="LEIIdentifier">
|
|
1243
|
+
<xs:annotation>
|
|
1244
|
+
<xs:documentation source="Name" xml:lang="EN">LEIIdentifier</xs:documentation>
|
|
1245
|
+
<xs:documentation source="Definition" xml:lang="EN">Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".</xs:documentation>
|
|
1246
|
+
</xs:annotation>
|
|
1247
|
+
<xs:restriction base="xs:string">
|
|
1248
|
+
<xs:pattern value="[A-Z0-9]{18,18}[0-9]{2,2}"/>
|
|
1249
|
+
</xs:restriction>
|
|
1250
|
+
</xs:simpleType>
|
|
1251
|
+
<xs:complexType name="LocalInstrument2Choice">
|
|
1252
|
+
<xs:annotation>
|
|
1253
|
+
<xs:documentation source="Name" xml:lang="EN">Local Instrument 2Choice</xs:documentation>
|
|
1254
|
+
<xs:documentation source="Definition" xml:lang="EN">Set of elements that further identifies the type of local instruments being requested by the initiating party.</xs:documentation>
|
|
1255
|
+
</xs:annotation>
|
|
1256
|
+
<xs:choice>
|
|
1257
|
+
<xs:element name="Cd" type="ExternalLocalInstrument1Code">
|
|
1258
|
+
<xs:annotation>
|
|
1259
|
+
<xs:documentation source="Name" xml:lang="EN">Code</xs:documentation>
|
|
1260
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies the local instrument, as published in an external local instrument code list.</xs:documentation>
|
|
1261
|
+
</xs:annotation>
|
|
1262
|
+
</xs:element>
|
|
1263
|
+
</xs:choice>
|
|
1264
|
+
</xs:complexType>
|
|
1265
|
+
<xs:complexType name="LocalInstrument2Choice_SDD">
|
|
1266
|
+
<xs:complexContent>
|
|
1267
|
+
<xs:restriction base="LocalInstrument2Choice">
|
|
1268
|
+
<xs:choice>
|
|
1269
|
+
<xs:element name="Cd" type="ExternalLocalInstrument1Code_SDD">
|
|
1270
|
+
<xs:annotation>
|
|
1271
|
+
<xs:documentation source="Yellow Field"/>
|
|
1272
|
+
<xs:documentation source="Rulebook">AT-T001 The identification code of the Scheme.</xs:documentation>
|
|
1273
|
+
<xs:documentation source="Usage Rule">Only "CORE" is allowed.</xs:documentation>
|
|
1274
|
+
<xs:documentation source="Usage Rule">The mixing of different Local Instrument values is not allowed in the same message.</xs:documentation>
|
|
1275
|
+
</xs:annotation>
|
|
1276
|
+
</xs:element>
|
|
1277
|
+
</xs:choice>
|
|
1278
|
+
</xs:restriction>
|
|
1279
|
+
</xs:complexContent>
|
|
1280
|
+
</xs:complexType>
|
|
1281
|
+
<xs:complexType name="LocalInstrument2Choice_SDD_2">
|
|
1282
|
+
<xs:complexContent>
|
|
1283
|
+
<xs:restriction base="LocalInstrument2Choice">
|
|
1284
|
+
<xs:choice>
|
|
1285
|
+
<xs:element name="Cd" type="ExternalLocalInstrument1Code">
|
|
1286
|
+
<xs:annotation>
|
|
1287
|
+
<xs:documentation source="Yellow Field"/>
|
|
1288
|
+
<xs:documentation source="Rulebook">AT-T001 The identification code of the Scheme.</xs:documentation>
|
|
1289
|
+
<xs:documentation source="Usage Rule">Only "CORE" is allowed.</xs:documentation>
|
|
1290
|
+
<xs:documentation source="Usage Rule">The mixing of different Local Instrument values is not allowed in the same message.</xs:documentation>
|
|
1291
|
+
</xs:annotation>
|
|
1292
|
+
</xs:element>
|
|
1293
|
+
</xs:choice>
|
|
1294
|
+
</xs:restriction>
|
|
1295
|
+
</xs:complexContent>
|
|
1296
|
+
</xs:complexType>
|
|
1297
|
+
<xs:complexType name="MandateRelatedInformation14">
|
|
1298
|
+
<xs:annotation>
|
|
1299
|
+
<xs:documentation source="Name" xml:lang="EN">Mandate Related Information 14</xs:documentation>
|
|
1300
|
+
<xs:documentation source="Definition" xml:lang="EN">Provides further details related to a direct debit mandate signed between the creditor and the debtor.</xs:documentation>
|
|
1301
|
+
</xs:annotation>
|
|
1302
|
+
<xs:sequence>
|
|
1303
|
+
<xs:element name="MndtId" type="Max35Text" minOccurs="0">
|
|
1304
|
+
<xs:annotation>
|
|
1305
|
+
<xs:documentation source="Name" xml:lang="EN">Mandate Identification</xs:documentation>
|
|
1306
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique identification, as assigned by the creditor, to unambiguously identify the mandate.</xs:documentation>
|
|
1307
|
+
</xs:annotation>
|
|
1308
|
+
</xs:element>
|
|
1309
|
+
<xs:element name="DtOfSgntr" type="ISODate" minOccurs="0">
|
|
1310
|
+
<xs:annotation>
|
|
1311
|
+
<xs:documentation source="Name" xml:lang="EN">Date Of Signature</xs:documentation>
|
|
1312
|
+
<xs:documentation source="Definition" xml:lang="EN">Date on which the direct debit mandate has been signed by the debtor.</xs:documentation>
|
|
1313
|
+
</xs:annotation>
|
|
1314
|
+
</xs:element>
|
|
1315
|
+
<xs:element name="AmdmntInd" type="TrueFalseIndicator" minOccurs="0">
|
|
1316
|
+
<xs:annotation>
|
|
1317
|
+
<xs:documentation source="Name" xml:lang="EN">Amendment Indicator</xs:documentation>
|
|
1318
|
+
<xs:documentation source="Definition" xml:lang="EN">Indicator notifying whether the underlying mandate is amended or not.</xs:documentation>
|
|
1319
|
+
</xs:annotation>
|
|
1320
|
+
</xs:element>
|
|
1321
|
+
<xs:element name="AmdmntInfDtls" type="AmendmentInformationDetails13" minOccurs="0">
|
|
1322
|
+
<xs:annotation>
|
|
1323
|
+
<xs:documentation source="Name" xml:lang="EN">Amendment Information Details</xs:documentation>
|
|
1324
|
+
<xs:documentation source="Definition" xml:lang="EN">List of mandate elements that have been modified.</xs:documentation>
|
|
1325
|
+
</xs:annotation>
|
|
1326
|
+
</xs:element>
|
|
1327
|
+
<xs:element name="ElctrncSgntr" type="Max1025Text" minOccurs="0">
|
|
1328
|
+
<xs:annotation>
|
|
1329
|
+
<xs:documentation source="Name" xml:lang="EN">Electronic Signature</xs:documentation>
|
|
1330
|
+
<xs:documentation source="Definition" xml:lang="EN">Additional security provisions, such as a digital signature, as provided by the debtor.</xs:documentation>
|
|
1331
|
+
</xs:annotation>
|
|
1332
|
+
</xs:element>
|
|
1333
|
+
</xs:sequence>
|
|
1334
|
+
</xs:complexType>
|
|
1335
|
+
<xs:complexType name="MandateRelatedInformation14_SDD">
|
|
1336
|
+
<xs:complexContent>
|
|
1337
|
+
<xs:restriction base="MandateRelatedInformation14">
|
|
1338
|
+
<xs:sequence>
|
|
1339
|
+
<xs:element name="MndtId">
|
|
1340
|
+
<xs:annotation>
|
|
1341
|
+
<xs:documentation source="Yellow Field"/>
|
|
1342
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
1343
|
+
<xs:documentation source="Rulebook">AT-M001 The Unique Mandate Reference.</xs:documentation>
|
|
1344
|
+
</xs:annotation>
|
|
1345
|
+
<xs:simpleType>
|
|
1346
|
+
<xs:restriction base="Max35Text">
|
|
1347
|
+
<xs:pattern value="([A-Za-z0-9]|[\+|\?|/|\-|:|\(|\)|\.|,|'| ]){1,35}"/>
|
|
1348
|
+
</xs:restriction>
|
|
1349
|
+
</xs:simpleType>
|
|
1350
|
+
</xs:element>
|
|
1351
|
+
<xs:element name="DtOfSgntr" type="ISODate">
|
|
1352
|
+
<xs:annotation>
|
|
1353
|
+
<xs:documentation source="Yellow Field"/>
|
|
1354
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
1355
|
+
<xs:documentation source="Rulebook">AT-M008 The Date of Signing of the Mandate.</xs:documentation>
|
|
1356
|
+
</xs:annotation>
|
|
1357
|
+
</xs:element>
|
|
1358
|
+
<xs:element name="AmdmntInd" type="TrueFalseIndicator" minOccurs="0">
|
|
1359
|
+
<xs:annotation>
|
|
1360
|
+
<xs:documentation source="Yellow Field"/>
|
|
1361
|
+
</xs:annotation>
|
|
1362
|
+
</xs:element>
|
|
1363
|
+
<xs:element name="AmdmntInfDtls" type="AmendmentInformationDetails13_SDD" minOccurs="0">
|
|
1364
|
+
<xs:annotation>
|
|
1365
|
+
<xs:documentation source="Yellow Field"/>
|
|
1366
|
+
<xs:documentation source="Rulebook">AT-M007 The Reason for Amendment of the Mandate.</xs:documentation>
|
|
1367
|
+
<xs:documentation source="Usage Rule">Mandatory if ‘Amendment Indicator’ is "true".</xs:documentation>
|
|
1368
|
+
<xs:documentation source="Rulebook">The reason from the Rulebook is indicated by using the following message sub-elements.</xs:documentation>
|
|
1369
|
+
</xs:annotation>
|
|
1370
|
+
</xs:element>
|
|
1371
|
+
<xs:element name="ElctrncSgntr" type="Max1025Text" minOccurs="0">
|
|
1372
|
+
<xs:annotation>
|
|
1373
|
+
<xs:documentation source="Yellow Field"/>
|
|
1374
|
+
<xs:documentation source="Rulebook">AT-M010 The Placeholder for the electronic signature data, if applicable.</xs:documentation>
|
|
1375
|
+
<xs:documentation source="Rulebook">AT-M002 The Type of Mandate (paper, e-Mandate).</xs:documentation>
|
|
1376
|
+
<xs:documentation source="Rulebook">AT-M013 The Reference of the validation made by the Debtor PSP (if present in DS-03).</xs:documentation>
|
|
1377
|
+
<xs:documentation source="Usage Rule">If the direct debit is based on an EPC electronic mandate, this data element must contain AT-M013 which is the reference to the Mandate Acceptance Report made by the Debtor PSP.</xs:documentation>
|
|
1378
|
+
<xs:documentation source="Usage Rule">This data element is not to be used if the mandate is a paper mandate.</xs:documentation>
|
|
1379
|
+
</xs:annotation>
|
|
1380
|
+
</xs:element>
|
|
1381
|
+
</xs:sequence>
|
|
1382
|
+
</xs:restriction>
|
|
1383
|
+
</xs:complexContent>
|
|
1384
|
+
</xs:complexType>
|
|
1385
|
+
<xs:simpleType name="Max1025Text">
|
|
1386
|
+
<xs:annotation>
|
|
1387
|
+
<xs:documentation source="Name" xml:lang="EN">Max 1025Text</xs:documentation>
|
|
1388
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies a character string with a maximum length of 1025 characters.</xs:documentation>
|
|
1389
|
+
</xs:annotation>
|
|
1390
|
+
<xs:restriction base="xs:string">
|
|
1391
|
+
<xs:minLength value="1"/>
|
|
1392
|
+
<xs:maxLength value="1025"/>
|
|
1393
|
+
</xs:restriction>
|
|
1394
|
+
</xs:simpleType>
|
|
1395
|
+
<xs:simpleType name="Max140Text">
|
|
1396
|
+
<xs:annotation>
|
|
1397
|
+
<xs:documentation source="Name" xml:lang="EN">Max 140Text</xs:documentation>
|
|
1398
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies a character string with a maximum length of 140 characters.</xs:documentation>
|
|
1399
|
+
</xs:annotation>
|
|
1400
|
+
<xs:restriction base="xs:string">
|
|
1401
|
+
<xs:minLength value="1"/>
|
|
1402
|
+
<xs:maxLength value="140"/>
|
|
1403
|
+
</xs:restriction>
|
|
1404
|
+
</xs:simpleType>
|
|
1405
|
+
<xs:simpleType name="Max140Text_SDD">
|
|
1406
|
+
<xs:restriction base="Max140Text">
|
|
1407
|
+
<xs:minLength value="1"/>
|
|
1408
|
+
<xs:maxLength value="70"/>
|
|
1409
|
+
</xs:restriction>
|
|
1410
|
+
</xs:simpleType>
|
|
1411
|
+
<xs:simpleType name="Max15NumericText">
|
|
1412
|
+
<xs:annotation>
|
|
1413
|
+
<xs:documentation source="Name" xml:lang="EN">Max 15Numeric Text</xs:documentation>
|
|
1414
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies a numeric string with a maximum length of 15 digits.</xs:documentation>
|
|
1415
|
+
</xs:annotation>
|
|
1416
|
+
<xs:restriction base="xs:string">
|
|
1417
|
+
<xs:pattern value="[0-9]{1,15}"/>
|
|
1418
|
+
</xs:restriction>
|
|
1419
|
+
</xs:simpleType>
|
|
1420
|
+
<xs:simpleType name="Max16Text">
|
|
1421
|
+
<xs:annotation>
|
|
1422
|
+
<xs:documentation source="Name" xml:lang="EN">Max 16Text</xs:documentation>
|
|
1423
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies a character string with a maximum length of 16 characters.</xs:documentation>
|
|
1424
|
+
</xs:annotation>
|
|
1425
|
+
<xs:restriction base="xs:string">
|
|
1426
|
+
<xs:minLength value="1"/>
|
|
1427
|
+
<xs:maxLength value="16"/>
|
|
1428
|
+
</xs:restriction>
|
|
1429
|
+
</xs:simpleType>
|
|
1430
|
+
<xs:simpleType name="Max34Text">
|
|
1431
|
+
<xs:annotation>
|
|
1432
|
+
<xs:documentation source="Name" xml:lang="EN">Max 34Text</xs:documentation>
|
|
1433
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies a character string with a maximum length of 34 characters.</xs:documentation>
|
|
1434
|
+
</xs:annotation>
|
|
1435
|
+
<xs:restriction base="xs:string">
|
|
1436
|
+
<xs:minLength value="1"/>
|
|
1437
|
+
<xs:maxLength value="34"/>
|
|
1438
|
+
</xs:restriction>
|
|
1439
|
+
</xs:simpleType>
|
|
1440
|
+
<xs:simpleType name="Max35Text">
|
|
1441
|
+
<xs:annotation>
|
|
1442
|
+
<xs:documentation source="Name" xml:lang="EN">Max 35Text</xs:documentation>
|
|
1443
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies a character string with a maximum length of 35 characters.</xs:documentation>
|
|
1444
|
+
</xs:annotation>
|
|
1445
|
+
<xs:restriction base="xs:string">
|
|
1446
|
+
<xs:minLength value="1"/>
|
|
1447
|
+
<xs:maxLength value="35"/>
|
|
1448
|
+
</xs:restriction>
|
|
1449
|
+
</xs:simpleType>
|
|
1450
|
+
<xs:simpleType name="Max70Text">
|
|
1451
|
+
<xs:annotation>
|
|
1452
|
+
<xs:documentation source="Name" xml:lang="EN">Max 70Text</xs:documentation>
|
|
1453
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies a character string with a maximum length of 70characters.</xs:documentation>
|
|
1454
|
+
</xs:annotation>
|
|
1455
|
+
<xs:restriction base="xs:string">
|
|
1456
|
+
<xs:minLength value="1"/>
|
|
1457
|
+
<xs:maxLength value="70"/>
|
|
1458
|
+
</xs:restriction>
|
|
1459
|
+
</xs:simpleType>
|
|
1460
|
+
<xs:complexType name="OrganisationIdentification29">
|
|
1461
|
+
<xs:annotation>
|
|
1462
|
+
<xs:documentation source="Name" xml:lang="EN">Organisation Identification 29</xs:documentation>
|
|
1463
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous way to identify an organisation.</xs:documentation>
|
|
1464
|
+
</xs:annotation>
|
|
1465
|
+
<xs:sequence>
|
|
1466
|
+
<xs:element name="AnyBIC" type="AnyBICDec2014Identifier" minOccurs="0">
|
|
1467
|
+
<xs:annotation>
|
|
1468
|
+
<xs:documentation source="Name" xml:lang="EN">Any BIC</xs:documentation>
|
|
1469
|
+
<xs:documentation source="Definition" xml:lang="EN">Business identification code of the organisation.</xs:documentation>
|
|
1470
|
+
</xs:annotation>
|
|
1471
|
+
</xs:element>
|
|
1472
|
+
<xs:element name="LEI" type="LEIIdentifier" minOccurs="0">
|
|
1473
|
+
<xs:annotation>
|
|
1474
|
+
<xs:documentation source="Name" xml:lang="EN">LEI</xs:documentation>
|
|
1475
|
+
<xs:documentation source="Definition" xml:lang="EN">Legal entity identification as an alternate identification for a party.</xs:documentation>
|
|
1476
|
+
</xs:annotation>
|
|
1477
|
+
</xs:element>
|
|
1478
|
+
<xs:element name="Othr" type="GenericOrganisationIdentification1" minOccurs="0" maxOccurs="unbounded">
|
|
1479
|
+
<xs:annotation>
|
|
1480
|
+
<xs:documentation source="Name" xml:lang="EN">Other</xs:documentation>
|
|
1481
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique identification of an organisation, as assigned by an institution, using an identification scheme.</xs:documentation>
|
|
1482
|
+
</xs:annotation>
|
|
1483
|
+
</xs:element>
|
|
1484
|
+
</xs:sequence>
|
|
1485
|
+
</xs:complexType>
|
|
1486
|
+
<xs:complexType name="OrganisationIdentification29_SDD">
|
|
1487
|
+
<xs:complexContent>
|
|
1488
|
+
<xs:restriction base="OrganisationIdentification29">
|
|
1489
|
+
<xs:sequence>
|
|
1490
|
+
<xs:element name="AnyBIC" type="AnyBICDec2014Identifier" minOccurs="0"/>
|
|
1491
|
+
<xs:element name="LEI" type="LEIIdentifier" minOccurs="0"/>
|
|
1492
|
+
<xs:element name="Othr" type="GenericOrganisationIdentification1" minOccurs="0"/>
|
|
1493
|
+
</xs:sequence>
|
|
1494
|
+
</xs:restriction>
|
|
1495
|
+
</xs:complexContent>
|
|
1496
|
+
</xs:complexType>
|
|
1497
|
+
<xs:complexType name="OrganisationIdentificationSchemeName1Choice">
|
|
1498
|
+
<xs:annotation>
|
|
1499
|
+
<xs:documentation source="Name" xml:lang="EN">Organisation Identification Scheme Name 1Choice</xs:documentation>
|
|
1500
|
+
<xs:documentation source="Definition" xml:lang="EN">Sets of elements to identify a name of the organisation identification scheme.</xs:documentation>
|
|
1501
|
+
</xs:annotation>
|
|
1502
|
+
<xs:choice>
|
|
1503
|
+
<xs:element name="Cd" type="ExternalOrganisationIdentification1Code">
|
|
1504
|
+
<xs:annotation>
|
|
1505
|
+
<xs:documentation source="Name" xml:lang="EN">Code</xs:documentation>
|
|
1506
|
+
<xs:documentation source="Definition" xml:lang="EN">Name of the identification scheme, in a coded form as published in an external list.</xs:documentation>
|
|
1507
|
+
</xs:annotation>
|
|
1508
|
+
</xs:element>
|
|
1509
|
+
<xs:element name="Prtry" type="Max35Text">
|
|
1510
|
+
<xs:annotation>
|
|
1511
|
+
<xs:documentation source="Name" xml:lang="EN">Proprietary</xs:documentation>
|
|
1512
|
+
<xs:documentation source="Definition" xml:lang="EN">Name of the identification scheme, in a free text form.</xs:documentation>
|
|
1513
|
+
</xs:annotation>
|
|
1514
|
+
</xs:element>
|
|
1515
|
+
</xs:choice>
|
|
1516
|
+
</xs:complexType>
|
|
1517
|
+
<xs:complexType name="Party38Choice">
|
|
1518
|
+
<xs:annotation>
|
|
1519
|
+
<xs:documentation source="Name" xml:lang="EN">Party 38Choice</xs:documentation>
|
|
1520
|
+
<xs:documentation source="Definition" xml:lang="EN">Nature or use of the account.</xs:documentation>
|
|
1521
|
+
</xs:annotation>
|
|
1522
|
+
<xs:choice>
|
|
1523
|
+
<xs:element name="OrgId" type="OrganisationIdentification29">
|
|
1524
|
+
<xs:annotation>
|
|
1525
|
+
<xs:documentation source="Name" xml:lang="EN">Organisation Identification</xs:documentation>
|
|
1526
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous way to identify an organisation.</xs:documentation>
|
|
1527
|
+
</xs:annotation>
|
|
1528
|
+
</xs:element>
|
|
1529
|
+
<xs:element name="PrvtId" type="PersonIdentification13">
|
|
1530
|
+
<xs:annotation>
|
|
1531
|
+
<xs:documentation source="Name" xml:lang="EN">Private Identification</xs:documentation>
|
|
1532
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous identification of a person, for example a passport.</xs:documentation>
|
|
1533
|
+
</xs:annotation>
|
|
1534
|
+
</xs:element>
|
|
1535
|
+
</xs:choice>
|
|
1536
|
+
</xs:complexType>
|
|
1537
|
+
<xs:complexType name="Party38Choice_SDD">
|
|
1538
|
+
<xs:complexContent>
|
|
1539
|
+
<xs:restriction base="Party38Choice">
|
|
1540
|
+
<xs:choice>
|
|
1541
|
+
<xs:element name="OrgId" type="OrganisationIdentification29_SDD">
|
|
1542
|
+
<xs:annotation>
|
|
1543
|
+
<xs:documentation source="Yellow Field"/>
|
|
1544
|
+
<xs:documentation source="Usage Rule">Either ‘AnyBIC’, 'LEI' or one occurrence of ‘Other’ is allowed.</xs:documentation>
|
|
1545
|
+
</xs:annotation>
|
|
1546
|
+
</xs:element>
|
|
1547
|
+
<xs:element name="PrvtId" type="PersonIdentification13_SDD">
|
|
1548
|
+
<xs:annotation>
|
|
1549
|
+
<xs:documentation source="Yellow Field"/>
|
|
1550
|
+
<xs:documentation source="Usage Rule">Either ‘Date and Place of Birth’ or one occurrence of ‘Other’ is allowed.</xs:documentation>
|
|
1551
|
+
</xs:annotation>
|
|
1552
|
+
</xs:element>
|
|
1553
|
+
</xs:choice>
|
|
1554
|
+
</xs:restriction>
|
|
1555
|
+
</xs:complexContent>
|
|
1556
|
+
</xs:complexType>
|
|
1557
|
+
<xs:complexType name="Party38Choice_SDD_2">
|
|
1558
|
+
<xs:complexContent>
|
|
1559
|
+
<xs:restriction base="Party38Choice">
|
|
1560
|
+
<xs:choice>
|
|
1561
|
+
<xs:element name="PrvtId" type="PersonIdentification13_SDD_2">
|
|
1562
|
+
<xs:annotation>
|
|
1563
|
+
<xs:documentation source="Yellow Field"/>
|
|
1564
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
1565
|
+
<xs:documentation source="Usage Rule">Private Identification is used to identify either an organisation or a private person.</xs:documentation>
|
|
1566
|
+
</xs:annotation>
|
|
1567
|
+
</xs:element>
|
|
1568
|
+
</xs:choice>
|
|
1569
|
+
</xs:restriction>
|
|
1570
|
+
</xs:complexContent>
|
|
1571
|
+
</xs:complexType>
|
|
1572
|
+
<xs:complexType name="Party38Choice_SDD_3">
|
|
1573
|
+
<xs:complexContent>
|
|
1574
|
+
<xs:restriction base="Party38Choice">
|
|
1575
|
+
<xs:choice>
|
|
1576
|
+
<xs:element name="PrvtId" type="PersonIdentification13_SDD_2">
|
|
1577
|
+
<xs:annotation>
|
|
1578
|
+
<xs:documentation source="Yellow Field"/>
|
|
1579
|
+
<xs:documentation source="Usage Rule">Private Identification is used to identify either an organisation or a private person.</xs:documentation>
|
|
1580
|
+
</xs:annotation>
|
|
1581
|
+
</xs:element>
|
|
1582
|
+
</xs:choice>
|
|
1583
|
+
</xs:restriction>
|
|
1584
|
+
</xs:complexContent>
|
|
1585
|
+
</xs:complexType>
|
|
1586
|
+
<xs:complexType name="Party38Choice_SDD_4">
|
|
1587
|
+
<xs:complexContent>
|
|
1588
|
+
<xs:restriction base="Party38Choice">
|
|
1589
|
+
<xs:choice>
|
|
1590
|
+
<xs:element name="OrgId" type="OrganisationIdentification29_SDD">
|
|
1591
|
+
<xs:annotation>
|
|
1592
|
+
<xs:documentation source="Yellow Field"/>
|
|
1593
|
+
<xs:documentation source="Usage Rule">Either ‘AnyBICI’, 'LEI' or one occurrence of ‘Other’ is allowed.</xs:documentation>
|
|
1594
|
+
</xs:annotation>
|
|
1595
|
+
</xs:element>
|
|
1596
|
+
<xs:element name="PrvtId" type="PersonIdentification13_SDD">
|
|
1597
|
+
<xs:annotation>
|
|
1598
|
+
<xs:documentation source="Yellow Field"/>
|
|
1599
|
+
<xs:documentation source="Usage Rule">Either ‘Date and Place of Birth’ or one occurrence of ‘Other’ is allowed.</xs:documentation>
|
|
1600
|
+
</xs:annotation>
|
|
1601
|
+
</xs:element>
|
|
1602
|
+
</xs:choice>
|
|
1603
|
+
</xs:restriction>
|
|
1604
|
+
</xs:complexContent>
|
|
1605
|
+
</xs:complexType>
|
|
1606
|
+
<xs:complexType name="PartyIdentification135">
|
|
1607
|
+
<xs:annotation>
|
|
1608
|
+
<xs:documentation source="Name" xml:lang="EN">Party Identification 135</xs:documentation>
|
|
1609
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies the identification of a person or an organisation.</xs:documentation>
|
|
1610
|
+
</xs:annotation>
|
|
1611
|
+
<xs:sequence>
|
|
1612
|
+
<xs:element name="Nm" type="Max140Text" minOccurs="0">
|
|
1613
|
+
<xs:annotation>
|
|
1614
|
+
<xs:documentation source="Name" xml:lang="EN">Name</xs:documentation>
|
|
1615
|
+
<xs:documentation source="Definition" xml:lang="EN">Name by which a party is known and which is usually used to identify that party.</xs:documentation>
|
|
1616
|
+
</xs:annotation>
|
|
1617
|
+
</xs:element>
|
|
1618
|
+
<xs:element name="PstlAdr" type="PostalAddress24" minOccurs="0">
|
|
1619
|
+
<xs:annotation>
|
|
1620
|
+
<xs:documentation source="Name" xml:lang="EN">Postal Address</xs:documentation>
|
|
1621
|
+
<xs:documentation source="Definition" xml:lang="EN">Information that locates and identifies a specific address, as defined by postal services.</xs:documentation>
|
|
1622
|
+
</xs:annotation>
|
|
1623
|
+
</xs:element>
|
|
1624
|
+
<xs:element name="Id" type="Party38Choice" minOccurs="0">
|
|
1625
|
+
<xs:annotation>
|
|
1626
|
+
<xs:documentation source="Name" xml:lang="EN">Identification</xs:documentation>
|
|
1627
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous identification of a party.</xs:documentation>
|
|
1628
|
+
</xs:annotation>
|
|
1629
|
+
</xs:element>
|
|
1630
|
+
</xs:sequence>
|
|
1631
|
+
</xs:complexType>
|
|
1632
|
+
<xs:complexType name="PartyIdentification135_SDD">
|
|
1633
|
+
<xs:complexContent>
|
|
1634
|
+
<xs:restriction base="PartyIdentification135">
|
|
1635
|
+
<xs:sequence>
|
|
1636
|
+
<xs:element name="Nm" type="Max140Text_SDD" minOccurs="0">
|
|
1637
|
+
<xs:annotation>
|
|
1638
|
+
<xs:documentation source="Yellow Field"/>
|
|
1639
|
+
<xs:documentation source="Usage Rule">‘Name’ is limited to 70 characters in length.</xs:documentation>
|
|
1640
|
+
</xs:annotation>
|
|
1641
|
+
</xs:element>
|
|
1642
|
+
<xs:element name="Id" type="Party38Choice_SDD" minOccurs="0">
|
|
1643
|
+
<xs:annotation>
|
|
1644
|
+
<xs:documentation source="Yellow Field"/>
|
|
1645
|
+
</xs:annotation>
|
|
1646
|
+
</xs:element>
|
|
1647
|
+
</xs:sequence>
|
|
1648
|
+
</xs:restriction>
|
|
1649
|
+
</xs:complexContent>
|
|
1650
|
+
</xs:complexType>
|
|
1651
|
+
<xs:complexType name="PartyIdentification135_SDD_2">
|
|
1652
|
+
<xs:complexContent>
|
|
1653
|
+
<xs:restriction base="PartyIdentification135">
|
|
1654
|
+
<xs:sequence>
|
|
1655
|
+
<xs:element name="Nm" type="Max140Text_SDD">
|
|
1656
|
+
<xs:annotation>
|
|
1657
|
+
<xs:documentation source="Yellow Field"/>
|
|
1658
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
1659
|
+
<xs:documentation source="Rulebook">AT-E001 The Name of the Creditor.</xs:documentation>
|
|
1660
|
+
<xs:documentation source="Usage Rule">‘Name’ is limited to 70 characters in length.</xs:documentation>
|
|
1661
|
+
</xs:annotation>
|
|
1662
|
+
</xs:element>
|
|
1663
|
+
<xs:element name="PstlAdr" type="PostalAddress24_SDD_2025" minOccurs="0">
|
|
1664
|
+
<xs:annotation>
|
|
1665
|
+
<xs:documentation source="Yellow Field"/>
|
|
1666
|
+
<xs:documentation source="Rulebook">AT-E004 The Address of the Creditor.</xs:documentation>
|
|
1667
|
+
</xs:annotation>
|
|
1668
|
+
</xs:element>
|
|
1669
|
+
</xs:sequence>
|
|
1670
|
+
</xs:restriction>
|
|
1671
|
+
</xs:complexContent>
|
|
1672
|
+
</xs:complexType>
|
|
1673
|
+
<xs:complexType name="PartyIdentification135_SDD_3">
|
|
1674
|
+
<xs:complexContent>
|
|
1675
|
+
<xs:restriction base="PartyIdentification135">
|
|
1676
|
+
<xs:sequence>
|
|
1677
|
+
<xs:element name="Nm" type="Max140Text_SDD" minOccurs="0">
|
|
1678
|
+
<xs:annotation>
|
|
1679
|
+
<xs:documentation source="Yellow Field"/>
|
|
1680
|
+
<xs:documentation source="Rulebook">AT-E007 The Name of the Creditor Reference Party.</xs:documentation>
|
|
1681
|
+
<xs:documentation source="Usage Rule">‘Name’ is limited to 70 characters in length.</xs:documentation>
|
|
1682
|
+
</xs:annotation>
|
|
1683
|
+
</xs:element>
|
|
1684
|
+
<xs:element name="Id" type="Party38Choice_SDD" minOccurs="0">
|
|
1685
|
+
<xs:annotation>
|
|
1686
|
+
<xs:documentation source="Yellow Field"/>
|
|
1687
|
+
<xs:documentation source="Rulebook">AT-E010 The Identification code of the Creditor Reference Party.</xs:documentation>
|
|
1688
|
+
</xs:annotation>
|
|
1689
|
+
</xs:element>
|
|
1690
|
+
</xs:sequence>
|
|
1691
|
+
</xs:restriction>
|
|
1692
|
+
</xs:complexContent>
|
|
1693
|
+
</xs:complexType>
|
|
1694
|
+
<xs:complexType name="PartyIdentification135_SDD_4">
|
|
1695
|
+
<xs:complexContent>
|
|
1696
|
+
<xs:restriction base="PartyIdentification135">
|
|
1697
|
+
<xs:sequence>
|
|
1698
|
+
<xs:element name="Id" type="Party38Choice_SDD_2">
|
|
1699
|
+
<xs:annotation>
|
|
1700
|
+
<xs:documentation source="Yellow Field"/>
|
|
1701
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
1702
|
+
<xs:documentation source="Rulebook">AT-E005 The Identifier of the Creditor.</xs:documentation>
|
|
1703
|
+
</xs:annotation>
|
|
1704
|
+
</xs:element>
|
|
1705
|
+
</xs:sequence>
|
|
1706
|
+
</xs:restriction>
|
|
1707
|
+
</xs:complexContent>
|
|
1708
|
+
</xs:complexType>
|
|
1709
|
+
<xs:complexType name="PartyIdentification135_SDD_5">
|
|
1710
|
+
<xs:complexContent>
|
|
1711
|
+
<xs:restriction base="PartyIdentification135">
|
|
1712
|
+
<xs:sequence>
|
|
1713
|
+
<xs:element name="Nm" type="Max140Text_SDD" minOccurs="0">
|
|
1714
|
+
<xs:annotation>
|
|
1715
|
+
<xs:documentation source="Yellow Field"/>
|
|
1716
|
+
<xs:documentation source="Rulebook">Original AT-E001 The Name of the Creditor.</xs:documentation>
|
|
1717
|
+
<xs:documentation source="Usage Rule">If present the new’ Name’ must be specified under ‘Creditor’.</xs:documentation>
|
|
1718
|
+
<xs:documentation source="Usage Rule">‘Name’ is limited to 70 characters in length.</xs:documentation>
|
|
1719
|
+
</xs:annotation>
|
|
1720
|
+
</xs:element>
|
|
1721
|
+
<xs:element name="Id" type="Party38Choice_SDD_3" minOccurs="0">
|
|
1722
|
+
<xs:annotation>
|
|
1723
|
+
<xs:documentation source="Yellow Field"/>
|
|
1724
|
+
<xs:documentation source="Rulebook">AT-M004 The Identifier of the original Creditor who issued the Mandate.</xs:documentation>
|
|
1725
|
+
</xs:annotation>
|
|
1726
|
+
</xs:element>
|
|
1727
|
+
</xs:sequence>
|
|
1728
|
+
</xs:restriction>
|
|
1729
|
+
</xs:complexContent>
|
|
1730
|
+
</xs:complexType>
|
|
1731
|
+
<xs:complexType name="PartyIdentification135_SDD_6">
|
|
1732
|
+
<xs:complexContent>
|
|
1733
|
+
<xs:restriction base="PartyIdentification135">
|
|
1734
|
+
<xs:sequence>
|
|
1735
|
+
<xs:element name="Id" type="Party38Choice_SDD_3">
|
|
1736
|
+
<xs:annotation>
|
|
1737
|
+
<xs:documentation source="Yellow Field"/>
|
|
1738
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
1739
|
+
<xs:documentation source="Rulebook">AT-E005 The Identifier of the Creditor.</xs:documentation>
|
|
1740
|
+
</xs:annotation>
|
|
1741
|
+
</xs:element>
|
|
1742
|
+
</xs:sequence>
|
|
1743
|
+
</xs:restriction>
|
|
1744
|
+
</xs:complexContent>
|
|
1745
|
+
</xs:complexType>
|
|
1746
|
+
<xs:complexType name="PartyIdentification135_SDD_7">
|
|
1747
|
+
<xs:complexContent>
|
|
1748
|
+
<xs:restriction base="PartyIdentification135">
|
|
1749
|
+
<xs:sequence>
|
|
1750
|
+
<xs:element name="Nm" type="Max140Text_SDD">
|
|
1751
|
+
<xs:annotation>
|
|
1752
|
+
<xs:documentation source="Yellow Field"/>
|
|
1753
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
1754
|
+
<xs:documentation source="Rulebook">AT-P001 The Name of the Debtor.</xs:documentation>
|
|
1755
|
+
<xs:documentation source="Usage Rule">‘Name’ is limited to 70 characters in length.</xs:documentation>
|
|
1756
|
+
<xs:documentation source="Usage Rule">In case of a mandate generated using data from a payment card at the point of sale which results in a direct debit to and from a payment account, and where the name of the Debtor is not available, the attribute “Name of the Debtor” must be filled in with “/CDGM” (note: Card Data Generated Mandate), followed by “/card number”, “/sequence number” and “/expiry date of the card” (note: this means that the information parts are delimited by “/”) or, if these data elements are not available, by any other data element(s) that would uniquely identify the Debtor to the Debtor PSP.</xs:documentation>
|
|
1757
|
+
</xs:annotation>
|
|
1758
|
+
</xs:element>
|
|
1759
|
+
<xs:element name="PstlAdr" type="PostalAddress24_SDD_2_2025" minOccurs="0">
|
|
1760
|
+
<xs:annotation>
|
|
1761
|
+
<xs:documentation source="Yellow Field"/>
|
|
1762
|
+
<xs:documentation source="Rulebook">AT-P005 The Address of the Debtor (only mandatory when the Creditor PSP or the Debtor PSP is located a non-EEA SEPA country or territory).</xs:documentation>
|
|
1763
|
+
</xs:annotation>
|
|
1764
|
+
</xs:element>
|
|
1765
|
+
<xs:element name="Id" type="Party38Choice_SDD" minOccurs="0">
|
|
1766
|
+
<xs:annotation>
|
|
1767
|
+
<xs:documentation source="Yellow Field"/>
|
|
1768
|
+
<xs:documentation source="Rulebook">AT-P004 Debtor identification code.</xs:documentation>
|
|
1769
|
+
</xs:annotation>
|
|
1770
|
+
</xs:element>
|
|
1771
|
+
</xs:sequence>
|
|
1772
|
+
</xs:restriction>
|
|
1773
|
+
</xs:complexContent>
|
|
1774
|
+
</xs:complexType>
|
|
1775
|
+
<xs:complexType name="PartyIdentification135_SDD_8">
|
|
1776
|
+
<xs:complexContent>
|
|
1777
|
+
<xs:restriction base="PartyIdentification135">
|
|
1778
|
+
<xs:sequence>
|
|
1779
|
+
<xs:element name="Nm" type="Max140Text_SDD" minOccurs="0">
|
|
1780
|
+
<xs:annotation>
|
|
1781
|
+
<xs:documentation source="Yellow Field"/>
|
|
1782
|
+
<xs:documentation source="Rulebook">AT-P006 The Name of the Debtor Reference Party.</xs:documentation>
|
|
1783
|
+
<xs:documentation source="Usage Rule">‘Name’ is limited to 70 characters in length.</xs:documentation>
|
|
1784
|
+
<xs:documentation source="Usage Rule">Mandatory if provided by the Debtor in the mandate.</xs:documentation>
|
|
1785
|
+
</xs:annotation>
|
|
1786
|
+
</xs:element>
|
|
1787
|
+
<xs:element name="Id" type="Party38Choice_SDD_4" minOccurs="0">
|
|
1788
|
+
<xs:annotation>
|
|
1789
|
+
<xs:documentation source="Yellow Field"/>
|
|
1790
|
+
<xs:documentation source="Rulebook">AT-P007 The Identification code of the Debtor Reference Party.</xs:documentation>
|
|
1791
|
+
</xs:annotation>
|
|
1792
|
+
</xs:element>
|
|
1793
|
+
</xs:sequence>
|
|
1794
|
+
</xs:restriction>
|
|
1795
|
+
</xs:complexContent>
|
|
1796
|
+
</xs:complexType>
|
|
1797
|
+
<xs:complexType name="PaymentIdentification6">
|
|
1798
|
+
<xs:annotation>
|
|
1799
|
+
<xs:documentation source="Name" xml:lang="EN">Payment Identification 6</xs:documentation>
|
|
1800
|
+
<xs:documentation source="Definition" xml:lang="EN">Provides further means of referencing a payment transaction.</xs:documentation>
|
|
1801
|
+
</xs:annotation>
|
|
1802
|
+
<xs:sequence>
|
|
1803
|
+
<xs:element name="InstrId" type="Max35Text" minOccurs="0">
|
|
1804
|
+
<xs:annotation>
|
|
1805
|
+
<xs:documentation source="Name" xml:lang="EN">Instruction Identification</xs:documentation>
|
|
1806
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
1807
|
+
Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction.
|
|
1808
|
+
|
|
1809
|
+
Usage: The instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.
|
|
1810
|
+
</xs:documentation>
|
|
1811
|
+
</xs:annotation>
|
|
1812
|
+
</xs:element>
|
|
1813
|
+
<xs:element name="EndToEndId" type="Max35Text">
|
|
1814
|
+
<xs:annotation>
|
|
1815
|
+
<xs:documentation source="Name" xml:lang="EN">End To End Identification</xs:documentation>
|
|
1816
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
1817
|
+
Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.
|
|
1818
|
+
|
|
1819
|
+
Usage: The end-to-end identification can be used for reconciliation or to link tasks relating to the transaction. It can be included in several messages related to the transaction.
|
|
1820
|
+
</xs:documentation>
|
|
1821
|
+
</xs:annotation>
|
|
1822
|
+
</xs:element>
|
|
1823
|
+
</xs:sequence>
|
|
1824
|
+
</xs:complexType>
|
|
1825
|
+
<xs:complexType name="PaymentIdentification6_SDD">
|
|
1826
|
+
<xs:complexContent>
|
|
1827
|
+
<xs:restriction base="PaymentIdentification6">
|
|
1828
|
+
<xs:sequence>
|
|
1829
|
+
<xs:element name="InstrId" minOccurs="0">
|
|
1830
|
+
<xs:annotation>
|
|
1831
|
+
<xs:documentation source="Yellow Field"/>
|
|
1832
|
+
</xs:annotation>
|
|
1833
|
+
<xs:simpleType>
|
|
1834
|
+
<xs:restriction base="Max35Text">
|
|
1835
|
+
<xs:pattern value="([A-Za-z0-9]|[\+|\?|/|\-|:|\(|\)|\.|,|'| ]){1,35}"/>
|
|
1836
|
+
</xs:restriction>
|
|
1837
|
+
</xs:simpleType>
|
|
1838
|
+
</xs:element>
|
|
1839
|
+
<xs:element name="EndToEndId">
|
|
1840
|
+
<xs:annotation>
|
|
1841
|
+
<xs:documentation source="Yellow Field"/>
|
|
1842
|
+
<xs:documentation source="Rulebook">AT-T015 The Creditor’s reference of the Direct Debit Transaction.</xs:documentation>
|
|
1843
|
+
</xs:annotation>
|
|
1844
|
+
<xs:simpleType>
|
|
1845
|
+
<xs:restriction base="Max35Text">
|
|
1846
|
+
<xs:pattern value="([A-Za-z0-9]|[\+|\?|/|\-|:|\(|\)|\.|,|'| ]){1,35}"/>
|
|
1847
|
+
</xs:restriction>
|
|
1848
|
+
</xs:simpleType>
|
|
1849
|
+
</xs:element>
|
|
1850
|
+
</xs:sequence>
|
|
1851
|
+
</xs:restriction>
|
|
1852
|
+
</xs:complexContent>
|
|
1853
|
+
</xs:complexType>
|
|
1854
|
+
<xs:complexType name="PaymentInstruction29">
|
|
1855
|
+
<xs:annotation>
|
|
1856
|
+
<xs:documentation source="Name" xml:lang="EN">Payment Instruction 29</xs:documentation>
|
|
1857
|
+
<xs:documentation source="Definition" xml:lang="EN">Characteristics that apply to the credit side of the payment transactions included in the direct debit initiation.</xs:documentation>
|
|
1858
|
+
</xs:annotation>
|
|
1859
|
+
<xs:sequence>
|
|
1860
|
+
<xs:element name="PmtInfId" type="Max35Text">
|
|
1861
|
+
<xs:annotation>
|
|
1862
|
+
<xs:documentation source="Name" xml:lang="EN">Payment Information Identification</xs:documentation>
|
|
1863
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique identification, as assigned by a sending party, to unambiguously identify the payment information group within the message.</xs:documentation>
|
|
1864
|
+
</xs:annotation>
|
|
1865
|
+
</xs:element>
|
|
1866
|
+
<xs:element name="PmtMtd" type="PaymentMethod2Code">
|
|
1867
|
+
<xs:annotation>
|
|
1868
|
+
<xs:documentation source="Name" xml:lang="EN">Payment Method</xs:documentation>
|
|
1869
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies the means of payment that will be used to move the amount of money.</xs:documentation>
|
|
1870
|
+
</xs:annotation>
|
|
1871
|
+
</xs:element>
|
|
1872
|
+
<xs:element name="BtchBookg" type="BatchBookingIndicator" minOccurs="0">
|
|
1873
|
+
<xs:annotation>
|
|
1874
|
+
<xs:documentation source="Name" xml:lang="EN">Batch Booking</xs:documentation>
|
|
1875
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
1876
|
+
Identifies whether a single entry per individual transaction or a batch entry for the sum of the amounts of all transactions within the group of a message is requested.
|
|
1877
|
+
Usage: Batch booking is used to request and not order a possible batch booking.
|
|
1878
|
+
</xs:documentation>
|
|
1879
|
+
</xs:annotation>
|
|
1880
|
+
</xs:element>
|
|
1881
|
+
<xs:element name="NbOfTxs" type="Max15NumericText" minOccurs="0">
|
|
1882
|
+
<xs:annotation>
|
|
1883
|
+
<xs:documentation source="Name" xml:lang="EN">Number Of Transactions</xs:documentation>
|
|
1884
|
+
<xs:documentation source="Definition" xml:lang="EN">Number of individual transactions contained in the payment information group.</xs:documentation>
|
|
1885
|
+
</xs:annotation>
|
|
1886
|
+
</xs:element>
|
|
1887
|
+
<xs:element name="CtrlSum" type="DecimalNumber" minOccurs="0">
|
|
1888
|
+
<xs:annotation>
|
|
1889
|
+
<xs:documentation source="Name" xml:lang="EN">Control Sum</xs:documentation>
|
|
1890
|
+
<xs:documentation source="Definition" xml:lang="EN">Total of all individual amounts included in the group, irrespective of currencies.</xs:documentation>
|
|
1891
|
+
</xs:annotation>
|
|
1892
|
+
</xs:element>
|
|
1893
|
+
<xs:element name="PmtTpInf" type="PaymentTypeInformation29" minOccurs="0">
|
|
1894
|
+
<xs:annotation>
|
|
1895
|
+
<xs:documentation source="Name" xml:lang="EN">Payment Type Information</xs:documentation>
|
|
1896
|
+
<xs:documentation source="Definition" xml:lang="EN">Set of elements used to further specify the type of transaction.</xs:documentation>
|
|
1897
|
+
</xs:annotation>
|
|
1898
|
+
</xs:element>
|
|
1899
|
+
<xs:element name="ReqdColltnDt" type="ISODate">
|
|
1900
|
+
<xs:annotation>
|
|
1901
|
+
<xs:documentation source="Name" xml:lang="EN">Requested Collection Date</xs:documentation>
|
|
1902
|
+
<xs:documentation source="Definition" xml:lang="EN">Date and time at which the creditor requests that the amount of money is to be collected from the debtor.</xs:documentation>
|
|
1903
|
+
</xs:annotation>
|
|
1904
|
+
</xs:element>
|
|
1905
|
+
<xs:element name="Cdtr" type="PartyIdentification135">
|
|
1906
|
+
<xs:annotation>
|
|
1907
|
+
<xs:documentation source="Name" xml:lang="EN">Creditor</xs:documentation>
|
|
1908
|
+
<xs:documentation source="Definition" xml:lang="EN">Party to which an amount of money is due.</xs:documentation>
|
|
1909
|
+
</xs:annotation>
|
|
1910
|
+
</xs:element>
|
|
1911
|
+
<xs:element name="CdtrAcct" type="CashAccount38">
|
|
1912
|
+
<xs:annotation>
|
|
1913
|
+
<xs:documentation source="Name" xml:lang="EN">Creditor Account</xs:documentation>
|
|
1914
|
+
<xs:documentation source="Definition" xml:lang="EN">Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction.</xs:documentation>
|
|
1915
|
+
</xs:annotation>
|
|
1916
|
+
</xs:element>
|
|
1917
|
+
<xs:element name="CdtrAgt" type="BranchAndFinancialInstitutionIdentification6">
|
|
1918
|
+
<xs:annotation>
|
|
1919
|
+
<xs:documentation source="Name" xml:lang="EN">Creditor Agent</xs:documentation>
|
|
1920
|
+
<xs:documentation source="Definition" xml:lang="EN">Financial institution servicing an account for the creditor.</xs:documentation>
|
|
1921
|
+
</xs:annotation>
|
|
1922
|
+
</xs:element>
|
|
1923
|
+
<xs:element name="UltmtCdtr" type="PartyIdentification135" minOccurs="0">
|
|
1924
|
+
<xs:annotation>
|
|
1925
|
+
<xs:documentation source="Name" xml:lang="EN">Ultimate Creditor</xs:documentation>
|
|
1926
|
+
<xs:documentation source="Definition" xml:lang="EN">Ultimate party to which an amount of money is due.</xs:documentation>
|
|
1927
|
+
</xs:annotation>
|
|
1928
|
+
</xs:element>
|
|
1929
|
+
<xs:element name="ChrgBr" type="ChargeBearerType1Code" minOccurs="0">
|
|
1930
|
+
<xs:annotation>
|
|
1931
|
+
<xs:documentation source="Name" xml:lang="EN">Charge Bearer</xs:documentation>
|
|
1932
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies which party/parties will bear the charges associated with the processing of the payment transaction.</xs:documentation>
|
|
1933
|
+
</xs:annotation>
|
|
1934
|
+
</xs:element>
|
|
1935
|
+
<xs:element name="CdtrSchmeId" type="PartyIdentification135" minOccurs="0">
|
|
1936
|
+
<xs:annotation>
|
|
1937
|
+
<xs:documentation source="Name" xml:lang="EN">Creditor Scheme Identification</xs:documentation>
|
|
1938
|
+
<xs:documentation source="Definition" xml:lang="EN">Credit party that signs the mandate.</xs:documentation>
|
|
1939
|
+
</xs:annotation>
|
|
1940
|
+
</xs:element>
|
|
1941
|
+
<xs:element name="DrctDbtTxInf" type="DirectDebitTransactionInformation23" maxOccurs="unbounded">
|
|
1942
|
+
<xs:annotation>
|
|
1943
|
+
<xs:documentation source="Name" xml:lang="EN">Direct Debit Transaction Information</xs:documentation>
|
|
1944
|
+
<xs:documentation source="Definition" xml:lang="EN">Provides information on the individual transaction(s) included in the message.</xs:documentation>
|
|
1945
|
+
</xs:annotation>
|
|
1946
|
+
</xs:element>
|
|
1947
|
+
</xs:sequence>
|
|
1948
|
+
</xs:complexType>
|
|
1949
|
+
<xs:complexType name="PaymentInstruction29_SDD">
|
|
1950
|
+
<xs:complexContent>
|
|
1951
|
+
<xs:restriction base="PaymentInstruction29">
|
|
1952
|
+
<xs:sequence>
|
|
1953
|
+
<xs:element name="PmtInfId">
|
|
1954
|
+
<xs:annotation>
|
|
1955
|
+
<xs:documentation source="Yellow Field"/>
|
|
1956
|
+
</xs:annotation>
|
|
1957
|
+
<xs:simpleType>
|
|
1958
|
+
<xs:restriction base="Max35Text">
|
|
1959
|
+
<xs:pattern value="([A-Za-z0-9]|[\+|\?|/|\-|:|\(|\)|\.|,|'| ]){1,35}"/>
|
|
1960
|
+
</xs:restriction>
|
|
1961
|
+
</xs:simpleType>
|
|
1962
|
+
</xs:element>
|
|
1963
|
+
<xs:element name="PmtMtd" type="PaymentMethod2Code">
|
|
1964
|
+
<xs:annotation>
|
|
1965
|
+
<xs:documentation source="Yellow Field"/>
|
|
1966
|
+
</xs:annotation>
|
|
1967
|
+
</xs:element>
|
|
1968
|
+
<xs:element name="BtchBookg" type="BatchBookingIndicator" minOccurs="0">
|
|
1969
|
+
<xs:annotation>
|
|
1970
|
+
<xs:documentation source="Yellow Field"/>
|
|
1971
|
+
<xs:documentation source="Usage Rule">If present and contains "true", batch booking is requested. If present and contains "false", booking per transaction is requested.</xs:documentation>
|
|
1972
|
+
<xs:documentation source="Usage Rule">If element is not present, pre-agreed customer-to-PSP conditions apply.</xs:documentation>
|
|
1973
|
+
</xs:annotation>
|
|
1974
|
+
</xs:element>
|
|
1975
|
+
<xs:element name="NbOfTxs" type="Max15NumericText">
|
|
1976
|
+
<xs:annotation>
|
|
1977
|
+
<xs:documentation source="Yellow Field"/>
|
|
1978
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
1979
|
+
<xs:documentation source="Usage Rule">The validation of this data element depends on pre-agreed customer-to-PSP conditions.</xs:documentation>
|
|
1980
|
+
</xs:annotation>
|
|
1981
|
+
</xs:element>
|
|
1982
|
+
<xs:element name="CtrlSum" type="DecimalNumber_SDD">
|
|
1983
|
+
<xs:annotation>
|
|
1984
|
+
<xs:documentation source="Yellow Field"/>
|
|
1985
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
1986
|
+
<xs:documentation source="Usage Rule">The validation of this data element depends on pre-agreed customer-to-PSP conditions.</xs:documentation>
|
|
1987
|
+
<xs:documentation source="Format Rule">The fractional part has a maximum of two digits</xs:documentation>
|
|
1988
|
+
</xs:annotation>
|
|
1989
|
+
</xs:element>
|
|
1990
|
+
<xs:element name="PmtTpInf" type="PaymentTypeInformation29_SDD" minOccurs="0">
|
|
1991
|
+
<xs:annotation>
|
|
1992
|
+
<xs:documentation source="Yellow Field"/>
|
|
1993
|
+
<xs:documentation source="Usage Rule">‘Payment Type Information’ must be present either here or under ‘Direct Debit Transaction Information’.</xs:documentation>
|
|
1994
|
+
</xs:annotation>
|
|
1995
|
+
</xs:element>
|
|
1996
|
+
<xs:element name="ReqdColltnDt" type="ISODate">
|
|
1997
|
+
<xs:annotation>
|
|
1998
|
+
<xs:documentation source="Yellow Field"/>
|
|
1999
|
+
<xs:documentation source="Rulebook">AT-T013 The Due Date of the Collection.</xs:documentation>
|
|
2000
|
+
</xs:annotation>
|
|
2001
|
+
</xs:element>
|
|
2002
|
+
<xs:element name="Cdtr" type="PartyIdentification135_SDD_2">
|
|
2003
|
+
<xs:annotation>
|
|
2004
|
+
<xs:documentation source="Yellow Field"/>
|
|
2005
|
+
</xs:annotation>
|
|
2006
|
+
</xs:element>
|
|
2007
|
+
<xs:element name="CdtrAcct" type="CashAccount38_SDD">
|
|
2008
|
+
<xs:annotation>
|
|
2009
|
+
<xs:documentation source="Yellow Field"/>
|
|
2010
|
+
<xs:documentation source="Rulebook">AT-C001 The account number (IBAN) of the Creditor.</xs:documentation>
|
|
2011
|
+
</xs:annotation>
|
|
2012
|
+
</xs:element>
|
|
2013
|
+
<xs:element name="CdtrAgt" type="BranchAndFinancialInstitutionIdentification6_SDD">
|
|
2014
|
+
<xs:annotation>
|
|
2015
|
+
<xs:documentation source="Yellow Field"/>
|
|
2016
|
+
</xs:annotation>
|
|
2017
|
+
</xs:element>
|
|
2018
|
+
<xs:element name="UltmtCdtr" type="PartyIdentification135_SDD_3" minOccurs="0">
|
|
2019
|
+
<xs:annotation>
|
|
2020
|
+
<xs:documentation source="Yellow Field"/>
|
|
2021
|
+
<xs:documentation source="Usage Rule">This data element may be present either at 'Payment Information' or at 'Direct Debit Transaction Information' level.</xs:documentation>
|
|
2022
|
+
</xs:annotation>
|
|
2023
|
+
</xs:element>
|
|
2024
|
+
<xs:element name="ChrgBr" type="ChargeBearerType1Code" minOccurs="0">
|
|
2025
|
+
<xs:annotation>
|
|
2026
|
+
<xs:documentation source="Yellow Field"/>
|
|
2027
|
+
<xs:documentation source="Usage Rule">Only "SLEV" is allowed.</xs:documentation>
|
|
2028
|
+
<xs:documentation source="Usage Rule">It is recommended that this element be specified at ‘Payment Information’ level.</xs:documentation>
|
|
2029
|
+
</xs:annotation>
|
|
2030
|
+
</xs:element>
|
|
2031
|
+
<xs:element name="CdtrSchmeId" type="PartyIdentification135_SDD_4" minOccurs="0">
|
|
2032
|
+
<xs:annotation>
|
|
2033
|
+
<xs:documentation source="Yellow Field"/>
|
|
2034
|
+
<xs:documentation source="Usage Rule">It is recommended that all transactions within the same ‘Payment Information’ block have the same ‘Creditor Scheme Identification’.</xs:documentation>
|
|
2035
|
+
<xs:documentation source="Usage Rule">This data element must be present at either ‘Payment Information’ or ‘Direct Debit Transaction’ level.</xs:documentation>
|
|
2036
|
+
</xs:annotation>
|
|
2037
|
+
</xs:element>
|
|
2038
|
+
<xs:element name="DrctDbtTxInf" type="DirectDebitTransactionInformation23_SDD" maxOccurs="unbounded">
|
|
2039
|
+
<xs:annotation>
|
|
2040
|
+
<xs:documentation source="Yellow Field"/>
|
|
2041
|
+
</xs:annotation>
|
|
2042
|
+
</xs:element>
|
|
2043
|
+
</xs:sequence>
|
|
2044
|
+
</xs:restriction>
|
|
2045
|
+
</xs:complexContent>
|
|
2046
|
+
</xs:complexType>
|
|
2047
|
+
<xs:simpleType name="PaymentMethod2Code">
|
|
2048
|
+
<xs:annotation>
|
|
2049
|
+
<xs:documentation source="Name" xml:lang="EN">Payment Method 2Code</xs:documentation>
|
|
2050
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies the transfer method that will be used to transfer the cash.</xs:documentation>
|
|
2051
|
+
</xs:annotation>
|
|
2052
|
+
<xs:restriction base="xs:string">
|
|
2053
|
+
<xs:enumeration value="DD">
|
|
2054
|
+
<xs:annotation>
|
|
2055
|
+
<xs:documentation source="Name" xml:lang="EN">DirectDebit</xs:documentation>
|
|
2056
|
+
<xs:documentation source="Definition" xml:lang="EN">Collection of an amount of money from the debtor's bank account by the creditor. The amount of money and dates of collections may vary.</xs:documentation>
|
|
2057
|
+
</xs:annotation>
|
|
2058
|
+
</xs:enumeration>
|
|
2059
|
+
</xs:restriction>
|
|
2060
|
+
</xs:simpleType>
|
|
2061
|
+
<xs:complexType name="PaymentTypeInformation29">
|
|
2062
|
+
<xs:annotation>
|
|
2063
|
+
<xs:documentation source="Name" xml:lang="EN">Payment Type Information 29</xs:documentation>
|
|
2064
|
+
<xs:documentation source="Definition" xml:lang="EN">Provides further details of the type of payment.</xs:documentation>
|
|
2065
|
+
</xs:annotation>
|
|
2066
|
+
<xs:sequence>
|
|
2067
|
+
<xs:element name="SvcLvl" type="ServiceLevel8Choice" minOccurs="0" maxOccurs="unbounded">
|
|
2068
|
+
<xs:annotation>
|
|
2069
|
+
<xs:documentation source="Name" xml:lang="EN">Service Level</xs:documentation>
|
|
2070
|
+
<xs:documentation source="Definition" xml:lang="EN">Agreement under which or rules under which the transaction should be processed.</xs:documentation>
|
|
2071
|
+
</xs:annotation>
|
|
2072
|
+
</xs:element>
|
|
2073
|
+
<xs:element name="LclInstrm" type="LocalInstrument2Choice" minOccurs="0">
|
|
2074
|
+
<xs:annotation>
|
|
2075
|
+
<xs:documentation source="Name" xml:lang="EN">Local Instrument</xs:documentation>
|
|
2076
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
2077
|
+
User community specific instrument.
|
|
2078
|
+
|
|
2079
|
+
Usage: This element is used to specify a local instrument, local clearing option and/or further qualify the service or service level.
|
|
2080
|
+
</xs:documentation>
|
|
2081
|
+
</xs:annotation>
|
|
2082
|
+
</xs:element>
|
|
2083
|
+
<xs:element name="SeqTp" type="SequenceType3Code" minOccurs="0">
|
|
2084
|
+
<xs:annotation>
|
|
2085
|
+
<xs:documentation source="Name" xml:lang="EN">Sequence Type</xs:documentation>
|
|
2086
|
+
<xs:documentation source="Definition" xml:lang="EN">Identifies the direct debit sequence, such as first, recurrent, final or one-off.</xs:documentation>
|
|
2087
|
+
</xs:annotation>
|
|
2088
|
+
</xs:element>
|
|
2089
|
+
<xs:element name="CtgyPurp" type="CategoryPurpose1Choice" minOccurs="0">
|
|
2090
|
+
<xs:annotation>
|
|
2091
|
+
<xs:documentation source="Name" xml:lang="EN">Category Purpose</xs:documentation>
|
|
2092
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
2093
|
+
Specifies the high level purpose of the instruction based on a set of pre-defined categories.
|
|
2094
|
+
Usage: This is used by the initiating party to provide information concerning the processing of the payment. It is likely to trigger special processing by any of the agents involved in the payment chain.
|
|
2095
|
+
</xs:documentation>
|
|
2096
|
+
</xs:annotation>
|
|
2097
|
+
</xs:element>
|
|
2098
|
+
</xs:sequence>
|
|
2099
|
+
</xs:complexType>
|
|
2100
|
+
<xs:complexType name="PaymentTypeInformation29_SDD">
|
|
2101
|
+
<xs:complexContent>
|
|
2102
|
+
<xs:restriction base="PaymentTypeInformation29">
|
|
2103
|
+
<xs:sequence>
|
|
2104
|
+
<xs:element name="SvcLvl" type="ServiceLevel8Choice_SDD">
|
|
2105
|
+
<xs:annotation>
|
|
2106
|
+
<xs:documentation source="Yellow Field"/>
|
|
2107
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
2108
|
+
<xs:documentation source="Usage Rule">Only one occurence is allowed.</xs:documentation>
|
|
2109
|
+
</xs:annotation>
|
|
2110
|
+
</xs:element>
|
|
2111
|
+
<xs:element name="LclInstrm" type="LocalInstrument2Choice_SDD">
|
|
2112
|
+
<xs:annotation>
|
|
2113
|
+
<xs:documentation source="Yellow Field"/>
|
|
2114
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
2115
|
+
</xs:annotation>
|
|
2116
|
+
</xs:element>
|
|
2117
|
+
<xs:element name="SeqTp" type="SequenceType3Code">
|
|
2118
|
+
<xs:annotation>
|
|
2119
|
+
<xs:documentation source="Yellow Field"/>
|
|
2120
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
2121
|
+
<xs:documentation source="Rulebook">AT-M006 The Transaction / Sequence Type.</xs:documentation>
|
|
2122
|
+
<xs:documentation source="Usage Rule">If ‘Amendment Indicator’ is "true", and ‘Original Debtor Account’ is set to "SMNDA" (Same Mandate with a New Debtor Account), this message element indicates either "FRST", "RCUR", "FNAL" or "OOFF" (all four codes allowed, no restrictions).</xs:documentation>
|
|
2123
|
+
</xs:annotation>
|
|
2124
|
+
</xs:element>
|
|
2125
|
+
<xs:element name="CtgyPurp" type="CategoryPurpose1Choice_SDD" minOccurs="0">
|
|
2126
|
+
<xs:annotation>
|
|
2127
|
+
<xs:documentation source="Yellow Field"/>
|
|
2128
|
+
<xs:documentation source="Rulebook">AT-T008 The Category purpose of the Collection.</xs:documentation>
|
|
2129
|
+
<xs:documentation source="Usage Rule">Depending on the agreement between the Creditor and the Creditor PSP, ‘Category Purpose’ may be forwarded to the Debtor PSP.</xs:documentation>
|
|
2130
|
+
</xs:annotation>
|
|
2131
|
+
</xs:element>
|
|
2132
|
+
</xs:sequence>
|
|
2133
|
+
</xs:restriction>
|
|
2134
|
+
</xs:complexContent>
|
|
2135
|
+
</xs:complexType>
|
|
2136
|
+
<xs:complexType name="PaymentTypeInformation29_SDD_2">
|
|
2137
|
+
<xs:complexContent>
|
|
2138
|
+
<xs:restriction base="PaymentTypeInformation29">
|
|
2139
|
+
<xs:sequence>
|
|
2140
|
+
<xs:element name="SvcLvl" type="ServiceLevel8Choice_SDD">
|
|
2141
|
+
<xs:annotation>
|
|
2142
|
+
<xs:documentation source="Yellow Field"/>
|
|
2143
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
2144
|
+
<xs:documentation source="Usage Rule">Only one occurence is allowed.</xs:documentation>
|
|
2145
|
+
</xs:annotation>
|
|
2146
|
+
</xs:element>
|
|
2147
|
+
<xs:element name="LclInstrm" type="LocalInstrument2Choice_SDD_2">
|
|
2148
|
+
<xs:annotation>
|
|
2149
|
+
<xs:documentation source="Yellow Field"/>
|
|
2150
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
2151
|
+
</xs:annotation>
|
|
2152
|
+
</xs:element>
|
|
2153
|
+
<xs:element name="SeqTp" type="SequenceType3Code">
|
|
2154
|
+
<xs:annotation>
|
|
2155
|
+
<xs:documentation source="Yellow Field"/>
|
|
2156
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
2157
|
+
<xs:documentation source="Rulebook">AT-M006 The Transaction / Sequence Type.</xs:documentation>
|
|
2158
|
+
<xs:documentation source="Usage Rule">If ‘Amendment Indicator’ is "true", and ‘Original Debtor Account’ is set to "SMNDA" (Same Mandate with a New Debtor Account), this message element indicates either "FRST", "RCUR", "FNAL" or "OOFF" (all four codes allowed, no restrictions).</xs:documentation>
|
|
2159
|
+
</xs:annotation>
|
|
2160
|
+
</xs:element>
|
|
2161
|
+
<xs:element name="CtgyPurp" type="CategoryPurpose1Choice_SDD" minOccurs="0">
|
|
2162
|
+
<xs:annotation>
|
|
2163
|
+
<xs:documentation source="Yellow Field"/>
|
|
2164
|
+
<xs:documentation source="Rulebook">AT-T008 The Category purpose of the Collection.</xs:documentation>
|
|
2165
|
+
<xs:documentation source="Usage Rule">Depending on the agreement between the Creditor and the Creditor PSP, ‘Category Purpose’ may be forwarded to the Debtor PSP.</xs:documentation>
|
|
2166
|
+
</xs:annotation>
|
|
2167
|
+
</xs:element>
|
|
2168
|
+
</xs:sequence>
|
|
2169
|
+
</xs:restriction>
|
|
2170
|
+
</xs:complexContent>
|
|
2171
|
+
</xs:complexType>
|
|
2172
|
+
<xs:complexType name="PersonIdentification13">
|
|
2173
|
+
<xs:annotation>
|
|
2174
|
+
<xs:documentation source="Name" xml:lang="EN">Person Identification 13</xs:documentation>
|
|
2175
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous way to identify a person.</xs:documentation>
|
|
2176
|
+
</xs:annotation>
|
|
2177
|
+
<xs:sequence>
|
|
2178
|
+
<xs:element name="DtAndPlcOfBirth" type="DateAndPlaceOfBirth1" minOccurs="0">
|
|
2179
|
+
<xs:annotation>
|
|
2180
|
+
<xs:documentation source="Name" xml:lang="EN">Date And Place Of Birth</xs:documentation>
|
|
2181
|
+
<xs:documentation source="Definition" xml:lang="EN">Date and place of birth of a person.</xs:documentation>
|
|
2182
|
+
</xs:annotation>
|
|
2183
|
+
</xs:element>
|
|
2184
|
+
<xs:element name="Othr" type="GenericPersonIdentification1" minOccurs="0" maxOccurs="unbounded">
|
|
2185
|
+
<xs:annotation>
|
|
2186
|
+
<xs:documentation source="Name" xml:lang="EN">Other</xs:documentation>
|
|
2187
|
+
<xs:documentation source="Definition" xml:lang="EN">Unique identification of a person, as assigned by an institution, using an identification scheme.</xs:documentation>
|
|
2188
|
+
</xs:annotation>
|
|
2189
|
+
</xs:element>
|
|
2190
|
+
</xs:sequence>
|
|
2191
|
+
</xs:complexType>
|
|
2192
|
+
<xs:complexType name="PersonIdentification13_SDD">
|
|
2193
|
+
<xs:complexContent>
|
|
2194
|
+
<xs:restriction base="PersonIdentification13">
|
|
2195
|
+
<xs:sequence>
|
|
2196
|
+
<xs:element name="DtAndPlcOfBirth" type="DateAndPlaceOfBirth1" minOccurs="0"/>
|
|
2197
|
+
<xs:element name="Othr" type="GenericPersonIdentification1" minOccurs="0"/>
|
|
2198
|
+
</xs:sequence>
|
|
2199
|
+
</xs:restriction>
|
|
2200
|
+
</xs:complexContent>
|
|
2201
|
+
</xs:complexType>
|
|
2202
|
+
<xs:complexType name="PersonIdentification13_SDD_2">
|
|
2203
|
+
<xs:complexContent>
|
|
2204
|
+
<xs:restriction base="PersonIdentification13">
|
|
2205
|
+
<xs:sequence>
|
|
2206
|
+
<xs:element name="Othr" type="GenericPersonIdentification1_SDD">
|
|
2207
|
+
<xs:annotation>
|
|
2208
|
+
<xs:documentation source="Yellow Field"/>
|
|
2209
|
+
<xs:documentation source="Usage Rule">Mandatory.</xs:documentation>
|
|
2210
|
+
<xs:documentation source="Usage Rule">Only one occurrence of ‘Other’ is allowed, and no other sub-elements are allowed.</xs:documentation>
|
|
2211
|
+
<xs:documentation source="Usage Rule">'Identification' must be used with an identifier described in General Message Element Specifications, Chapter 1.5.2.</xs:documentation>
|
|
2212
|
+
<xs:documentation source="Usage Rule">‘Proprietary’ under ‘Scheme Name’ must specify "SEPA".</xs:documentation>
|
|
2213
|
+
</xs:annotation>
|
|
2214
|
+
</xs:element>
|
|
2215
|
+
</xs:sequence>
|
|
2216
|
+
</xs:restriction>
|
|
2217
|
+
</xs:complexContent>
|
|
2218
|
+
</xs:complexType>
|
|
2219
|
+
<xs:complexType name="PersonIdentificationSchemeName1Choice">
|
|
2220
|
+
<xs:annotation>
|
|
2221
|
+
<xs:documentation source="Name" xml:lang="EN">Person Identification Scheme Name 1Choice</xs:documentation>
|
|
2222
|
+
<xs:documentation source="Definition" xml:lang="EN">Sets of elements to identify a name of the identification scheme.</xs:documentation>
|
|
2223
|
+
</xs:annotation>
|
|
2224
|
+
<xs:choice>
|
|
2225
|
+
<xs:element name="Cd" type="ExternalPersonIdentification1Code">
|
|
2226
|
+
<xs:annotation>
|
|
2227
|
+
<xs:documentation source="Name" xml:lang="EN">Code</xs:documentation>
|
|
2228
|
+
<xs:documentation source="Definition" xml:lang="EN">Name of the identification scheme, in a coded form as published in an external list.</xs:documentation>
|
|
2229
|
+
</xs:annotation>
|
|
2230
|
+
</xs:element>
|
|
2231
|
+
<xs:element name="Prtry" type="Max35Text">
|
|
2232
|
+
<xs:annotation>
|
|
2233
|
+
<xs:documentation source="Name" xml:lang="EN">Proprietary</xs:documentation>
|
|
2234
|
+
<xs:documentation source="Definition" xml:lang="EN">Name of the identification scheme, in a free text form.</xs:documentation>
|
|
2235
|
+
</xs:annotation>
|
|
2236
|
+
</xs:element>
|
|
2237
|
+
</xs:choice>
|
|
2238
|
+
</xs:complexType>
|
|
2239
|
+
<xs:complexType name="PersonIdentificationSchemeName1Choice_SDD">
|
|
2240
|
+
<xs:complexContent>
|
|
2241
|
+
<xs:restriction base="PersonIdentificationSchemeName1Choice">
|
|
2242
|
+
<xs:choice>
|
|
2243
|
+
<xs:element name="Prtry">
|
|
2244
|
+
<xs:simpleType>
|
|
2245
|
+
<xs:restriction base="Max35Text">
|
|
2246
|
+
<xs:enumeration value="SEPA"/>
|
|
2247
|
+
</xs:restriction>
|
|
2248
|
+
</xs:simpleType>
|
|
2249
|
+
</xs:element>
|
|
2250
|
+
</xs:choice>
|
|
2251
|
+
</xs:restriction>
|
|
2252
|
+
</xs:complexContent>
|
|
2253
|
+
</xs:complexType>
|
|
2254
|
+
<xs:complexType name="PostalAddress24">
|
|
2255
|
+
<xs:annotation>
|
|
2256
|
+
<xs:documentation source="Name" xml:lang="EN">Postal Address 24</xs:documentation>
|
|
2257
|
+
<xs:documentation source="Definition" xml:lang="EN">Information that locates and identifies a specific address, as defined by postal services.</xs:documentation>
|
|
2258
|
+
</xs:annotation>
|
|
2259
|
+
<xs:sequence>
|
|
2260
|
+
<xs:element name="Dept" type="Max70Text" minOccurs="0">
|
|
2261
|
+
<xs:annotation>
|
|
2262
|
+
<xs:documentation source="Name" xml:lang="EN">Department</xs:documentation>
|
|
2263
|
+
<xs:documentation source="Definition" xml:lang="EN">Identification of a division of a large organisation or building.</xs:documentation>
|
|
2264
|
+
</xs:annotation>
|
|
2265
|
+
</xs:element>
|
|
2266
|
+
<xs:element name="SubDept" type="Max70Text" minOccurs="0">
|
|
2267
|
+
<xs:annotation>
|
|
2268
|
+
<xs:documentation source="Name" xml:lang="EN">Sub Department</xs:documentation>
|
|
2269
|
+
<xs:documentation source="Definition" xml:lang="EN">Identification of a sub-division of a large organisation or building.</xs:documentation>
|
|
2270
|
+
</xs:annotation>
|
|
2271
|
+
</xs:element>
|
|
2272
|
+
<xs:element name="StrtNm" type="Max70Text" minOccurs="0">
|
|
2273
|
+
<xs:annotation>
|
|
2274
|
+
<xs:documentation source="Name" xml:lang="EN">Street Name</xs:documentation>
|
|
2275
|
+
<xs:documentation source="Definition" xml:lang="EN">Name of a street or thoroughfare.</xs:documentation>
|
|
2276
|
+
</xs:annotation>
|
|
2277
|
+
</xs:element>
|
|
2278
|
+
<xs:element name="BldgNb" type="Max16Text" minOccurs="0">
|
|
2279
|
+
<xs:annotation>
|
|
2280
|
+
<xs:documentation source="Name" xml:lang="EN">Building Number</xs:documentation>
|
|
2281
|
+
<xs:documentation source="Definition" xml:lang="EN">Number that identifies the position of a building on a street.</xs:documentation>
|
|
2282
|
+
</xs:annotation>
|
|
2283
|
+
</xs:element>
|
|
2284
|
+
<xs:element name="BldgNm" type="Max35Text" minOccurs="0">
|
|
2285
|
+
<xs:annotation>
|
|
2286
|
+
<xs:documentation source="Name" xml:lang="EN">Building Name</xs:documentation>
|
|
2287
|
+
<xs:documentation source="Definition" xml:lang="EN">Name of the building or house.</xs:documentation>
|
|
2288
|
+
</xs:annotation>
|
|
2289
|
+
</xs:element>
|
|
2290
|
+
<xs:element name="Flr" type="Max70Text" minOccurs="0">
|
|
2291
|
+
<xs:annotation>
|
|
2292
|
+
<xs:documentation source="Name" xml:lang="EN">Floor</xs:documentation>
|
|
2293
|
+
<xs:documentation source="Definition" xml:lang="EN">Floor or storey within a building.</xs:documentation>
|
|
2294
|
+
</xs:annotation>
|
|
2295
|
+
</xs:element>
|
|
2296
|
+
<xs:element name="PstBx" type="Max16Text" minOccurs="0">
|
|
2297
|
+
<xs:annotation>
|
|
2298
|
+
<xs:documentation source="Name" xml:lang="EN">Post Box</xs:documentation>
|
|
2299
|
+
<xs:documentation source="Definition" xml:lang="EN">Numbered box in a post office, assigned to a person or organisation, where letters are kept until called for.</xs:documentation>
|
|
2300
|
+
</xs:annotation>
|
|
2301
|
+
</xs:element>
|
|
2302
|
+
<xs:element name="Room" type="Max70Text" minOccurs="0">
|
|
2303
|
+
<xs:annotation>
|
|
2304
|
+
<xs:documentation source="Name" xml:lang="EN">Room</xs:documentation>
|
|
2305
|
+
<xs:documentation source="Definition" xml:lang="EN">Building room number.</xs:documentation>
|
|
2306
|
+
</xs:annotation>
|
|
2307
|
+
</xs:element>
|
|
2308
|
+
<xs:element name="PstCd" type="Max16Text" minOccurs="0">
|
|
2309
|
+
<xs:annotation>
|
|
2310
|
+
<xs:documentation source="Name" xml:lang="EN">Post Code</xs:documentation>
|
|
2311
|
+
<xs:documentation source="Definition" xml:lang="EN">Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.</xs:documentation>
|
|
2312
|
+
</xs:annotation>
|
|
2313
|
+
</xs:element>
|
|
2314
|
+
<xs:element name="TwnNm" type="Max35Text" minOccurs="0">
|
|
2315
|
+
<xs:annotation>
|
|
2316
|
+
<xs:documentation source="Name" xml:lang="EN">Town Name</xs:documentation>
|
|
2317
|
+
<xs:documentation source="Definition" xml:lang="EN">Name of a built-up area, with defined boundaries, and a local government.</xs:documentation>
|
|
2318
|
+
</xs:annotation>
|
|
2319
|
+
</xs:element>
|
|
2320
|
+
<xs:element name="TwnLctnNm" type="Max35Text" minOccurs="0">
|
|
2321
|
+
<xs:annotation>
|
|
2322
|
+
<xs:documentation source="Name" xml:lang="EN">Town Location Name</xs:documentation>
|
|
2323
|
+
<xs:documentation source="Definition" xml:lang="EN">Specific location name within the town.</xs:documentation>
|
|
2324
|
+
</xs:annotation>
|
|
2325
|
+
</xs:element>
|
|
2326
|
+
<xs:element name="DstrctNm" type="Max35Text" minOccurs="0">
|
|
2327
|
+
<xs:annotation>
|
|
2328
|
+
<xs:documentation source="Name" xml:lang="EN">District Name</xs:documentation>
|
|
2329
|
+
<xs:documentation source="Definition" xml:lang="EN">Identifies a subdivision within a country sub-division.</xs:documentation>
|
|
2330
|
+
</xs:annotation>
|
|
2331
|
+
</xs:element>
|
|
2332
|
+
<xs:element name="CtrySubDvsn" type="Max35Text" minOccurs="0">
|
|
2333
|
+
<xs:annotation>
|
|
2334
|
+
<xs:documentation source="Name" xml:lang="EN">Country Sub Division</xs:documentation>
|
|
2335
|
+
<xs:documentation source="Definition" xml:lang="EN">Identifies a subdivision of a country such as state, region, county.</xs:documentation>
|
|
2336
|
+
</xs:annotation>
|
|
2337
|
+
</xs:element>
|
|
2338
|
+
<xs:element name="Ctry" type="CountryCode" minOccurs="0">
|
|
2339
|
+
<xs:annotation>
|
|
2340
|
+
<xs:documentation source="Name" xml:lang="EN">Country</xs:documentation>
|
|
2341
|
+
<xs:documentation source="Definition" xml:lang="EN">Nation with its own government.</xs:documentation>
|
|
2342
|
+
</xs:annotation>
|
|
2343
|
+
</xs:element>
|
|
2344
|
+
<xs:element name="AdrLine" type="Max70Text" minOccurs="0" maxOccurs="7">
|
|
2345
|
+
<xs:annotation>
|
|
2346
|
+
<xs:documentation source="Name" xml:lang="EN">Address Line</xs:documentation>
|
|
2347
|
+
<xs:documentation source="Definition" xml:lang="EN">Information that locates and identifies a specific address, as defined by postal services, presented in free format text.</xs:documentation>
|
|
2348
|
+
</xs:annotation>
|
|
2349
|
+
</xs:element>
|
|
2350
|
+
</xs:sequence>
|
|
2351
|
+
</xs:complexType>
|
|
2352
|
+
<xs:complexType name="PostalAddress24_SDD_2025">
|
|
2353
|
+
<xs:complexContent>
|
|
2354
|
+
<xs:restriction base="PostalAddress24">
|
|
2355
|
+
<xs:sequence>
|
|
2356
|
+
<xs:element name="Dept" type="Max70Text" minOccurs="0">
|
|
2357
|
+
<xs:annotation>
|
|
2358
|
+
<xs:documentation source="Yellow Field"/>
|
|
2359
|
+
</xs:annotation>
|
|
2360
|
+
</xs:element>
|
|
2361
|
+
<xs:element name="SubDept" type="Max70Text" minOccurs="0">
|
|
2362
|
+
<xs:annotation>
|
|
2363
|
+
<xs:documentation source="Yellow Field"/>
|
|
2364
|
+
</xs:annotation>
|
|
2365
|
+
</xs:element>
|
|
2366
|
+
<xs:element name="StrtNm" type="Max70Text" minOccurs="0">
|
|
2367
|
+
<xs:annotation>
|
|
2368
|
+
<xs:documentation source="Yellow Field"/>
|
|
2369
|
+
</xs:annotation>
|
|
2370
|
+
</xs:element>
|
|
2371
|
+
<xs:element name="BldgNb" type="Max16Text" minOccurs="0">
|
|
2372
|
+
<xs:annotation>
|
|
2373
|
+
<xs:documentation source="Yellow Field"/>
|
|
2374
|
+
</xs:annotation>
|
|
2375
|
+
</xs:element>
|
|
2376
|
+
<xs:element name="BldgNm" type="Max35Text" minOccurs="0">
|
|
2377
|
+
<xs:annotation>
|
|
2378
|
+
<xs:documentation source="Yellow Field"/>
|
|
2379
|
+
</xs:annotation>
|
|
2380
|
+
</xs:element>
|
|
2381
|
+
<xs:element name="Flr" type="Max70Text" minOccurs="0">
|
|
2382
|
+
<xs:annotation>
|
|
2383
|
+
<xs:documentation source="Yellow Field"/>
|
|
2384
|
+
</xs:annotation>
|
|
2385
|
+
</xs:element>
|
|
2386
|
+
<xs:element name="PstBx" type="Max16Text" minOccurs="0">
|
|
2387
|
+
<xs:annotation>
|
|
2388
|
+
<xs:documentation source="Yellow Field"/>
|
|
2389
|
+
</xs:annotation>
|
|
2390
|
+
</xs:element>
|
|
2391
|
+
<xs:element name="Room" type="Max70Text" minOccurs="0">
|
|
2392
|
+
<xs:annotation>
|
|
2393
|
+
<xs:documentation source="Yellow Field"/>
|
|
2394
|
+
</xs:annotation>
|
|
2395
|
+
</xs:element>
|
|
2396
|
+
<xs:element name="PstCd" type="Max16Text" minOccurs="0">
|
|
2397
|
+
<xs:annotation>
|
|
2398
|
+
<xs:documentation source="Yellow Field"/>
|
|
2399
|
+
</xs:annotation>
|
|
2400
|
+
</xs:element>
|
|
2401
|
+
<xs:element name="TwnNm" type="Max35Text">
|
|
2402
|
+
<xs:annotation>
|
|
2403
|
+
<xs:documentation source="Yellow Field"/>
|
|
2404
|
+
</xs:annotation>
|
|
2405
|
+
</xs:element>
|
|
2406
|
+
<xs:element name="TwnLctnNm" type="Max35Text" minOccurs="0">
|
|
2407
|
+
<xs:annotation>
|
|
2408
|
+
<xs:documentation source="Yellow Field"/>
|
|
2409
|
+
</xs:annotation>
|
|
2410
|
+
</xs:element>
|
|
2411
|
+
<xs:element name="DstrctNm" type="Max35Text" minOccurs="0">
|
|
2412
|
+
<xs:annotation>
|
|
2413
|
+
<xs:documentation source="Yellow Field"/>
|
|
2414
|
+
</xs:annotation>
|
|
2415
|
+
</xs:element>
|
|
2416
|
+
<xs:element name="CtrySubDvsn" type="Max35Text" minOccurs="0">
|
|
2417
|
+
<xs:annotation>
|
|
2418
|
+
<xs:documentation source="Yellow Field"/>
|
|
2419
|
+
</xs:annotation>
|
|
2420
|
+
</xs:element>
|
|
2421
|
+
<xs:element name="Ctry" type="CountryCode">
|
|
2422
|
+
<xs:annotation>
|
|
2423
|
+
<xs:documentation source="Yellow Field"/>
|
|
2424
|
+
</xs:annotation>
|
|
2425
|
+
</xs:element>
|
|
2426
|
+
<xs:element name="AdrLine" type="Max70Text" minOccurs="0" maxOccurs="2">
|
|
2427
|
+
<xs:annotation>
|
|
2428
|
+
<xs:documentation source="Yellow Field"/>
|
|
2429
|
+
<xs:documentation source="Usage Rule">Only two occurrences are allowed.</xs:documentation>
|
|
2430
|
+
</xs:annotation>
|
|
2431
|
+
</xs:element>
|
|
2432
|
+
</xs:sequence>
|
|
2433
|
+
</xs:restriction>
|
|
2434
|
+
</xs:complexContent>
|
|
2435
|
+
</xs:complexType>
|
|
2436
|
+
<xs:complexType name="PostalAddress24_SDD_2_2025">
|
|
2437
|
+
<xs:complexContent>
|
|
2438
|
+
<xs:restriction base="PostalAddress24">
|
|
2439
|
+
<xs:sequence>
|
|
2440
|
+
<xs:element name="Dept" type="Max70Text" minOccurs="0">
|
|
2441
|
+
<xs:annotation>
|
|
2442
|
+
<xs:documentation source="Yellow Field"/>
|
|
2443
|
+
</xs:annotation>
|
|
2444
|
+
</xs:element>
|
|
2445
|
+
<xs:element name="SubDept" type="Max70Text" minOccurs="0">
|
|
2446
|
+
<xs:annotation>
|
|
2447
|
+
<xs:documentation source="Yellow Field"/>
|
|
2448
|
+
</xs:annotation>
|
|
2449
|
+
</xs:element>
|
|
2450
|
+
<xs:element name="StrtNm" type="Max70Text" minOccurs="0">
|
|
2451
|
+
<xs:annotation>
|
|
2452
|
+
<xs:documentation source="Yellow Field"/>
|
|
2453
|
+
</xs:annotation>
|
|
2454
|
+
</xs:element>
|
|
2455
|
+
<xs:element name="BldgNb" type="Max16Text" minOccurs="0">
|
|
2456
|
+
<xs:annotation>
|
|
2457
|
+
<xs:documentation source="Yellow Field"/>
|
|
2458
|
+
</xs:annotation>
|
|
2459
|
+
</xs:element>
|
|
2460
|
+
<xs:element name="BldgNm" type="Max35Text" minOccurs="0">
|
|
2461
|
+
<xs:annotation>
|
|
2462
|
+
<xs:documentation source="Yellow Field"/>
|
|
2463
|
+
</xs:annotation>
|
|
2464
|
+
</xs:element>
|
|
2465
|
+
<xs:element name="Flr" type="Max70Text" minOccurs="0">
|
|
2466
|
+
<xs:annotation>
|
|
2467
|
+
<xs:documentation source="Yellow Field"/>
|
|
2468
|
+
</xs:annotation>
|
|
2469
|
+
</xs:element>
|
|
2470
|
+
<xs:element name="PstBx" type="Max16Text" minOccurs="0">
|
|
2471
|
+
<xs:annotation>
|
|
2472
|
+
<xs:documentation source="Yellow Field"/>
|
|
2473
|
+
</xs:annotation>
|
|
2474
|
+
</xs:element>
|
|
2475
|
+
<xs:element name="Room" type="Max70Text" minOccurs="0">
|
|
2476
|
+
<xs:annotation>
|
|
2477
|
+
<xs:documentation source="Yellow Field"/>
|
|
2478
|
+
</xs:annotation>
|
|
2479
|
+
</xs:element>
|
|
2480
|
+
<xs:element name="PstCd" type="Max16Text" minOccurs="0">
|
|
2481
|
+
<xs:annotation>
|
|
2482
|
+
<xs:documentation source="Yellow Field"/>
|
|
2483
|
+
</xs:annotation>
|
|
2484
|
+
</xs:element>
|
|
2485
|
+
<xs:element name="TwnNm" type="Max35Text">
|
|
2486
|
+
<xs:annotation>
|
|
2487
|
+
<xs:documentation source="Yellow Field"/>
|
|
2488
|
+
</xs:annotation>
|
|
2489
|
+
</xs:element>
|
|
2490
|
+
<xs:element name="TwnLctnNm" type="Max35Text" minOccurs="0">
|
|
2491
|
+
<xs:annotation>
|
|
2492
|
+
<xs:documentation source="Yellow Field"/>
|
|
2493
|
+
</xs:annotation>
|
|
2494
|
+
</xs:element>
|
|
2495
|
+
<xs:element name="DstrctNm" type="Max35Text" minOccurs="0">
|
|
2496
|
+
<xs:annotation>
|
|
2497
|
+
<xs:documentation source="Yellow Field"/>
|
|
2498
|
+
</xs:annotation>
|
|
2499
|
+
</xs:element>
|
|
2500
|
+
<xs:element name="CtrySubDvsn" type="Max35Text" minOccurs="0">
|
|
2501
|
+
<xs:annotation>
|
|
2502
|
+
<xs:documentation source="Yellow Field"/>
|
|
2503
|
+
</xs:annotation>
|
|
2504
|
+
</xs:element>
|
|
2505
|
+
<xs:element name="Ctry" type="CountryCode">
|
|
2506
|
+
<xs:annotation>
|
|
2507
|
+
<xs:documentation source="Yellow Field"/>
|
|
2508
|
+
</xs:annotation>
|
|
2509
|
+
</xs:element>
|
|
2510
|
+
<xs:element name="AdrLine" type="Max70Text" minOccurs="0" maxOccurs="2">
|
|
2511
|
+
<xs:annotation>
|
|
2512
|
+
<xs:documentation source="Yellow Field"/>
|
|
2513
|
+
<xs:documentation source="Usage Rule">Only two occurrences are allowed.</xs:documentation>
|
|
2514
|
+
</xs:annotation>
|
|
2515
|
+
</xs:element>
|
|
2516
|
+
</xs:sequence>
|
|
2517
|
+
</xs:restriction>
|
|
2518
|
+
</xs:complexContent>
|
|
2519
|
+
</xs:complexType>
|
|
2520
|
+
<xs:complexType name="Purpose2Choice">
|
|
2521
|
+
<xs:annotation>
|
|
2522
|
+
<xs:documentation source="Name" xml:lang="EN">Purpose 2Choice</xs:documentation>
|
|
2523
|
+
<xs:documentation source="Definition" xml:lang="EN">
|
|
2524
|
+
Specifies the underlying reason for the payment transaction.
|
|
2525
|
+
Usage: Purpose is used by the end-customers, that is initiating party, (ultimate) debtor, (ultimate) creditor to provide information concerning the nature of the payment. Purpose is a content element, which is not used for processing by any of the agents involved in the payment chain.
|
|
2526
|
+
</xs:documentation>
|
|
2527
|
+
</xs:annotation>
|
|
2528
|
+
<xs:choice>
|
|
2529
|
+
<xs:element name="Cd" type="ExternalPurpose1Code">
|
|
2530
|
+
<xs:annotation>
|
|
2531
|
+
<xs:documentation source="Name" xml:lang="EN">Code</xs:documentation>
|
|
2532
|
+
<xs:documentation source="Definition" xml:lang="EN">Underlying reason for the payment transaction, as published in an external purpose code list.</xs:documentation>
|
|
2533
|
+
</xs:annotation>
|
|
2534
|
+
</xs:element>
|
|
2535
|
+
</xs:choice>
|
|
2536
|
+
</xs:complexType>
|
|
2537
|
+
<xs:complexType name="Purpose2Choice_SDD">
|
|
2538
|
+
<xs:complexContent>
|
|
2539
|
+
<xs:restriction base="Purpose2Choice">
|
|
2540
|
+
<xs:choice>
|
|
2541
|
+
<xs:element name="Cd" type="ExternalPurpose1Code">
|
|
2542
|
+
<xs:annotation>
|
|
2543
|
+
<xs:documentation source="Yellow Field"/>
|
|
2544
|
+
</xs:annotation>
|
|
2545
|
+
</xs:element>
|
|
2546
|
+
</xs:choice>
|
|
2547
|
+
</xs:restriction>
|
|
2548
|
+
</xs:complexContent>
|
|
2549
|
+
</xs:complexType>
|
|
2550
|
+
<xs:complexType name="RemittanceInformation16">
|
|
2551
|
+
<xs:annotation>
|
|
2552
|
+
<xs:documentation source="Name" xml:lang="EN">Remittance Information 16</xs:documentation>
|
|
2553
|
+
<xs:documentation source="Definition" xml:lang="EN">Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system.</xs:documentation>
|
|
2554
|
+
</xs:annotation>
|
|
2555
|
+
<xs:sequence>
|
|
2556
|
+
<xs:element name="Ustrd" type="Max140Text" minOccurs="0" maxOccurs="unbounded">
|
|
2557
|
+
<xs:annotation>
|
|
2558
|
+
<xs:documentation source="Name" xml:lang="EN">Unstructured</xs:documentation>
|
|
2559
|
+
<xs:documentation source="Definition" xml:lang="EN">Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.</xs:documentation>
|
|
2560
|
+
</xs:annotation>
|
|
2561
|
+
</xs:element>
|
|
2562
|
+
<xs:element name="Strd" type="StructuredRemittanceInformation16" minOccurs="0" maxOccurs="unbounded">
|
|
2563
|
+
<xs:annotation>
|
|
2564
|
+
<xs:documentation source="Name" xml:lang="EN">Structured</xs:documentation>
|
|
2565
|
+
<xs:documentation source="Definition" xml:lang="EN">Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in a structured form.</xs:documentation>
|
|
2566
|
+
</xs:annotation>
|
|
2567
|
+
</xs:element>
|
|
2568
|
+
</xs:sequence>
|
|
2569
|
+
</xs:complexType>
|
|
2570
|
+
<xs:complexType name="RemittanceInformation16_SDD">
|
|
2571
|
+
<xs:complexContent>
|
|
2572
|
+
<xs:restriction base="RemittanceInformation16">
|
|
2573
|
+
<xs:sequence>
|
|
2574
|
+
<xs:element name="Ustrd" type="Max140Text" minOccurs="0">
|
|
2575
|
+
<xs:annotation>
|
|
2576
|
+
<xs:documentation source="Yellow Field"/>
|
|
2577
|
+
<xs:documentation source="Usage Rule">‘Unstructured’ may carry structured remittance information, as agreed between the Creditor and the Debtor.</xs:documentation>
|
|
2578
|
+
<xs:documentation source="Usage Rule">Only one occurrence of ‘Unstructured’ is allowed.</xs:documentation>
|
|
2579
|
+
<xs:documentation source="Usage Rule">If the commercial trade name of the payee is different from its legal name (AT-E001 The name of the Creditor), then the commercial trade name must be provided here. The location of where the transaction took place (if different from AT-E004 The address of the Creditor) as well as the transaction date and time can also be provided here. Each piece of information must be followed by a slash to clearly differentiate from the other information included under this data element (a special character other than a slash can be used instead (e.g., “+”) in case the slash is used for other purposes). [Example: The Shopping Paradise/Boulevard des Marchands 123/2020-12-24T11:37/Purchase Nr 1234567890AZ - Merry Christmas.] For further information, please refer to “EPC088-22 EPC Guidance Document – Improve Transparency for Retail Payment End-Users”.</xs:documentation>
|
|
2580
|
+
</xs:annotation>
|
|
2581
|
+
</xs:element>
|
|
2582
|
+
<xs:element name="Strd" type="StructuredRemittanceInformation16_SDD" minOccurs="0">
|
|
2583
|
+
<xs:annotation>
|
|
2584
|
+
<xs:documentation source="Yellow Field"/>
|
|
2585
|
+
<xs:documentation source="Usage Rule">‘Structured’ can be used, provided the tags and the data within the ‘Structured’ element do not exceed 140 characters in length.</xs:documentation>
|
|
2586
|
+
<xs:documentation source="Usage Rule">Only one occurrence of ‘Structured’ is allowed.</xs:documentation>
|
|
2587
|
+
</xs:annotation>
|
|
2588
|
+
</xs:element>
|
|
2589
|
+
</xs:sequence>
|
|
2590
|
+
</xs:restriction>
|
|
2591
|
+
</xs:complexContent>
|
|
2592
|
+
</xs:complexType>
|
|
2593
|
+
<xs:simpleType name="SequenceType3Code">
|
|
2594
|
+
<xs:annotation>
|
|
2595
|
+
<xs:documentation source="Name" xml:lang="EN">Sequence Type 3Code</xs:documentation>
|
|
2596
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies the type of the current transaction that belongs to a sequence of transactions.</xs:documentation>
|
|
2597
|
+
</xs:annotation>
|
|
2598
|
+
<xs:restriction base="xs:string">
|
|
2599
|
+
<xs:enumeration value="FNAL">
|
|
2600
|
+
<xs:annotation>
|
|
2601
|
+
<xs:documentation source="Name" xml:lang="EN">Final</xs:documentation>
|
|
2602
|
+
<xs:documentation source="Definition" xml:lang="EN">Final collection of a series of direct debit instructions.</xs:documentation>
|
|
2603
|
+
</xs:annotation>
|
|
2604
|
+
</xs:enumeration>
|
|
2605
|
+
<xs:enumeration value="FRST">
|
|
2606
|
+
<xs:annotation>
|
|
2607
|
+
<xs:documentation source="Name" xml:lang="EN">First</xs:documentation>
|
|
2608
|
+
<xs:documentation source="Definition" xml:lang="EN">First collection of a series of direct debit instructions.</xs:documentation>
|
|
2609
|
+
</xs:annotation>
|
|
2610
|
+
</xs:enumeration>
|
|
2611
|
+
<xs:enumeration value="OOFF">
|
|
2612
|
+
<xs:annotation>
|
|
2613
|
+
<xs:documentation source="Name" xml:lang="EN">OneOff</xs:documentation>
|
|
2614
|
+
<xs:documentation source="Definition" xml:lang="EN">Direct debit instruction where the debtor's authorisation is used to initiate one single direct debit transaction.</xs:documentation>
|
|
2615
|
+
</xs:annotation>
|
|
2616
|
+
</xs:enumeration>
|
|
2617
|
+
<xs:enumeration value="RCUR">
|
|
2618
|
+
<xs:annotation>
|
|
2619
|
+
<xs:documentation source="Name" xml:lang="EN">Recurring</xs:documentation>
|
|
2620
|
+
<xs:documentation source="Definition" xml:lang="EN">Direct debit instruction where the debtor's authorisation is used for regular direct debit transactions initiated by the creditor.</xs:documentation>
|
|
2621
|
+
</xs:annotation>
|
|
2622
|
+
</xs:enumeration>
|
|
2623
|
+
</xs:restriction>
|
|
2624
|
+
</xs:simpleType>
|
|
2625
|
+
<xs:complexType name="ServiceLevel8Choice">
|
|
2626
|
+
<xs:annotation>
|
|
2627
|
+
<xs:documentation source="Name" xml:lang="EN">Service Level 8Choice</xs:documentation>
|
|
2628
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies the service level of the transaction.</xs:documentation>
|
|
2629
|
+
</xs:annotation>
|
|
2630
|
+
<xs:choice>
|
|
2631
|
+
<xs:element name="Cd" type="ExternalServiceLevel1Code">
|
|
2632
|
+
<xs:annotation>
|
|
2633
|
+
<xs:documentation source="Name" xml:lang="EN">Code</xs:documentation>
|
|
2634
|
+
<xs:documentation source="Definition" xml:lang="EN">Specifies a pre-agreed service or level of service between the parties, as published in an external service level code list.</xs:documentation>
|
|
2635
|
+
</xs:annotation>
|
|
2636
|
+
</xs:element>
|
|
2637
|
+
</xs:choice>
|
|
2638
|
+
</xs:complexType>
|
|
2639
|
+
<xs:complexType name="ServiceLevel8Choice_SDD">
|
|
2640
|
+
<xs:complexContent>
|
|
2641
|
+
<xs:restriction base="ServiceLevel8Choice">
|
|
2642
|
+
<xs:choice>
|
|
2643
|
+
<xs:element name="Cd" type="ExternalServiceLevel1Code_SDD">
|
|
2644
|
+
<xs:annotation>
|
|
2645
|
+
<xs:documentation source="Yellow Field"/>
|
|
2646
|
+
<xs:documentation source="Rulebook">AT-T001 The identification code of the Scheme.</xs:documentation>
|
|
2647
|
+
<xs:documentation source="Usage Rule">Only "SEPA" is allowed.</xs:documentation>
|
|
2648
|
+
</xs:annotation>
|
|
2649
|
+
</xs:element>
|
|
2650
|
+
</xs:choice>
|
|
2651
|
+
</xs:restriction>
|
|
2652
|
+
</xs:complexContent>
|
|
2653
|
+
</xs:complexType>
|
|
2654
|
+
<xs:complexType name="StructuredRemittanceInformation16">
|
|
2655
|
+
<xs:annotation>
|
|
2656
|
+
<xs:documentation source="Name" xml:lang="EN">Structured Remittance Information 16</xs:documentation>
|
|
2657
|
+
<xs:documentation source="Definition" xml:lang="EN">Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in a structured form.</xs:documentation>
|
|
2658
|
+
</xs:annotation>
|
|
2659
|
+
<xs:sequence>
|
|
2660
|
+
<xs:element name="CdtrRefInf" type="CreditorReferenceInformation2" minOccurs="0">
|
|
2661
|
+
<xs:annotation>
|
|
2662
|
+
<xs:documentation source="Name" xml:lang="EN">Creditor Reference Information</xs:documentation>
|
|
2663
|
+
<xs:documentation source="Definition" xml:lang="EN">Reference information provided by the creditor to allow the identification of the underlying documents.</xs:documentation>
|
|
2664
|
+
</xs:annotation>
|
|
2665
|
+
</xs:element>
|
|
2666
|
+
</xs:sequence>
|
|
2667
|
+
</xs:complexType>
|
|
2668
|
+
<xs:complexType name="StructuredRemittanceInformation16_SDD">
|
|
2669
|
+
<xs:complexContent>
|
|
2670
|
+
<xs:restriction base="StructuredRemittanceInformation16">
|
|
2671
|
+
<xs:sequence>
|
|
2672
|
+
<xs:element name="CdtrRefInf" type="CreditorReferenceInformation2_SDD" minOccurs="0">
|
|
2673
|
+
<xs:annotation>
|
|
2674
|
+
<xs:documentation source="Yellow Field"/>
|
|
2675
|
+
<xs:documentation source="Usage Rule">When present, the Creditor PSP is not obliged to validate the reference information.</xs:documentation>
|
|
2676
|
+
<xs:documentation source="Usage Rule">When used, both ‘Type’ and ‘Reference’ must be present.</xs:documentation>
|
|
2677
|
+
</xs:annotation>
|
|
2678
|
+
</xs:element>
|
|
2679
|
+
</xs:sequence>
|
|
2680
|
+
</xs:restriction>
|
|
2681
|
+
</xs:complexContent>
|
|
2682
|
+
</xs:complexType>
|
|
2683
|
+
<xs:simpleType name="TrueFalseIndicator">
|
|
2684
|
+
<xs:annotation>
|
|
2685
|
+
<xs:documentation source="Name" xml:lang="EN">True False Indicator</xs:documentation>
|
|
2686
|
+
<xs:documentation source="Definition" xml:lang="EN">A flag indicating a True or False value.</xs:documentation>
|
|
2687
|
+
</xs:annotation>
|
|
2688
|
+
<xs:restriction base="xs:boolean"/>
|
|
2689
|
+
</xs:simpleType>
|
|
2690
|
+
</xs:schema>
|